Flatten PDF

Bake a filled-in form's values into the page so they are permanent, printable and no longer editable.

Choose a PDF

Browse files

or drag and drop · Up to 100MB

Processed on your device. This file is never uploaded.

  1. 1Drop your filled-in PDF into the box above — it stays on your device.
  2. 2Flatten it. Field values become ordinary page content.
  3. 3Download the result and send it on.

Two layers, made one

A PDF form is really two documents in a trench coat. There is the page — the lines, labels and boxes that were printed — and above it a layer of interactive fields holding whatever has been typed in. They are stored separately, and only software that understands the form layer shows your answers.

Flattening collapses the two. Each field's current value is drawn into the page as ordinary content and the field itself is removed. Afterwards there is no form, only a document that happens to have your answers printed on it.

Why you would want that

The form prints blank. The most common reason people arrive here. Some viewers save field values but never generate the appearance streams that say how they should look, so a different reader — or a printer — draws nothing. Flattening produces real page content that every viewer can render.

The values should stop moving. Sending a live form means sending something the recipient can retype. Flattened, the answers are part of the page.

It has to render identically everywhere. Form field appearance varies between viewers — fonts, alignment, whether a checkbox draws as a tick or a cross. Flattened content does not vary.

Something downstream cannot read forms. Plenty of document systems ingest page content and ignore the form layer entirely, receiving what looks like an empty document.

What flattening is not

It is not protection. A flattened PDF is not encrypted, not password protected and not read-only, and anyone with a PDF editor can still change the page. This gets sold elsewhere as a security step and it simply is not one — real protection means encryption, which is a different operation with a different tool.

It is also not reversible. Once the values are page content, they cannot be turned back into fields. Keep the original if you might need to change an answer.

Common uses

  • Finalising a completed application before submitting it
  • Fixing a form whose answers vanish when printed
  • Sending a filled form that should not be edited further
  • Preparing a document for a system that ignores form fields
  • Making a signed agreement render the same for everyone

Privacy

The whole operation runs in your browser. Filled-in forms carry addresses, salaries, medical details and signatures — the kind of file that should never be uploaded to an unknown server to have something trivial done to it.

Frequently asked questions