ZERO-TRUST PDF

Flatten PDF files in your browser

Merge filled form fields into the page so nobody can edit them. Nothing is uploaded.

What flattening actually does

A fillable PDF is two documents stacked on top of each other. Underneath is the page: the lines, the labels, the boxes printed on it. Above that sits a layer of interactive widgets, and every value someone types goes into that upper layer rather than into the page. The two are only glued together by the viewer that draws them at the same time.

Flattening collapses the stack. The text sitting in each field gets written into the page content, and the field itself is deleted. What you get back looks identical and behaves completely differently. There is nothing left to click into, nothing to accidentally overwrite, and no dependency on the reader rendering form widgets the way you saw them.

Comments and markup are a separate matter, and this is where a lot of tools are vague. Sticky notes, highlights and freehand markup are annotations, not form fields. This tool does not flatten them, and they survive the operation with their text intact. What does go is the authorship attached to them: the reviewer name, the timestamp and the subject line are cleared along with the rest of the document metadata. The comment stays, the name on it does not.

One more thing about the word itself, since it causes real confusion when a colleague or a printer uses it: flattening form fields is only one of the operations called flattening. Merging layers is another, and resolving transparency for press is a third. If you are not certain which one has been asked of you, what does flatten PDF mean separates them.

Why print shops keep asking for it

Ask a commercial printer for a flattened file and you are usually being asked to remove a source of uncertainty. Form fields carry their own appearance streams, their own fonts and their own rendering rules, and a RIP is not a desktop PDF reader. Fields can print empty. They can print with a default appearance nobody intended. Occasionally a field prints with the placeholder text still showing because the value lived somewhere the RIP never looked.

Once the values are page content, that whole category of problem disappears. What the printer processes is what you saw. This is the same reason a contract gets flattened before it is filed and the same reason a completed application form gets flattened before it is emailed on: the version you send should be the version that arrives.

When you should not flatten

Flattening is not reversible from inside a PDF reader. If anyone downstream still needs to fill the form in, sending them a flattened copy hands them a picture of a form they cannot use. Keep the fillable original and flatten a duplicate.

The same applies if the data matters as data. Software that reads submitted forms usually pulls values out of the field structure, and flattening removes exactly that structure. The words are still visible on the page, but the machine that was reading them is now looking at a page rather than a form.

Signed documents are the third case. A digital signature covers the bytes of the file it was applied to, and flattening rewrites those bytes. The document will still open and still look right, and the signature will no longer verify. If the signature is the point of the document, leave it alone.

What this tool changes, and what it leaves alone

Flattening here does not rasterize anything. Your pages are not converted to images, the text stays selectable and searchable, and the file does not balloon in size. That only happens on the redaction tool, and only on pages you have actually marked. If you flatten a document and then search it, everything that was text before is still text.

Document metadata is cleared at the same time, because a flattened file is usually finished output and finished output going out to somebody else should not carry the history of who made it. That covers the information dictionary, the XMP packet most editors write alongside it, application leftovers from tools like Illustrator and InDesign, the file identifiers that let two versions of a document be matched to each other, and the names on any comments.

One thing it does not cover, and it is worth saying rather than leaving you to discover it: metadata embedded inside images is not touched. A photograph placed in a PDF can carry its own EXIF block with a camera model, a timestamp and sometimes GPS coordinates, and that block is part of the image rather than part of the document. If your file was built from phone photographs of a page, strip the images before they go into the PDF. This tool cleans the document, not the pictures inside it.

Common questions

How do I flatten a PDF?
Drop the file into the tool at the top of this page and press the button. The values in every form field are drawn into the page itself and the interactive fields are removed, so the document still looks the same but nothing in it can be typed over. Your file is never uploaded; the work happens in this browser tab.
How do I flatten a PDF for free?
This tool is free with no account, no daily limit and no watermark. That is possible because there is no server doing the work and therefore no per-file cost to recover. The site is paid for by ads, which are served by Google and set cookies in your browser. Your document is not part of that arrangement and never leaves your device.
How do I flatten a PDF online?
Most online flatteners upload your file to a server, flatten it there and send it back, which means a copy of the document exists on someone else’s machine for at least a while. This one runs in the browser instead. Give the page a moment to load and the flattening then runs entirely on your machine — the connection can go down before you drop the file in and the export still arrives. That covers this page and the tool on it, not moving to another page, which is a normal request like anywhere else.
How do I flatten a large PDF file?
The same way, though the tool will warn you before opening anything over 50 MB because parsing a file that size takes a noticeable moment and the tab will sit still while it happens. Flattening is the light operation here: it rewrites the form fields and leaves the page content alone, so it is far quicker than redacting. On a phone, a very large document can still run the tab out of memory, and there the honest advice is to use a desktop browser.