What Flatten PDF does
Flattening converts the interactive layer of a PDF — form fields and their values — into ordinary page content. Text typed into a field becomes fixed text; a ticked checkbox becomes a drawn tick; the fields themselves disappear. The document then looks the same in every viewer, cannot be edited by simply clicking a box, and prints exactly as it appears on screen. The tool runs in your browser; the file is not uploaded.
Why flatten
- Consistency. Some viewers (and many print drivers) ignore form field appearances, showing empty boxes where values were entered. Flattened content renders everywhere.
- Finality. A completed application, a signed agreement or an archived record should not be changeable by opening it and typing.
- Compatibility. Systems that reject PDFs with forms — some e-filing portals, print shops, and tools that merge or stamp pages — accept the flattened version.
- Size and simplicity. Removing the form dictionary and field widgets makes a smaller, plainer file.
What changes
| Element | Before | After |
|---|---|---|
| Text fields | Editable box with a value | Static text on the page |
| Checkboxes / radio buttons | Clickable widgets | Drawn marks |
| Dropdowns | Selectable list | The selected value as text |
| Empty fields | Empty editable box | Nothing (the box border, if drawn on the page, remains) |
| Page content, images, links | Unchanged | Unchanged |
| Signature fields | Field widget | Its current appearance, fixed |
Flattening is one-way. Keep the fillable original if you may need to change values later.
Flatten vs other ways to lock a PDF
- Flatten removes editability of form fields specifically. Page text can still be edited with a full PDF editor.
- Protect PDF with an owner password restricts editing in compliant viewers without changing the content.
- Rasterize (Compress PDF) turns each page into an image — nothing is editable or selectable, at the cost of text quality.
- For a completed form to be shared, flatten first, then protect if it is sensitive.
Common uses
- Submitting a completed application to a portal that rejects interactive forms.
- Archiving filled forms so values cannot drift.
- Preparing a form for printing at a shop whose RIP drops field appearances.
- Merging a filled form with other documents — merge tools handle flat pages more reliably than forms with duplicate field names.
- Making a “print-ready” copy of a certificate or ticket generated from a template.
Frequently asked questions
The tool says no form fields were found.
The PDF has no AcroForm layer — it is already flat. Nothing needs to be done; the re-saved file is identical in content.
Can I flatten only some fields?
Not here; all fields are flattened. Fill PDF Form lets you fill and flatten in one step if you want to set values first.
Will annotations and comments be flattened too?
This tool flattens form fields. Sticky notes and markup annotations are left as they are.
Does flattening reduce quality?
No. Field appearances are vector drawings and text; they are copied into the page as-is.
Can a flattened PDF be made fillable again?
Only by recreating the fields in a form designer. Keep the original.
Is my file uploaded?
No. Flattening runs with pdf-lib in your browser.