How to merge PDF files without uploading them anywhere
Merging is the most common PDF task and the one people are most often asked to do with sensitive paperwork: contracts, invoices, ID documents, application bundles. You do not have to upload any of it.
Drag and drop up to 20 PDFs, or choose them from your device.
Up to 50 MB per file. Files are processed in your browser.
Full options and FAQs on the Merge PDF page.
What local merging actually does
A PDF is a structured document: a catalogue of page objects, fonts, images and cross-references. Merging means reading each source file's page objects, renumbering their internal references so they do not collide, and writing a new document that lists them in order.
That is pure data manipulation, and modern browsers can do it at full speed. There is no rendering, no re-encoding and no quality loss — the pages in the output are byte-for-byte the same content as the pages that went in.
Why it matters for work documents
- Nothing crosses a network, so no third party becomes a processor of the data.
- There is no retention window to trust and no deletion promise to verify.
- It works on restricted networks and offline, which is often the only option on a locked-down corporate laptop.
- Large bundles are not limited by upload speed — a 200 MB set of scans merges as fast as your device can read it.
Getting the order right
Most merge mistakes are ordering mistakes. Files named 'scan1, scan10, scan2' sort alphabetically, not numerically, so relying on file order is risky. Arrange the thumbnails deliberately before you generate the output.
If a source document has pages you do not want in the bundle, remove them first rather than merging everything and editing afterwards — it is quicker and you avoid shipping a draft page by accident.
Step by step
- 1Add every PDF you want to combine to the tool below.
- 2Drag the file cards into the exact order the finished document should read.
- 3Remove any file you added by mistake before generating.
- 4Merge, then open the result and check the joins between documents.
- 5If the combined file is too large to email, compress it afterwards — also locally.
Frequently asked questions
- How do I know nothing is uploaded?
- Load the page, disconnect from the internet, then merge. It still works, because the code and your files are both already on your device.
- Does merging reduce quality?
- No. Pages are copied intact, so text stays selectable, images keep their original resolution and the file is not re-encoded.
- Can I merge password-protected PDFs?
- Not while they are encrypted. Remove the password in the application that created the protection, merge, then re-protect the finished document if you need to.