What does "flatten a PDF" actually mean?
A PDF can contain two kinds of content: static content — the fixed text, images, and graphics baked into each page — and interactive layers — form fields you can type into, annotations someone added, digital signatures, JavaScript actions, and metadata attached to the document. Flattening merges all those interactive layers permanently into the static page content. The document looks identical afterwards, but nothing can be edited, moved, filled, or removed. It becomes a read-only snapshot.
When do you need to flatten a PDF?
- Submitting a filled form — you've completed a PDF form and want to lock your answers before sending. Without flattening, the recipient could change what you entered. Flattening bakes your answers into the page permanently
- Archiving signed documents — a signed contract or agreement should be unchangeable. Flattening ensures no field can be cleared or refilled after signing
- Preventing editing before distribution — sharing a report or template that contains fillable areas you don't want recipients to modify
- Fixing rendering inconsistencies — some PDF viewers render form fields and annotations differently. Flattening removes the ambiguity: every viewer shows exactly the same static content
- Reducing file size — interactive elements add metadata and overhead. Removing them often produces a noticeably smaller file
How to flatten a PDF for free
- Open ihatepdf.cv/flatten-pdf — no sign-up required
- Upload your PDF — drag and drop or click to browse
- Choose which elements to flatten: form fields, annotations, signatures, JavaScript, and/or XMP metadata
- Click Flatten PDF
- Download the result — no watermark
The entire process runs locally in your browser using WebAssembly. Your file never leaves your device.
What gets flattened — and what that means
- Form fields — text boxes, checkboxes, radio buttons, and dropdowns are merged into the page. Any values you filled in remain visible but can no longer be changed
- Annotations — sticky notes, highlight marks, underlines, stamps, and freehand drawings become part of the static page content and cannot be deleted or moved
- Digital signatures — the visual signature appearance is preserved on the page, but the cryptographic signature metadata is stripped. The signature looks the same but can no longer be cryptographically verified. Only flatten a signed document if visual confirmation is sufficient for your purpose
- JavaScript — any embedded scripts that control form behavior, validation, or calculations are removed entirely
- XMP metadata — author information, creation software tags, and custom properties embedded in the file can be stripped for privacy before sharing
Does flattening lose your filled-in data?
No. Everything you entered into the form is baked into the page visually — it appears exactly as filled. The difference is that the underlying editable field is gone, so no one (including you) can change it after the fact. Think of it like printing the form: the filled-in values are clearly visible, they're just no longer interactive.
Flatten vs. password protect — which should you use?
They solve different problems and work best together. Flattening removes the interactive elements so nothing can be edited structurally. Password protection restricts who can open or print the file. For the most secure distribution — a signed contract, a submitted application — flatten first to lock the content, then add a password to control access. The combination gives you both content integrity and access control.
Is flattening reversible?
No. Flattening is permanent and irreversible — the interactive layer data is destroyed, not hidden. Always keep a copy of the original fillable PDF before flattening, in case you need to make changes later.
Frequently asked questions
Will a flattened PDF look different from the original?
It should look identical. The visual appearance of every form field, annotation, and signature is preserved — only the interactivity is removed.
Can I flatten just some form fields and leave others editable?
The flatten tool applies to the whole document. To make selective edits first, use the PDF editor to modify specific fields, then flatten the final version.
Does the flattened PDF have a watermark?
No. ihatepdf never adds watermarks to any output file.
Is my file uploaded to a server?
No. Flattening runs entirely in your browser. Your document never leaves your device.