How to Flatten a PDF (Remove Interactive Fields)



You filled out a PDF form, added your signature, maybe dropped in a few comments — and now you need to send it to someone. But here's the thing: all those fields are still editable. The person on the other end could change your answers, remove your signature, or mess with your annotations. Not great.
That's where flattening comes in. It's one of those PDF operations that sounds technical but is actually dead simple once you know what it means and why it matters.
What Does "Flatten a PDF" Actually Mean?
When you flatten a PDF, you take everything interactive — form fields, text boxes, dropdown menus, digital signatures, annotations, comments — and bake them permanently into the document. The content stays visible, but it's no longer editable. It becomes part of the page itself, like ink on paper.
✏️ Edit your PDF for free — no signup required
Fill forms, add signatures, merge files, and more — right in your browser.
Open Free Editor →Think of it like laminating a filled-out paper form. You can still read everything, but nobody's erasing or changing it.
After flattening, a PDF viewer won't show those little blue form fields anymore. There are no clickable checkboxes. No editable text areas. It's just a flat, static document.
Why Would You Want to Flatten a PDF?
There are a few situations where this is exactly what you need:
Sending completed forms. You filled out a contract, tax form, or application. Before you send it off, you want to make sure nobody can edit your responses. Flattening locks everything in place.
Reducing file size. Interactive elements, especially complex forms with JavaScript validation and dropdown data, add weight to a PDF. Flattening strips all that out. I've seen forms drop from 5MB to under 1MB after flattening, especially government forms with tons of embedded logic.
Fixing printing issues. Some printers (and some print-to-PDF drivers) don't handle form fields well. You hit print and half the form data disappears, or fields render in the wrong position. Flattening before printing solves this almost every time.
Archiving documents. If you're storing completed records, you don't want interactive fields hanging around. Flat PDFs are cleaner for long-term storage and less likely to cause compatibility issues years down the road.
Preventing accidental edits. Sometimes it's not about security — it's about someone accidentally clicking a checkbox and changing a value without realizing it. A flat PDF eliminates that risk entirely.
Method 1: Flatten a PDF Online (Free, No Software)
The fastest way to flatten a PDF is with an online tool. You upload the file, it processes, you download the flattened version.
OnlyDocs handles PDF flattening right in your browser. Upload the document, and the tool merges all interactive elements into a static file. No account required, no watermarks, and your file isn't stored on a server after processing.
This is the route I'd recommend for most people. You don't need to install anything, and it works on any device — Windows, Mac, Linux, Chromebook, even your phone.
A few things to keep in mind with online tools:
- Make sure you trust the service before uploading anything sensitive. Check their privacy policy. OnlyDocs processes files client-side, which means your document doesn't actually get uploaded to a remote server.
- If you're dealing with a 200-page government form, upload speeds matter. Most online tools handle files up to 50-100MB without issues.
- Always open the flattened PDF afterward to verify everything looks right. Occasionally, fonts or special characters can shift during the process.
Method 2: Use Adobe Acrobat (If You Already Have It)
If you're paying for Adobe Acrobat Pro, you've got flattening built in. No reason to use a separate tool.
Here's how:
- Open the PDF in Acrobat Pro
- Go to File → Print
- Select Adobe PDF as the printer
- Click Print and save the new file
Yes, you're "printing" to a PDF. It sounds weird, but this is the classic method and it works perfectly. The print process renders everything to a flat output — form fields, annotations, all of it.
There's also a more direct route: go to Tools → Prepare Form, then click the settings gear and choose Flatten Fields. This gives you more control over which fields get flattened.
The catch? Acrobat Pro costs around $20/month. If flattening PDFs is all you need, that's a lot of money for something you can do for free online.
Method 3: Print to PDF (Works Anywhere)
This is the low-tech approach that works on literally any computer.
- Open the PDF in any viewer (Preview on Mac, Edge on Windows, Chrome, whatever)
- Hit Ctrl+P (or Cmd+P on Mac)
- Choose Save as PDF or Microsoft Print to PDF as the destination
- Save the file
This "prints" the document to a new PDF, and the output is flat. No form fields, no annotations as interactive elements — everything gets rendered as static content.
The downside: you might lose some things you didn't want to lose. Bookmarks, the document outline, hyperlinks — those can disappear too. And the output quality depends on the print driver. Most of the time it's fine, but occasionally you'll get slightly fuzzy text or shifted layouts.
For a quick one-off, though? It gets the job done.
Method 4: Use a Free Desktop Tool
If you regularly work with PDFs and want something installed locally, there are a few solid free options.
LibreOffice Draw can open PDFs and export them as flat files. It's not the prettiest workflow — you open the PDF, it converts to an editable format, and you export back to PDF. But the output is flattened by default.
PDFtk (PDF Toolkit) is a command-line tool that's been around forever. If you're comfortable with terminal commands:
pdftk input.pdf output flattened.pdf flatten
One line. That's it. PDFtk is free, runs on Windows, Mac, and Linux, and handles batch processing like a champ. If you need to flatten 500 forms, this is the way.
QPDF is another command-line option that's faster than PDFtk for large files:
qpdf --flatten-annotations=all input.pdf flattened.pdf
These tools are overkill for flattening a single form, but they're great if this is something you do regularly.
Method 5: Flatten on Mobile
Need to flatten a PDF on your phone or tablet? Your options are more limited, but they exist.
On iOS, you can use the Markup feature in the Files app to annotate a PDF, then share it — the shared version is flattened. It's not a dedicated flatten tool, but it works for basic use cases.
On Android, apps like Xodo and PDF Extra offer flattening. Or you can just use an online tool like OnlyDocs through your mobile browser.
Flattening vs. Locking: They're Different Things
People sometimes confuse flattening with password protection. They're not the same.
Flattening removes interactivity. Fields become static content. The document is still readable and copyable — it's just not editable in the "fill out this form" sense.
Password protection restricts access. You can lock a PDF so it requires a password to open, or restrict specific actions like printing or copying text. But the form fields are still there under the hood.
If you want to both lock down the content AND prevent someone from opening the file without a password, you'd flatten first, then password protect the result. Two separate steps.
When NOT to Flatten
Flattening is permanent. Once you do it, those form fields are gone. You can't un-flatten a PDF and get the interactive elements back.
So don't flatten your only copy of a document. Always keep the original editable version somewhere. Flatten a copy when you need to share or archive it.
Also, don't flatten a form that still needs to be filled out by someone else. Sounds obvious, but I've seen people flatten a template they intended to reuse. That template is now a static image of empty form fields. Not useful.
The Bottom Line
Flattening a PDF is one of those five-second tasks that saves you from real headaches — printing issues, accidental edits, file size bloat, or someone changing your signed contract. The easiest approach for most people is an online tool like OnlyDocs — upload, flatten, download, done.
If you're technical and do this often, grab PDFtk or QPDF and run it from the command line. If you're already in Adobe's ecosystem, use the print-to-PDF trick. And if you're in a pinch, the built-in print dialog on any computer will get you 90% of the way there.
Whatever method you pick, just remember: flatten a copy, not the original. Future you will be grateful.
✏️ Try OnlyDocs Free — Edit, sign, and merge PDFs right in your browser. No signup required.
Open Editor →