Home/Guides/PDF
๐ŸงŠPDF

Flatten a PDF: What It Means, When You Need It, and When Not To

Form fields, comments and signatures sit in layers above the page. Flattening fixes them in place - which is why a filled form arrives blank without it.

8 min read

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.

LayerWhat it isWho can change itAfter flattening
Form fieldsAcroForm widgets: text boxes, checkboxes, dropdownsAnyone with a PDF readerPainted onto the page as ordinary text; no longer editable
AnnotationsComments, highlights, sticky notes, stampsAnyone with a readerEither painted in permanently or dropped, depending on the tool
Drawn signaturesAn image annotation placed on the pageAnyone can move or delete itFixed in place
Digital signaturesA cryptographic signature over the fileNobody, without invalidating itBroken โ€” see below
Optional content groupsNamed layers, from CAD and design softwareToggled on and off in the viewerMerged into one visible page
Transparency and blend modesOverlapping semi-transparent artworkRendered live by the viewerComposited 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:

FlattenPrint to PDF
Text stays selectableYesUsually yes, sometimes rasterised
Page size and marginsUnchangedRe-imposed by the print driver; often scaled slightly
Bookmarks and internal linksKeptLost
QualityIdentical page contentCan resample images down
ResultThe same document, minus the live layersA 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.

Frequently asked questions

Can I undo flattening?

No. The fields and annotations are gone, not hidden. Keep the unflattened original if you might need it.

Does flattening make the file bigger or smaller?

Usually slightly smaller, because the form and annotation structures are removed. If the page had heavy transparency, compositing it can increase size.

Will the text still be searchable?

Yes. Flattening converts field values into ordinary page text; it does not turn the page into an image.

My signature disappeared after flattening. Why?

It was probably a digital signature rather than a drawn one. Flattening invalidates and removes those. Sign after flattening instead.

Is flattening the same as converting to images?

No. Rendering each page as an image also fixes everything, but it destroys selectable text and multiplies the file size. Flattening keeps the page as a real page.

Is my document uploaded?

No. Flattening happens in your browser, so filled-in forms containing personal details never leave your device.

Tools mentioned in this guide