Merge PDF files into one — free and private
Drop in as many PDFs as you need, drag them into the right order, and download a single combined file. The merge happens inside your browser tab, so nothing is uploaded, nothing is watermarked, and there is no sign-up wall between you and the download button.
Merge PDF
pdf-lib · page-level copy · order preserved
Loading tool…
How to Merge PDF
- Add your PDFs. Drag two or more PDF files onto the drop zone, or click it to browse. You can keep adding files after the first batch.
- Put them in order. Drag the file cards to rearrange them. The combined document follows this order top to bottom, and page counts are shown so you can sanity-check the total.
- Merge. Click Merge PDFs. Everything is assembled locally, so the time it takes depends on your device rather than an upload queue.
- Download. Save the combined file. There is no watermark and no page limit on the output.
How to merge PDFs without uploading them
Most free PDF mergers work by uploading your files to a server, combining them there, and giving you a link to download the result. That is fine for a restaurant menu and a bad idea for a signed contract, a payslip, or a scan of your passport. Once a file is uploaded you are trusting a retention policy you cannot verify.
This tool never makes that trade. Your browser reads the files directly off your disk, assembles the combined PDF in memory using WebAssembly, and hands you the result. No request carrying your document is ever made — you can confirm this yourself by opening your browser's developer tools, switching to the Network tab, and merging a file. You will see no upload.
A side effect worth knowing: because there is no server involved, the tool keeps working if your connection drops after the page has loaded.
What merging preserves, and what it does not
Merging copies each source page into a new document, so the visible content, page dimensions, embedded fonts and images all carry over unchanged. Text stays selectable and searchable — pages are not flattened into images.
Some structural extras do not survive a merge, and it is better to know that up front than to discover it later:
- Interactive form fields are copied but may lose their field names if two source files use the same ones. Flatten forms first if the values matter.
- Bookmarks and outlines from the source files are not carried into the combined document.
- Digital signatures are invalidated. This is unavoidable — a signature certifies one exact file, and merging produces a different one.
- Attachments embedded in a source PDF are not transferred.
Common reasons people merge PDFs
The pattern is almost always the same: a process expects one document, and reality produced several.
- Combining twelve monthly bank statements into a single file for a mortgage or visa application.
- Assembling a contract, its annexes and a signature page into one document before sending it out.
- Merging pages you scanned in separate batches because the feeder only takes ten sheets at a time.
- Joining a cover letter, CV and portfolio into one attachment because the job portal allows exactly one upload.
- Collecting receipts into a single expense-report PDF at the end of a month.
Merge PDF vs Organize Pages — which one do you want?
These two tools get confused constantly, and picking the wrong one wastes a few minutes.
Use Merge PDF when you have several separate files and want one file out. It works at the file level: you control the order of the documents, not the order of pages inside them.
Use Organize Pages when you already have one file and the problem is inside it — a page in the wrong place, a blank page to delete, a page that needs rotating. It gives you a thumbnail grid of every page to rearrange directly.
If you need both, merge first and then open the result in Organize Pages. That order means you only do the page-level fiddling once.
Frequently asked questions
How many PDFs can I merge at once?
There is no limit set by the tool. The practical ceiling is your device's memory, since the files are assembled locally. Merging dozens of ordinary documents is fine on a laptop; a hundred large scans may be slow on an older phone.
Are my files uploaded to a server?
No. The merge runs entirely in your browser using WebAssembly. You can verify this by opening developer tools, going to the Network tab, and watching that no request is made when you merge.
Will the merged PDF have a watermark?
No. The output is clean, with no watermark, badge or footer added. That applies no matter how many files you merge or how often you use the tool.
Can I merge password-protected PDFs?
Not directly. Remove the password first using the Remove Password tool — which also runs locally — then merge the unlocked files.
Does merging reduce the quality of my PDF?
No. Pages are copied across without being re-encoded, so images stay at their original resolution and text stays selectable. The merged file is roughly the sum of the originals in size.
Can I reorder individual pages while merging?
Not in this tool — merging works at the file level. To rearrange individual pages, merge first and then open the combined file in the Organize Pages tool.
Does this work on a phone?
Yes. It works in mobile Safari and Chrome, and you can pick files from iCloud Drive, Google Drive or your device storage through the normal file picker. Very large files may be limited by available memory on older phones.
Will my digital signature survive the merge?
No, and no tool can preserve it. A digital signature certifies one specific file; combining it with others produces a different file, which invalidates the signature by design. Merge first, then sign the finished document.