Combine multiple PDF documents into one organized file in seconds. Reorder your files, merge them losslessly, and download instantly — free, secure, and with no watermark.
Need to bring several PDFs together? ButDoc's free Merge PDF tool joins multiple documents into one well-ordered file right in your browser. Nothing to install, no account, no watermark.
Merging is one of the few PDF operations that is genuinely lossless — pages are copied across intact, not re-encoded. But a handful of things behave in ways people do not expect, and two of them can quietly ruin a document. Those are covered below.
The most common complaint about any merge tool is that pages came out in the wrong sequence, and the cause is almost always file naming.
Computers sort file names as text, not as numbers. So a folder containing 1.pdf, 2.pdf and 10.pdf sorts them as 1, 10, 2 — because "10" begins with the character "1", which comes before "2". Select all and merge, and page 10 lands second.
The fix is zero-padding. Rename them 01.pdf, 02.pdf, 10.pdf and text sorting matches numeric sorting exactly. For anything over 99 files, pad to three digits.
Two habits that save time on bigger jobs:
01-cover.pdf, 02-contract.pdf, 03-appendix.pdf sorts correctly and tells you what you are looking at.Both are easy to miss because the merged file looks perfectly fine.
Digital signatures stop validating. A certificate-based signature covers a specific sequence of bytes in the file. Merging rewrites that structure entirely, so the signature no longer matches what it signed and any reader will report it as invalid. This is the security model working correctly — it is exactly how tampering is detected — but it means you cannot merge a digitally signed contract and still have a verifiable signature. Merge first, sign afterwards. A visual signature image is unaffected, since it is just a picture on the page.
Form fields with the same name become linked. In the PDF specification, form fields sharing a name share a value. Merge two copies of the same form and every matching field is now a single field wearing two faces — type a name into page one and it appears on page five as well. This surprises people combining several completed copies of one template. If you need the filled values but not the interactivity, flatten each file first with Flatten PDF, which turns fields into permanent page content.
Merging is a copy operation, not a compression one. Every page arrives with its images, fonts and text at original quality — which is why nothing degrades, and also why a 4 MB and a 6 MB document usually make a roughly 10 MB result.
You may see a small saving where the source files shared identical embedded fonts, since those can sometimes be stored once rather than twice. It is rarely dramatic.
If the result is too large to email, that is a separate job: run it through Compress PDF afterwards. Most mail systems cap attachments around 20–25 MB, and attachment encoding adds roughly a third on top — so a file that looks safely under the limit can still bounce.
A PDF can hold pages of different dimensions, so merging A4 with US Letter simply produces a document containing both. On screen it is barely noticeable; printed, it shows as inconsistent margins or the odd shrunken page.
If the merged file is going to print, either standardise the sources first, or use your print dialog's fit-to-page option so everything scales to one paper size.
Mixing scans with digital documents deserves a mention too. Scanned pages are images; digital pages contain real text. Merge them and the result is inconsistent — searching finds text on some pages and nothing on others, even though every page looks the same. Run the scanned portions through OCR PDF before merging and the whole document becomes searchable.
A few quick additions turn a merged bundle into a document people can actually navigate.
Add page numbers. Individual documents rarely carry continuous numbering, so a 60-page merged pack often has three separate page-one sequences. Add Page Numbers applies one consistent run across the whole file.
Check the beginning and the joins. Look at the first page of each original within the merged file. That is where an unexpected blank page, a duplicated cover or a wrong-way-round scan will show up.
Protect it if it is going out. For contracts and anything confidential, Protect PDF can add a password before you send.
Bring related documents together for cleaner sharing, printing, and archiving.
Working on the same document set? Split PDF does the reverse, Delete Pages removes blanks the scanner picked up, Rotate PDF fixes sideways scans before merging, and Compress PDF shrinks the finished file for email. Browse all PDF tools.