
Need to flatten a PDF but don’t want to pay for Adobe Acrobat? You’re not alone. Flattening is one of those PDF tasks that sounds technical but comes up all the time – sending a filled form that recipients shouldn’t edit, locking annotations in place before printing, or stripping interactive layers to fix display issues. If you need a full-featured editor for other PDF work too, check our best free PDF editors roundup.
I tested 12 tools over the past two weeks specifically for flattening. Some handle form fields but skip annotations. Others flatten everything but add watermarks. Here’s what actually works in 2026 without paying a cent.
What Does “Flatten a PDF” Actually Mean?
Flattening a PDF merges interactive elements – form fields, annotations, comments, layers – into the static page content. After flattening, those elements become part of the background. Nobody can edit, move, or delete them.
Common reasons to flatten:
- Lock filled form data so recipients see values but can’t change them
- Merge annotations and markup into the document before sharing
- Fix rendering issues in certain PDF viewers that struggle with layers
- Reduce file size (interactive elements add overhead)
- Prepare documents for archiving or legal submission
Two types of flattening exist. Form flattening converts editable fields into static text. Full flattening also merges annotations, comments, and transparency layers. Most tools below handle both, but I’ll note where they differ.
Quick Comparison Table
| Tool | Type | Flattens Forms | Flattens Annotations | File Limit | Cost |
|---|---|---|---|---|---|
| PDF24 Tools | Online | Yes | Yes | No limit | 100% free |
| Sejda PDF | Online + Desktop | Yes | Yes | 200 pages / 50 MB | Free (3 tasks/hr) |
| AvePDF | Online | Yes | Yes | 128 MB | Free (6 tasks/6hr) |
| PDFtk | Command Line | Yes | No | Unlimited | Free (open source) |
| LibreOffice Draw | Desktop | Yes | Yes | Unlimited | Free (open source) |
| PDF-XChange Editor | Desktop (Windows) | Yes | Yes | Unlimited | Free version available |
| DocuPub | Online | Yes | Partial | 24 MB | 100% free |
1. PDF24 Tools – Best Free Option Overall
PDF24 is the tool I keep coming back to for PDF tasks, and flattening is no exception. They have a dedicated “Flatten PDF” function buried in their toolbox – not the most discoverable, but it works perfectly once you find it.
How to flatten with PDF24:
- Go to PDF24 Tools and open the Flatten PDF tool
- Upload your file (drag and drop or click to browse)
- Click “Flatten”
- Download the result
The output consistently preserved all form data as static text while stripping every interactive element. I tested with a 47-page tax form packed with fillable fields and dropdown menus. Everything flattened cleanly. File size dropped from 2.8 MB to 1.9 MB after flattening – a 32% reduction.
What I liked: No account needed, no watermarks, no daily limits. Files are deleted from their servers after one hour. The interface is clean and loads fast.
Downsides: Requires uploading to a remote server, which might concern people dealing with confidential documents. For sensitive files, use one of the desktop options below.
2. Sejda PDF – Best for Batch Flattening
Sejda stands out because it lets you flatten multiple PDFs at once on the free plan. Upload up to 50 files simultaneously and flatten them in one batch. For anyone processing stacks of forms regularly, this saves real time.
How to flatten with Sejda:
- Navigate to Sejda’s Flatten PDF page
- Upload one or more PDF files
- Select flattening options (forms only, or forms + annotations)
- Click “Flatten PDF” and download
I uploaded 8 annotated PDFs totaling 34 MB. All processed in about 15 seconds. Annotations, sticky notes, and form fields all merged into static content. Quality stayed identical to the originals.
What I liked: Batch processing on a free plan is rare. The option to choose between form-only and full flattening gives you control. They also offer a desktop version for offline use.
Downsides: Free tier limits you to 3 tasks per hour and files under 200 pages or 50 MB. The desktop app is free for 7 days, then requires a license ($63/year). Honestly, the online version handles most use cases fine.
3. AvePDF – Best for Large Files
AvePDF accepts files up to 128 MB on the free tier, which is generous compared to most online tools. Their flatten function handles both forms and annotations in a single pass.
How to flatten with AvePDF:
- Open AvePDF’s Flatten PDF tool
- Upload your PDF (supports Google Drive and Dropbox too)
- Click “Flatten”
- Download or save directly to cloud storage
Tested with a 96 MB architectural drawing PDF containing multiple layers and transparency effects. AvePDF processed it in around 40 seconds and the output rendered correctly in every viewer I tried – Adobe Reader, Chrome’s built-in viewer, and Foxit. The transparency was properly composited against a white background.
What I liked: Cloud storage integration means you don’t need to download and re-upload. The 128 MB limit is the highest I found among free online tools.
Downsides: Limited to 6 tasks every 6 hours on the free plan. There are ads on the page, though they don’t interfere with the workflow. No batch processing.
4. PDFtk – Best for Developers and Automation
PDFtk (PDF Toolkit) is a command-line utility that’s been around forever. It’s the go-to for anyone who needs to flatten PDFs programmatically or in bulk through scripts. Open source, runs on Windows, Mac, and Linux.
How to flatten with PDFtk:
pdftk input.pdf output flattened.pdf flatten
That’s it. One command. For batch processing an entire folder:
for f in *.pdf; do pdftk "$f" output "flat_$f" flatten; done
I ran this against a directory of 200+ filled tax forms. Processed all of them in under 90 seconds on a mid-range laptop. Every form field was correctly flattened to static text.
What I liked: No file size limits, no upload to external servers, scriptable for automation. Perfect for processing hundreds or thousands of files. If you’re comfortable with the terminal, nothing beats it for speed.
Downsides: PDFtk only flattens form fields, not annotations. If you need to flatten comments and markup too, you’ll need a different tool. Installation requires a package manager or manual download – not ideal for non-technical users.
5. LibreOffice Draw – Best Desktop Option
LibreOffice Draw can open PDFs for editing, and when you export back to PDF, it effectively flattens everything – forms, annotations, layers, transparency. It’s not a one-click flatten button, but the result is the same.
How to flatten with LibreOffice:
- Open LibreOffice Draw
- Go to File > Open and select your PDF
- Don’t change anything – just go to File > Export as PDF
- In the export dialog, keep default settings and click Export
This approach works because LibreOffice imports PDF elements into its own drawing format, then re-renders them as a static PDF on export. The downside is that complex layouts sometimes shift slightly. I tested with 15 different PDFs – simple forms came through perfectly, but one document with unusual fonts had minor spacing changes.
What I liked: Completely offline, no file limits, fully open source. Available on Windows, Mac, and Linux. You probably already have it installed if you use an open-source office suite. Also useful if you need to edit the PDF without Adobe before flattening.
Downsides: Not a true “flatten” function – it’s a re-export, which can subtly alter formatting. Slow with large files (a 50-page document took about 20 seconds to open). Not suitable for batch processing without scripting LibreOffice macros.
6. PDF-XChange Editor – Best for Windows Users
PDF-XChange Editor is a feature-rich PDF editor for Windows with a generous free version. It includes a proper Flatten function under the Document menu that handles both forms and annotations with granular control.
How to flatten with PDF-XChange:
- Open your PDF in PDF-XChange Editor
- Go to Document > Flatten
- Choose what to flatten: form fields, annotations, or both
- Click OK and save
The granular options are what set PDF-XChange apart. You can flatten only specific annotation types (like stamps and highlights but not sticky notes) or flatten form fields while keeping annotations editable. I haven’t seen this level of control in any other free tool.
What I liked: Selective flattening is genuinely useful. Fast processing even on large files. The free version includes flattening without watermarks (many PDF-XChange features add watermarks on the free plan, but flatten doesn’t).
Downsides: Windows only. The interface feels cluttered with buttons and toolbars – takes some exploring to find the flatten option the first time. Some advanced features stamp a watermark on output, though flatten specifically does not.
7. DocuPub – Best for Quick One-Off Tasks
DocuPub is a bare-bones online tool that does exactly one thing well: flatten your PDF. No account, no login, no interface clutter. Upload, flatten, download.
How to flatten with DocuPub:
- Go to DocuPub’s online PDF flatten tool
- Click “Browse” and select your file
- Click “Flatten”
- Download the result
Tested with a 12-page contract containing signature fields and text boxes. All fields flattened correctly to static content. Processing took about 5 seconds.
What I liked: Zero friction. No popups, no email prompts, no ads blocking the download button. Just works.
Downsides: 24 MB file size limit is restrictive. Only partially flattens annotations (handles stamps and text markup but may skip certain comment types). No batch processing. The site looks like it hasn’t been redesigned since 2010, but function over form, right?
Which Tool Should You Pick?
Here’s my honest recommendation based on two weeks of testing:
- For most people: PDF24 Tools. Free, no limits, handles everything. Start here.
- For batch processing online: Sejda. Upload 50 files at once on the free plan.
- For large files: AvePDF. 128 MB limit beats every competitor.
- For developers/automation: PDFtk. One-line command, scriptable, processes thousands of files.
- For privacy-sensitive documents: LibreOffice Draw or PDF-XChange Editor. Nothing leaves your computer.
If you’re dealing with filled forms that need to go to a client or a government agency, flatten before sending. I’ve seen cases where unflatted forms arrived blank because the recipient’s PDF viewer didn’t support the form format. Flattening eliminates that risk entirely.
Working with PDFs regularly? You might also want to know how to compress PDF files after flattening (especially if the output is larger than expected) or how to annotate PDFs for free before you flatten them.
Frequently Asked Questions
Is flattening a PDF reversible?
No. Once you flatten a PDF, interactive elements become permanent static content. Always keep a copy of the original before flattening. There’s no “unflatten” function in any tool – the data structure changes fundamentally during the process.
Does flattening reduce PDF file size?
Usually yes, but not always. Form fields, JavaScript, and interactive elements add data overhead. Removing them typically shrinks the file by 10-40%. However, flattening transparency or complex layers can sometimes increase size because the tool rasterizes vector elements. In my tests, 11 out of 15 files got smaller after flattening.
Can I flatten a PDF on my phone?
Yes. The online tools (PDF24, Sejda, AvePDF, DocuPub) all work in mobile browsers. Upload your PDF, tap flatten, download the result. No app installation needed. I tested PDF24 on both iPhone Safari and Android Chrome without issues.
What’s the difference between flattening and printing to PDF?
“Print to PDF” creates a new PDF by rendering the document as if it were being printed. This effectively flattens everything but can also change formatting, page size, and image quality. True flattening preserves the original layout while only converting interactive elements to static content. Use proper flattening tools when layout accuracy matters.
Is it safe to flatten PDFs online?
Reputable tools like PDF24 and Sejda delete uploaded files within 1-2 hours and use encrypted connections. For everyday documents – invoices, forms, school paperwork – online tools are fine. For legal contracts, medical records, or anything with personally identifiable information, use a desktop tool like LibreOffice Draw or PDF-XChange Editor so nothing leaves your machine.