Bake form values and annotations into the page

A filled-in form is still a form: the values sit in interactive fields that any viewer can change, and some viewers helpfully clear them when printing. Flattening turns those values into ordinary page content.

It's the step you want before emailing a completed application, and it also stops a recipient's reader from re-prompting them to fill in what you've already filled in. It's equally useful for a document you've signed: flattening means the signature is part of the page rather than an object a viewer could select and move.

Flattening tends to make files a little smaller too, since the interactive machinery — the field definitions, their appearance streams and the form dictionary — is discarded once the values are drawn in. On a heavily-fielded government form that can be a noticeable saving.

What this does — and what it doesn't

  • Flattening is one-way. The fields are gone afterwards and the values can't be edited without redoing the document, so keep the unflattened copy if you might need to change it.
  • Flattening makes content permanent — it does not encrypt or protect the file. Anyone can still read it.

Next steps

Flatten PDF — frequently asked questions

Why would I flatten a PDF?
So the values you typed stay put. Interactive form fields can be edited by anyone who opens the file, and some readers drop them when printing. Flattening converts them into normal page content.
Can I undo flattening later?
Not from the flattened file — the interactive fields no longer exist in it. Keep your original if you might need to change the values.
Does flattening make the file smaller?
Usually slightly, yes. The form's field definitions, appearance streams and dictionary are discarded once the values are drawn into the page, which on a heavily-fielded government form can be a real saving.
Is my PDF uploaded anywhere?
No. Every operation runs in your browser using JavaScript and WebAssembly — the file never leaves your device. You can verify it: load the page, disconnect from the internet, and the tool still works. There is no upload endpoint to send it to.

All PDF tools