Whether you're assembling a report from multiple chapters, combining signed contract pages, or packaging several scanned receipts into one file — merging PDFs is one of the most common file tasks. Here's how to do it online for free, without downloading anything.
When You Need to Merge PDFs
Common reasons people merge PDF files:
- Combining chapters or sections written separately into one document
- Assembling a job application (resume, cover letter, portfolio) as a single PDF
- Collating multiple invoices or receipts for expense reporting
- Combining front-side and back-side duplex scans in the correct order
- Packaging signed contract pages with attachments
How to Merge PDFs Online — Step by Step
- Open PrivaTools Merge PDF in your browser.
- Click Add Files or drag and drop multiple PDFs into the upload zone. You can add as many files as you need.
- Reorder the files by dragging them into the desired sequence. The top file will be the first pages of the merged document.
- Optionally preview individual file thumbnails to verify page order before merging.
- Click Merge PDF. The combined file downloads to your device within seconds.
No account, no email, no watermark. The merged PDF is yours entirely — PrivaTools does not retain any copy of your files.
Page-Level Control
If you need to merge specific pages rather than entire files, use Extract Pages to pull the pages you want from each source PDF first, then merge the extracts. This gives you precise control over exactly which content ends up in the final document.
Merging Scanned Documents (Duplex Order)
Scanners that do single-sided scanning produce two files from a double-sided document: all the odd pages in one scan, all the even pages in another — often in reverse order. The Alternate Mix tool interleaves pages from two PDFs in alternating fashion, reconstructing the correct double-sided page order automatically.
Privacy Considerations
Most free online PDF mergers upload your files to their servers, process them, and store them for a period afterward (sometimes 1–24 hours). If your PDFs contain sensitive content — legal contracts, financial statements, medical records — this matters.
PrivaTools processes files through a FastAPI backend and deletes them immediately after your download. The source code is open and auditable at GitHub. If you want total certainty, you can self-host the entire stack with Docker.
What About File Size Limits?
PrivaTools supports uploads up to 500 MB per file — far more generous than most free tools. Even large scan archives and high-resolution documents can be merged directly without pre-compression.
Alternatives to Online Merging
- macOS Preview — Drag thumbnails between open PDFs in the sidebar. Built-in, no software needed.
- pdftk (command-line) —
pdftk file1.pdf file2.pdf cat output merged.pdf. Fast for batch scripts. - Adobe Acrobat — Reliable but requires a paid subscription.
For quick, occasional merges without installing anything, an online tool is the fastest option.