7 min read
How to flatten a PDF — merge form fields and annotations
By ScoutMyTool Editorial Team · Last updated: 2026-05-20
After working with hundreds of users on form-completion workflows, one of the most consequential — and least understood — operations is flattening. Someone fills out a W-9, a lease application, a permission slip; they save it as a PDF; they email it; the recipient opens it in Acrobat or Preview and sees that every field is still editable. The values are right but the boundary between "what I typed" and "what was on the form" has not been locked. A motivated recipient can change your answers without leaving any trace. Flattening is the step that turns the filled form into a locked, read-only image of itself.
Step-by-step: flatten a filled-out PDF
The ScoutMyTool tool lives at scoutmytool.com/pdf/flatten-pdf. Runs client-side via pdf-lib — no upload, no signup, no quota.
- Drop your filled-out PDF. One file at a time. The file loads into a sandboxed memory buffer; nothing is uploaded.
- Review what will be flattened. The tool scans the file and shows a summary count: "12 form fields, 4 annotations, 1 signature appearance". This is your last chance to back out before fields stop being editable.
- Pick scope. Default is "All pages, all elements". For partial flatten, use the range syntax for pages and toggles to exclude annotation classes you want to keep editable (e.g. preserve sticky-note comments but flatten form fields).
- Confirm signature handling. If the PDF has a digital signature, the tool shows a warning: flattening will invalidate it. Click Continue to proceed (the signature appearance is baked in but the cryptographic seal is broken) or click Cancel and re-sequence — flatten BEFORE signing, not after.
- Click Flatten & Download. The tool renders each interactive element into the underlying page content stream, removes the interactive object, and writes the modified PDF. Output downloads automatically.
- Verify in Acrobat / Preview. Open the output and try to click a form field — the cursor should not turn into a text-edit caret. The values are now part of the page. Try the comment / annotation pane — it should be empty (or show only annotations you chose to preserve).
- If the source is password-protected. Unlock first via Unlock PDF.
How ScoutMyTool compares to Smallpdf, iLovePDF and PDF2Go
All four offer flatten functionality, though only ScoutMyTool and iLovePDF expose it as a standalone tool — Smallpdf gates it behind the Pro plan and PDF2Go offers it as a side-effect of other conversions.
| Feature | ScoutMyTool | Smallpdf | iLovePDF | PDF2Go |
|---|---|---|---|---|
| Free unlimited | Yes | 2 per day on free | 1 file per task on free | Yes, up to 100 MB |
| No signup | Yes | Required after 2 tasks | Required for >50 MB | Yes |
| Flattens form fields | Yes | Yes (Pro only) | Yes | Yes |
| Flattens annotations + stamps | Yes | Limited | Yes | Yes |
| Per-page flatten selection | Yes (range syntax) | No (whole doc) | No (whole doc) | No (whole doc) |
| Files leave your device | No (client-side) | Yes (uploaded) | Yes (uploaded) | Yes (uploaded) |
| Speed (10-page filled form) | < 2 s on a modern laptop | ~5–10 s (incl. upload) | ~6–12 s (incl. upload) | ~8–15 s (incl. upload) |
When NOT to flatten
- Before signing. Once flattened, the signature attaches to the flattened state; if you also need the recipient to sign, send the un-flattened version, get their signature, and only flatten the final already-signed-by-everyone copy.
- If the recipient will need to fill more fields. Sending a partially-filled flattened form is a usability failure: the recipient sees fields that look fillable but are not.
- For accessibility-tagged forms. Flattening can degrade the structural tags that screen readers rely on. If the document is meant to remain accessible, check the tagged-tree before and after via PDF accessibility tooling.
The PDF specification covers flattening implicitly: ISO 32000-1 §12 (Interactive Features) describes form fields, annotations, and signatures as objects layered on top of the page content1. Flattening simply collapses those layers into the page content stream defined in §8 — a one-way operation per the spec.
Related PDF tools on ScoutMyTool
- Flatten PDF — the tool this guide is about.
- PDF Form Filler — fill a form before flattening.
- Create Fillable PDF — the upstream side: making a form people can fill.
- eSign PDF — sign AFTER flattening if you want the signature to attach to the locked state.
- Protect PDF — password-protect the flattened output for stronger access control.
- PDF Editor — for granular edits that flatten cannot do.
- Unlock PDF — required first if the source is password-protected.
Frequently asked questions
- What does "flatten a PDF" actually mean?
- Flattening converts interactive elements (form fields, annotations, comments, stamps, and signatures) into static page content. Before flattening, those elements live as separate objects in the PDF that the viewer renders on top of the page; after flattening, they are drawn directly into the page's content stream and the interactive objects are removed. The visual result is identical, but the file is no longer interactive — fields cannot be edited, comments cannot be opened, signatures cannot be re-validated. This matters when you are sending a completed form to someone and you do NOT want them to be able to change your answers.
- Will flattening break my digital signature?
- Yes, by design. A digital signature is cryptographically bound to the exact bytes of the document at the time of signing; flattening rewrites the page content, which changes those bytes. Any signature on the document will report as "invalid: document has been modified" after flattening. If signed integrity matters, flatten BEFORE signing, never after. The right workflow is: fill the form → flatten → sign. The signature now covers the flattened-and-filled state, and it stays valid as long as nothing else changes downstream.
- What gets flattened, exactly?
- Five interactive element types: (1) form fields — text inputs, checkboxes, radio buttons, dropdowns; (2) annotations — sticky notes, highlights, underlines, freeform drawings; (3) stamps — "DRAFT", "APPROVED", custom image stamps; (4) embedded comments; (5) standard digital signatures (cryptographic content removed but visual signature appearance retained). What is NOT flattened: page-level structure (pages remain pages), the document outline, embedded files, and JavaScript actions (those are removed entirely rather than baked in, since they only make sense interactively).
- Can I flatten only specific pages?
- Yes — the "Pages to flatten" field accepts the same range syntax as Extract Pages and Delete Pages. Most flatten workflows flatten everything (because mixed flattened-and-interactive PDFs are confusing to recipients), but the per-page option exists for cases where a multi-form packet has some forms that should stay editable.
- Is my PDF uploaded to your servers?
- No. The flatten operation runs entirely in your browser using pdf-lib. Your file is loaded into a sandboxed memory buffer, interactive elements are rendered into the page content streams, the interactive objects are removed, and the modified file is delivered as a download. Verify in DevTools Network — no outbound requests. This matters for completed forms containing sensitive personal data (tax forms, medical intake forms, financial disclosures) that should be flattened locally before being emailed onward.
- Will the recipient be able to tell the file was flattened?
- Visually, no — a well-flattened PDF looks identical to the interactive version on screen and in print. Structurally, yes — anyone opening the file in a PDF inspector will see no /AcroForm or /Annots entries on the pages, which is the technical signature of flattening. For most "completed form sent to a recipient" use cases, this is exactly what you want: the recipient sees the form as you filled it, and cannot accidentally (or deliberately) modify your entries.
- Does flattening reduce the file size?
- Usually slightly. Form-field objects and annotation objects carry some bookkeeping overhead in the PDF; flattening replaces that with the equivalent ink on the page, which is typically more compact. Expect a 5–15% reduction for form-heavy files. For files with only a few annotations, the savings are negligible. If file size is the primary concern, use Compress PDF instead — it targets the larger savings available in image and font streams.
Flatten your PDF now — lock in your answers
Bake form fields, annotations, and signatures into static page content. Runs entirely in your browser — your PDF never leaves your device.
Open the free Flatten-PDF tool at scoutmytool.com/pdf/flatten-pdf →