The word everyone uses and nobody defines
A client asks for a flattened PDF. A print shop refuses a file until it is flattened. A form you filled in arrives at the other end blank, and the advice is to flatten it. The word covers one simple idea โ turning things that are still editable into things that are fixed โ but what exactly gets fixed depends on what the document contains. This guide sets out what is actually live inside a PDF, what flattening does to each kind, and when it is the wrong move.
What is still 'live' inside a PDF
A PDF looks like a finished page, but several kinds of content sit in separate layers above it, stored as objects the viewer draws on top rather than as part of the page itself.
| Layer | What it is | Who can change it | After flattening |
|---|---|---|---|
| Form fields | AcroForm widgets: text boxes, checkboxes, dropdowns | Anyone with a PDF reader | Painted onto the page as ordinary text; no longer editable |
| Annotations | Comments, highlights, sticky notes, stamps | Anyone with a reader | Either painted in permanently or dropped, depending on the tool |
| Drawn signatures | An image annotation placed on the page | Anyone can move or delete it | Fixed in place |
| Digital signatures | A cryptographic signature over the file | Nobody, without invalidating it | Broken โ see below |
| Optional content groups | Named layers, from CAD and design software | Toggled on and off in the viewer | Merged into one visible page |
| Transparency and blend modes | Overlapping semi-transparent artwork | Rendered live by the viewer | Composited into flat artwork |
Why a filled form arrives empty
This is the most common reason people meet the word. You fill in a PDF form, save it, email it, and the recipient sees the blank original. The values were stored as form field data, not drawn on the page, and something along the way lost them:
- The viewer you used saved only the page and discarded the field values โ some mobile and browser viewers do exactly this.
- The recipient's viewer does not render form fields, which is common in email preview panes and older software.
- The form was an XFA form, a Adobe-specific format that only Adobe Reader fully supports; everything else shows a placeholder page.
- The form was set to not save data, a flag some organisations set deliberately.
Flattening solves all of them at once by painting the answers onto the page as ordinary page content. After that there are no fields left to lose, and every viewer on earth shows the same thing. Fill the form with Fill PDF Form, then run Flatten PDF before sending.
When to flatten
- Before sending a completed form. The single most useful case, for the reasons above.
- Before sending anything to print. Print workflows dislike live transparency and layers, which can render differently on a RIP than on screen.
- When you want a watermark or stamp to stay put. An annotation can be deleted by the recipient in seconds; painted page content cannot.
- To stop comments travelling with a document. Internal review notes are a genuine embarrassment risk when a file goes to a client.
- When a file behaves differently in different readers. Flattening removes the parts readers disagree about.
When not to flatten
- A digitally signed document. A digital signature covers the exact bytes of the file. Flattening rewrites them, so the signature becomes invalid and the document loses the thing that made it trustworthy. Flatten before signing, never after.
- A form other people still need to fill in. Flattening is what makes a form no longer a form.
- A document under review. Comments are the point; keep them until review is finished.
- Artwork you will edit again. Layers exist so a designer can change one element. Keep a layered master and flatten a copy.
Note also that flattening is not redaction. Painting a black rectangle over a name and then flattening fixes the rectangle in place, but if the text underneath was ever part of the page content, flattening alone does not always remove it โ and even when it does, it is not a guarantee you should rely on for anything genuinely sensitive.
Flattening versus printing to PDF
The common workaround is to print the document to a PDF printer, which also produces a fixed page. It is not the same operation and the difference matters:
| Flatten | Print to PDF | |
|---|---|---|
| Text stays selectable | Yes | Usually yes, sometimes rasterised |
| Page size and margins | Unchanged | Re-imposed by the print driver; often scaled slightly |
| Bookmarks and internal links | Kept | Lost |
| Quality | Identical page content | Can resample images down |
| Result | The same document, minus the live layers | A new document that resembles the original |
Printing to PDF is a blunt instrument that happens to work. Flattening is the operation you actually wanted, and it does not quietly shrink your margins.