How to Flatten a PDF — Lock Forms, Signatures, and Annotations
What flattening means, when to do it, and how — covering browser tools, Acrobat, and command line. Includes important considerations about irreversibility.
What Does Flattening a PDF Mean?
Flattening a PDF merges all interactive layers — form fields, annotations, comments, and signature overlays — into the page content itself. Once flattened, these elements become permanent marks on the page and can no longer be edited, moved, or deleted.
When Should You Flatten a PDF?
- Before sharing filled forms. If you filled out a PDF form and want to prevent recipients from changing your answers, flatten it first.
- After signing. Flattening locks the signature in place so it cannot be repositioned or removed.
- For archival. A flattened PDF renders consistently across every viewer because there are no interactive elements to interpret differently.
- To reduce file size. Removing the interactive layer and its associated data can shrink the file noticeably.
How to Flatten a PDF
1. Browser-Based Flattening
FileKit's Flatten PDF tool processes the file entirely in your browser. Upload, click flatten, and download the result. No server involved, no data leaves your device.
2. Adobe Acrobat
In Acrobat, use "Print to PDF" with the Adobe PDF printer to flatten all layers. Alternatively, use the Preflight panel for more control.
3. Command Line
qpdf --flatten-annotations=all input.pdf output.pdfThe --flatten-annotations flag merges all annotation types into the page stream. Form fields require a separate flattening step in some tools.
Important Considerations
- Flattening is irreversible — always keep the original as a backup
- Form data becomes static text — you cannot re-fill the form after flattening
- Comments and sticky notes become permanent page marks
- Digital signature verification may be affected — verify after flattening