PDF Flattening
PDF flattening merges all layers — annotations, form fields, comments, and transparency — into the base page content, producing a single static version of the document.
What gets flattened
- Annotations — highlights, sticky notes, comments, drawing markups
- Form fields — text boxes, checkboxes, dropdowns, buttons
- Digital signatures — become visual images (cryptographic proof is removed)
- Optional content groups (layers) — multiple visibility states collapsed into one
- Transparency effects — converted into opaque blended pixels
Why you might want to flatten
- Prevent further editing — annotations and form fields become permanent graphics, not editable objects
- Print compatibility — some old printers and RIPs don't handle transparency correctly
- Legal finalization — signed contracts often need flattening to lock in the signature appearance
- Redaction safety — after redacting, flattening ensures redactions can't be toggled off by clicking a layer
- File portability — some PDF readers render layers differently; flattening eliminates ambiguity
- Smaller file size — removing unused form field definitions can shrink files
- Screen capture compatibility — flattened PDFs behave predictably in screenshots and PDF thumbnails
Why you might NOT want to flatten
- Lose editability — you can no longer modify annotations or fill in form fields
- Digital signature invalidation — flattening often removes the cryptographic signature, leaving only a visual copy
- Accessibility impact — screen-reader-friendly form labels may be lost
- Loss of metadata — comment authors and timestamps disappear
- Can't undo — flattening is one-way; always keep an unflattened backup
Best practices
- Always save an unflattened master copy before flattening
- Flatten only when the document is genuinely final
- Verify the flattened version visually before distributing
- For signed documents, understand that flattening may invalidate the cryptographic signature — for some legal purposes, preserve the signed original instead
- Combine flattening with PDF/A export for long-term archival
Try it yourself
Flatten PDF layers and annotations
Open tool