Does Flattening a PDF Remove Signatures and Form Fields? (2026)

By PDFGrover Team · · 5 min read

You fill in a form, sign it, email it — and the recipient replies that the fields are empty, or that the signature shows a warning, or that their system rejected the upload. Flattening is usually the fix, and it is also occasionally the cause. The confusion comes from one question that gets answered inconsistently across the web: does flattening remove a signature, or keep it?

The answer is: it keeps what the signature looks like and removes what the signature proves. Which of those two you needed determines whether flattening was the right move.

What flattening actually does

A PDF can carry two layers of content. There is the page — the text, lines and images that were drawn when the document was created. And there is an interactive layer on top: form fields you can type into, checkboxes, dropdowns, comments, sticky notes, highlight annotations, and signature fields.

Those two layers are stored separately. When you type your name into a form field, the characters do not become part of the page; they become the value of a field that sits above the page.

Flattening merges the second layer down into the first. After flattening:

  • Field values become ordinary page content — still visible, no longer editable.
  • Checkboxes and dropdowns become static marks and static text.
  • Comments and annotation appearances are painted onto the page.
  • The interactive fields themselves are gone, because there is nothing left for them to hold.

The document looks the same. It just stops being a form.

Does flattening remove a signature?

This depends entirely on which kind of signature you mean, and the two are routinely confused because tools call both "sign".

A drawn or typed signature — the image of your name that you place on the page — survives flattening. It becomes part of the page, exactly like the field values. It is arguably more robust afterwards, because nobody can drag it off or delete it as a separate object.

A cryptographic digital signature — the kind that shows a certificate and a "signature is valid" banner — stops verifying after flattening. Not because the tool targets it, but because of how such signatures work. Signing computes a fingerprint of the exact bytes of the file at the moment of signing. Flattening rewrites those bytes. The fingerprint no longer matches, so the viewer reports that the document has changed since it was signed — which is true, and is precisely the behaviour the signature exists to provide.

So the rule of thumb:

Signature type After flattening
Drawn / typed / image signature Still visible, now permanent
Certificate-based digital signature Appearance may remain; validation fails

If you need a signature to keep verifying, do not flatten after signing. Flatten first, then sign. Signing is generally the last operation you perform on a document.

When flattening is the right call

A recipient sees empty fields. This is the most common reason people search for this. Some viewers — particularly built-in browser and mobile previewers — do not render form field values reliably. The data is in the file, but the reader is not drawing it. Flattening moves the values onto the page, where every viewer draws them.

A portal or filing system rejects the upload. Many court e-filing systems, grant portals and HR systems require flattened PDFs, because interactive fields complicate their processing and can carry scripts. If a submission page says "no fillable forms" or your file is bounced without explanation, flattening is worth trying.

You want the answers locked. Once flattened, the values cannot be typed over. This is not a security control — see below — but it does stop casual edits and accidental changes.

You are combining documents. Merging files that both contain form fields can produce fields with clashing names, where typing in one changes another. Flattening each file before a merge avoids that entirely.

Printing comes out blank. Some drivers print the page but not the interactive layer. Flattening removes the distinction.

When flattening is the wrong call

You still need the form to be fillable. Flattening is one-way. There is no un-flatten. Keep the original.

You are trying to hide information. Flattening makes values non-editable, not invisible. Text that was in a field is now text on the page — fully selectable and copyable. If the goal is confidentiality, you want redaction instead, which removes content rather than fixing it in place.

The document needs to stay accessible. Field labels and structure carry meaning for screen readers. Flattening can drop that relationship, leaving visible text with no programmatic association to its label. If the document has to meet accessibility requirements, read making a PDF accessible before flattening.

The signature must remain verifiable. As above.

How PDFGrover's Flatten PDF works

Our Flatten PDF tool merges form field values, annotation appearances and layer content into the base page content, then writes a static PDF. It runs in your browser, so the document is not uploaded.

One implementation detail that matters in practice: the tool embeds a standard font before flattening. Without that step, field values that relied on a font supplied by the viewer can come out clipped or missing entirely — a common failure in flattened output elsewhere, where a filled form flattens to blank boxes.

Typical workflow for a form you have received:

  1. Fill it in with Fill PDF Forms.
  2. Add a signature with Sign PDF if one is needed.
  3. Flatten it.
  4. Send.

If the form is going somewhere that requires a certificate-based signature, flatten before the signing step instead.

Common questions

Can you un-flatten a PDF? No. Flattening discards the interactive layer, and the information needed to reconstruct which text belonged to which field is gone. Always keep the unflattened original if you might need to edit it.

Does flattening reduce file size? Usually slightly, since the form structure is discarded, but the change is generally small. Flattening is not a compression method — use Compress PDF for that.

Does flattening remove metadata? No. Author, title and creation software live outside the page content and are unaffected. Clear them with the PDF Metadata Editor if that matters.

Will flattening stop someone editing my PDF? It stops them typing into fields. It does not stop editing generally — the page can still be modified in a capable editor. Flattening is a compatibility and finality measure, not a protection measure.

My filled form prints blank. Will flattening fix it? Usually, yes. That symptom typically means the viewer or driver is not rendering the interactive layer, and flattening removes the need for it to do so.

The one-line version

Flattening keeps what a signature looks like and breaks what it proves. Use it to make a filled form display and print reliably everywhere — not to hide anything, and not after applying a certificate-based signature.