How to Flatten a PDF So It Can't Be Edited
Filling a form leaves your entries as separate, editable layers. What flattening does, when it matters, and what it does not protect against.
When you fill in a PDF, your text and signature usually sit on top of the page as separate objects rather than becoming part of it. Anyone who opens the file in the right tool can select them, move them, or delete them. Flattening merges those layers into the page so they stop being separate objects.
When it matters
- Anything financial or contractual, where a changed number is worth something to someone.
- Anything being forwarded onward, because you lose sight of who opens it.
- Forms with interactive fields, where an unflattened file can be re-opened and re-typed trivially.
- Anything where you want the recipient to see what you saw — unflattened annotations render differently across readers.
When it does not
For a permission slip going back to a school office, flattening is not the difference between safe and unsafe. It is worth doing because it costs nothing, not because the threat is real.
How to flatten on a phone
Most apps that fill PDFs flatten on export, and the tell is that the exported file no longer lets you tap your own entries. If you want to check, reopen the exported file and try to select your signature: if you cannot, it is flattened.
The crude fallback is printing to PDF, which rasterises everything. It works, and it costs you selectable text — the document becomes an image, so it is no longer searchable or accessible to a screen reader. Use a proper flatten where you can.
What flattening does not do
This is the part usually left out. Flattening is not security. It stops casual editing; it does not stop anyone determined.
- It does not encrypt the file. Anyone who has it can read it.
- It does not prove who signed. There is no cryptographic identity attached — that is what a digital certificate does, which is a different thing from a drawn signature.
- It does not prevent redrawing. Someone can still edit the underlying image with enough effort.
- It does not remove metadata. Author, device and timestamps can survive.
If you need genuine tamper-evidence, you want a certificate-based digital signature, which is a different product category. For the forms most people are sent, flattening plus sending it to a named person is proportionate.
Questions
- Does flattening a PDF make it secure?
- No. It prevents casual editing of your entries, but it does not encrypt the file, prove who signed it, or stop a determined person from altering it. For tamper-evidence you need a certificate-based digital signature.
- How do I know if a PDF is flattened?
- Reopen the exported file and try to tap or select your own text and signature. If they cannot be selected as separate objects, it is flattened.