You’ve filled out a PDF form — an application, a consent form, an official submission — and now you want to make sure those answers can’t be accidentally (or deliberately) changed by anyone who opens the file afterward. That’s what flattening does.

What “flatten” actually means

A fillable PDF form stores its field values (text you typed, boxes you checked) as data separate from the page’s visual content — that’s what makes the fields interactive in the first place. Flattening takes whatever is currently in each field and draws it permanently into the page itself, then removes the interactive field so there’s nothing left to edit.

When you’d want this

  • Before submitting a signed or completed form somewhere it needs to stay exactly as filled out.
  • Before sharing a filled form externally, so the recipient sees your answers as fixed content, not editable fields they could change.
  • When the form needs to look the same in every PDF viewer. Interactive fields don’t always render identically across apps — one viewer might show a value in the font and size you typed it in, another might redraw it slightly differently depending on how it interprets the field’s stored appearance. Flattening bakes in one fixed appearance, so what you see is what everyone else sees too.
  • Any time “final” actually needs to mean final.

How to do it

Flatten PDF handles this in one step:

  1. Upload your filled-in PDF form.
  2. It reads the current value of every field.
  3. Download — those values are now permanent page content, and the interactive fields are gone.

All field types are covered — text boxes, checkboxes, radio buttons, and dropdowns are all baked in the same way.

If the PDF has no form fields

Nothing changes — the tool detects there’s no form to flatten and simply returns the file as-is, so it’s safe to run on any PDF without checking first.

There’s no undo

Flattening isn’t reversible. Once the interactive fields are removed, there’s no setting or button anywhere that brings them back — the only way to get an editable version again is to go back to the original file you started with. If there’s any chance you’ll need to correct an answer later, keep an untouched copy of the filled form before you flatten it. This isn’t a limitation specific to this tool; it’s true of flattening in any PDF app, because the whole point is deleting the interactive layer, not hiding it.

What flattening doesn’t do

It’s easy to assume flattening “locks” a PDF in every sense, but it only does one specific job: it fixes the form field values in place and removes the fields themselves. A few things it leaves untouched:

  • Comments, highlights, and sticky notes. Those are a separate kind of object from form fields, and flattening doesn’t remove or change them. If your filled form also has reviewer markup you want stripped out before sending it externally, that’s a job for Delete Annotations instead — run that on it too if you need both done.
  • Who can open, print, or copy the file. Flattening a form doesn’t add a password or restrict anything about access — the file is exactly as open as it was before, just with fixed-in-place answers instead of editable fields. If you actually need to control who can open the file at all, that’s a different problem, solved by Password Protect a PDF, not by flattening.

Signing as part of the same workflow

If you still need to add a signature before flattening, Fill & Sign lets you draw or type one directly onto the page — do that first, then flatten the result if you want the signature and field values locked in together.