You filled in the form, signed it, and someone replies: "can you send that flattened?" Here's what they're actually asking for, what it does to your file, and how to do it without buying Acrobat.
A filled PDF is two layers: the page, and a set of interactive objects sitting on top of it โ text boxes, checkboxes, signature fields, each holding a value plus the machinery to edit it. Flattening draws those values directly into the page content and deletes the interactive layer. Visually the document hardly changes. Structurally, everything the reader could click, tab into, reset, or accidentally clear is gone.
The canonical demonstration: a one-page form with a name box and a checkbox has 2 interactive fields. Flatten it, reload, and the form reports 0 fields โ the typed name prints exactly where it was, now as ordinary page content.
| Bake the fields (forms mode) | Rasterize the pages (press mode) | |
|---|---|---|
| Form fields | Values drawn into the page | Everything becomes pixels |
| Annotations & layers | Kept as-is | Flattened into the image |
| Text selectable/searchable | Yes | No |
| File size | About the same | Usually larger |
| Best for | Filled paperwork, signed forms | Print shops, strict portals |
Forms mode is surgical and reversible-adjacent โ nothing about the page changes except the field layer. Press mode is the nuclear option: render every page to an image (150โ300 DPI) and rebuild the PDF from those images. Nothing interactive survives a raster, which is precisely its job; the tradeoffs are a bigger file and text you can no longer search or copy.
On DPI: PDF pages are measured in points, 72 to the inch, so rasterizing multiplies by DPIรท72. A US Letter page (612ร792 points) becomes 1275ร1650 pixels at 150 DPI, 1700ร2200 at 200 DPI, 2550ร3300 at 300 DPI. 200 is the standard print-shop ask; go 300 only when they say press quality.
Close, but worse. Printing to PDF does produce a flat file, but it re-renders the whole document: internal links die, text can come back as outlines or shift a fraction of a point, and quality ratchets down with every round-trip. Flattening edits the original file โ the page content stream is untouched, text stays selectable, and the output is one generation closer to the source. Save print-to-PDF for when flattening isn't available and quality doesn't matter.
Flattening cannot be undone โ the field structure is deleted, not hidden. So the workflow that never bites you: keep the original with live fields in your records, flatten a copy for whoever asked, and name it something you'll recognize (contract-flattened.pdf, not contract(3).pdf). If you flatten the only copy of a form you might need to edit, retyping it is on you.
Open the file in the Flatten PDF tool: it detects and counts the interactive fields, then flattens forms-style (fields baked, text searchable) or rasterizes press-style at your chosen DPI โ all locally in the browser. Before flattening, finish the document in Sign PDF or Add Text to PDF; after flattening, Compress PDF reclaims size on rasterized files.
Bake form fields or rasterize press-ready โ free, private, in-browser. Keep your original; it's one-way.
Open the flattener โFlattening converts editable PDF into ink: values drawn in, field machinery gone, nothing left to click. Bake fields for paperwork, rasterize for print shops, always keep the original, and treat the flattened copy as final โ because it is.