3 min readGuides
Make form values and annotations permanent page content
What flattening merges into the page, why a filled form can print blank without it, and which documents should never be flattened before archiving.
The short answer
Flattening merges interactive form values, annotations, signatures, and stamps into the page content itself, so they become part of the page rather than objects layered over it. After flattening, the document displays and prints identically in every reader and the values cannot be edited or cleared, which is why it is the correct final step before sending a completed document.
- Form values and annotations live in a separate layer, which is why some readers print them and others do not.
- Flattening is one-way, so keep an unflattened copy of anything you may need to correct.
- Flattening does not remove metadata or hidden content; it only fixes the visible layer.
Someone fills in a form, saves it, emails it, and the recipient prints a completely blank form. Nobody did anything wrong. The values were there — just not in the part of the file that the recipient's print path decided to use.
Two layers in one file
A PDF page has content: the text, images, and vector artwork drawn by the producer. Layered over it are interactive objects:
- Form field widgets with values, appearance streams, and formatting rules
- Annotations such as comments, highlights, stamps, and drawn shapes
- Signature appearances placed as annotation objects
- Markup added by reviewers
These are real objects, not page content. Readers are free to display, hide, print, or ignore them depending on settings, and readers differ. That is the entire explanation for forms that print blank, comments that vanish, and signatures that appear on screen but not on paper.
The flattening tool resolves the ambiguity by drawing those objects into the page content and discarding the interactive layer. Afterwards there is only one layer, so there is nothing left for a reader to disagree about.
What flattening gives you
- Consistent display and printing. Every reader shows the same thing, because there is only page content.
- Values that cannot be cleared. A recipient cannot select a field and empty it, or drag a signature to a different spot.
- Predictable downstream handling. Archiving systems, print services, and document pipelines handle flat pages far more reliably than form structures.
- A smaller, simpler file in many cases, since field definitions, appearance streams, and scripting are removed.
What it does not do
Being precise here matters, because flattening is sometimes mistaken for a security operation:
- It does not remove metadata. Author, producer, and timestamps survive untouched.
- It does not remove hidden page content. Text under an image stays under the image and stays selectable.
- It does not redact anything. If a black rectangle was drawn over text, flattening merges the rectangle into the page and leaves the text underneath exactly where it was.
- It does not encrypt. Anyone can still open the document.
If the goal is removing content rather than fixing it in place, that is redaction, and it is a different operation with a different verification step.
When to flatten
Flatten when the document is finished and is going somewhere:
- A completed form being returned to whoever issued it.
- A signed agreement being sent to the counterparty.
- A marked-up document being distributed as a record of the review outcome.
- Anything heading to a print shop, where the operator's software is unknown.
- A document going into an archive that should represent the final state.
The order matters: fill first, then sign, then flatten. The forms guide and the signing guide both end at the same step for this reason.
When not to flatten
- A form template you reuse. Flattening a blank template destroys the fields and leaves you with a picture of a form.
- A document still under review. Comments are the point; merging them into the page ends the conversation.
- Anything you may need to correct. Flattening is irreversible. A typo found after flattening means going back to the unflattened copy — if you kept one.
- A cryptographically signed document. Flattening rewrites page content, which invalidates a signature that attests to the previous bytes.
That last point is worth separating from the common case. Flattening a drawn signature is fine and recommended. Flattening a document carrying a digital signature breaks the very thing the signature was protecting.
A safe routine
- Complete every field and place every mark with the form filling tool and the signing tool.
- Save an unflattened working copy with a clear name.
- Flatten and export a separate file.
- Reopen the flattened output and check that every value is visible, correctly positioned, and unclipped.
- Print one page, or preview it, to confirm the paper output matches the screen.
- Send the flattened file; keep the unflattened one.
That last habit takes no effort and repeatedly saves the situation where a correction is needed an hour later.
Tools used in this guide
Each workspace runs in this browser tab. Open one directly to apply the steps above to your own document.
Written by The PdfEditorOnlineFree team. Published . Product behaviour described here reflects the linked workspaces at the time of review; check the tool page for current limits.