Flatten PDF
Flatten form fields and annotations in a PDF into static content. The document looks the same but fields can no longer be edited. Ideal for final versions.
Drop your PDF here
or click to choose a file
Max file size: 100MB
What Flattening a PDF Means
A PDF can contain interactive layers: form fields you can type into, sticky-note annotations, freehand markup, and digital signature widgets. Flattening burns those layers into the page itself, turning them from editable objects into static drawn content. The text in a form field becomes ordinary text on the page; the tick in a checkbox becomes a tick-shaped vector path. Once flattened, no one can clear the values, edit the comments, or reuse the form.
This matters when you are submitting a final version. A solicitor sending a signed contract back to the other side does not want the recipient able to retype the witness's name in the form field. A teacher sharing marked-up coursework feedback wants their comments locked in place. Flattening is the safe, irreversible way to publish a finished document.
Flatten vs Lock vs Sign
These three operations sound similar but solve different problems. Flattening removes the editability of fields and annotations. Locking with a password (via [Protect PDF](/protect-pdf)) controls who can open or modify the file. A digital signature cryptographically proves who issued the file and detects later tampering. For a sensitive handover, you often want all three: flatten the form, sign it, then password-protect the result.
Worth knowing: a flattened PDF is much harder to reverse-engineer. Some PDF editors will let a user OCR a flattened page and rebuild rough form fields, but the original field metadata, validation rules, and tab order are gone. For most practical purposes, flattening is treated as final.
Browser-Only Processing
The flatten step runs in your browser using pdf-lib. The PDF never leaves your device, which is essential when the form contains personal data: National Insurance numbers, dates of birth, bank details on a direct debit mandate. Free flattening services that upload to a server are a real privacy risk for these documents. The trade-off is that very large interactive forms (200+ fields) can be slow to flatten on lower-end devices.
Frequently Asked Questions
Will flattening change how the PDF looks?
It should not. The point of flattening is that the visual output stays identical; only the underlying interactivity is removed. If you see a difference, it is usually because the original form was using a font that is not embedded, and the viewer was substituting it on the fly. Flattening with the substituted font can lock the substitution in place.
Can I unflatten a PDF later?
No, not in any reliable way. Flattening is a one-way operation: the form-field metadata is discarded once the visible content is drawn onto the page. Always keep an unflattened copy of any form you might need to edit again.
Does flattening reduce file size?
Sometimes. Removing the form-field metadata can shrink the file slightly, but if the form contained embedded fonts or images those still take up the same space. Do not flatten purely for size; use it because you want the document final.
What happens to my digital signatures when I flatten?
A flattened PDF will lose its cryptographic signatures, since flattening rewrites the file and breaks the signature's integrity check. Sign the document after flattening, never before, if you want the signature to remain valid.
Related Tools
Protect PDF
Add password protection to your PDF files. Set a password and control printing and copying permissions. Secure your documents in seconds.
Watermark PDF
Add a text watermark to every page of your PDF. Choose text, size, colour, opacity, and position. Perfect for marking documents as Draft or Confidential.
Merge PDF
Combine multiple PDF files into one document. Drag and drop to reorder pages before merging. Free, fast, and works entirely in your browser.
Crop PDF
Crop PDF pages by adjusting margins. Remove whitespace, resize the visible area, or trim pages to a specific size. Apply to all pages or selected pages.