How to merge PDF files without uploading them anywhere
Combine several PDFs into one document in your browser — no account, no upload, no watermark. Includes how to fix page order, mixed page sizes and files that are too big.
Skip to the toolMerge PDFMerging is the most common thing anyone does to a PDF, and the most common reason people hand a private document to a website they've never heard of. You don't have to.
Combining PDFs is a structural edit. Nothing about the pages themselves has to change — the operation copies each page's contents into one new file and writes a fresh page tree. That's why it's fast, and why it's a poor reason to upload anything.
The short version
- 1Open Merge PDF and drop your files in.
- 2Drag the thumbnails until the order is right.
- 3Merge, then save the result.
That's the whole job. The files are read from your disk into the tab, combined there, and written back out. Turn off your WiFi first if you want proof.
Getting the order right
Most merge problems are ordering problems. Two habits fix nearly all of them:
- Add files in the order you want them, rather than adding everything and sorting afterwards.
- Name files so they sort correctly on their own — 01, 02, 03 rather than 1, 2, 10, which sorts as 1, 10, 2.
- Check the join points, not the whole document. Errors cluster where one file ends and the next begins.
If a file is nearly right but has a stray cover sheet or a blank final page, take it out before merging with Remove Pages rather than merging first and editing after.
Mixed page sizes and orientations
A merged PDF can legitimately contain pages of different sizes — A4 next to Letter, portrait next to landscape. Readers handle this fine, but printers often don't, and neither do some upload forms.
If everything has to match, standardise before you merge. Crop PDF will bring pages to a consistent box, and Rotate PDF fixes pages that were scanned sideways.
When the merged file is too big
Merging adds up. Three 8 MB scans make a 24 MB file, and most mail servers stop at 25 MB. The fix depends on what's inside:
- Scans and photos — the page images are the weight. Compression will help a lot.
- Text documents with embedded fonts — usually already small; if it isn't, something is embedded that you can't see.
- Anything exported from a design tool — often carries full-resolution originals of images that appear postage-stamp sized.
There's a full walkthrough in the guide to shrinking a PDF for email, or go straight to Compress PDF.
A merge should never change how a page looks. If it does, the tool re-rendered your pages instead of copying them.
What merging does not do
Worth knowing before you rely on it:
- Form fields with the same name across files can collide, and one may win.
- Digital signatures are invalidated — a signature covers a specific file, and the merged file is a different one.
- Bookmarks and internal links usually survive within each source file, but links pointing between files won't resolve.
If you need signatures on the final document, merge first and sign afterwards with Sign PDF.
Common questions
Is there a limit on how many PDFs I can merge?
No fixed limit. Because the work happens on your own device, the ceiling is your available memory rather than a plan tier — a few hundred pages is comfortable on an ordinary laptop or phone.
Will merging reduce the quality of my pages?
No. Pages are copied across as they are, so text stays selectable and images keep their original resolution. Nothing is re-rendered or re-compressed.
Can I merge a password-protected PDF?
Not while it's locked. Remove the password first with a tool like Unlock PDF, on a file you have the right to open, then merge the result.
The tools for this
Read next
Privacy & security
Are online PDF tools safe? What actually happens to your file.
Most PDF websites upload your document to their servers to process it. Here's what that means for contracts, payslips and ID scans — and how to check before you upload.
Read itHow-to guides
How to organize and reorder pages in a PDF
Scanned out of order, or assembled from three files that arrived in the wrong sequence. How to organize PDF pages without rebuilding the document.
Read it