Combine PDFs Without Uploading Them
Merging PDFs is the sort of task that should take five seconds, yet most tools ask you to hand over the document first, wait in a queue, then accept a watermark or a page cap. That is a poor trade for something as routine as putting an invoice behind a cover letter, or stitching a signed page back onto the contract it came from.
This tool does the whole job in the page you are reading. Your files are read into memory, their pages are copied into a new document in the order you choose, and the result comes straight back as a download. There is no account, no queue and no size limit beyond what your own device can hold.
How to Merge PDF Files
The whole sequence takes about as long as it takes to describe it.
- Drop your PDFs onto the box above, or click it to pick them from your file browser. You can select several at once, and add more later.
- Check the list. Each entry shows the file name, its page count and its size, so you can confirm you picked the right version before going any further.
- Put the files in order with the up and down arrows. They are joined from top to bottom, and the number on the left is the position that file will take.
- Remove anything you added by mistake with the cross on the right. The tool never touches the originals on your disk.
- Press Merge PDFs. The combined document is built locally, and the result panel reports the total size so you can see what you are about to download.
- Download the merged file. If you want a different order, change it and merge again, nothing is consumed by trying.
What Is Preserved, and What Is Not
Pages are copied rather than redrawn. That means the text stays real text and remains selectable and searchable, links stay clickable, and embedded fonts, vector graphics and images arrive byte for byte as they were. Nothing is rasterised and nothing is recompressed, so a merged file looks identical to its sources at every zoom level.
Page geometry is kept per page rather than forced to a single size. An A4 report and a US Letter appendix can sit in the same document without either being stretched or cropped, and a landscape spread among portrait pages keeps its own orientation and rotation. What does not carry across is document-level structure: bookmarks, form fields, and the outline tree belong to the source documents and are not rebuilt in the merged file.
What Happens to Each Part of Your Files
A quick reference for what survives the merge, which is usually the thing people want to know before they trust a tool with a finished document.
| Element | In the merged file | Why |
|---|---|---|
| Text and fonts | Preserved exactly | Pages are copied, not re-rendered |
| Images and vectors | Preserved exactly | Original streams are carried over untouched |
| Hyperlinks | Preserved | Link annotations travel with their page |
| Page size and rotation | Preserved per page | Each page keeps its own geometry |
| Bookmarks / outline | Not carried across | Belongs to the document, not the page |
| Form fields (AcroForm) | Not carried across | Requires rebuilding the document-level form |
| Document metadata | Replaced | The output is a new document with its own info dictionary |
If bookmarks or fillable form fields matter for your document, merge in a desktop application instead, this is a genuine limitation of a page-level merge, not something a setting can switch on.
Practical Limits and Common Problems
The only real limit is memory. Every file is held in your browser while it works, so the practical ceiling is a few hundred megabytes on an ordinary laptop and rather less on a phone. If a very large merge stalls, do it in two passes: merge half, then merge the result with the rest.
A PDF that asks for a password to open cannot be merged here, and the tool says so rather than silently producing a broken file. Remove the password in the application that created the document first. Damaged files that other readers open with a warning may also be refused, because the writing step is stricter than a viewer needs to be.
Why Local Merging Matters Here
The documents people most often need to merge are the ones they should be most careful with: signed contracts, medical letters, tax returns, scanned passports assembled into one file for an application. Uploading those to a stranger to save a few seconds is a poor bargain, and most online mergers give no meaningful account of how long a copy is retained.
Here the question does not arise. The merge runs in JavaScript on your own machine, the files are never sent anywhere, and closing the tab is enough to discard them. The tool works with your network disconnected, which is the simplest way to confirm for yourself that nothing is being uploaded.