Multiple PDF to one PDF

Merging many PDFs at once is a different job from merging two, and doing it in pairs is the slow way to get it wrong. The merge tool takes the whole set, shows the order it will use, and checks every page of the result against every source.

Merge PDF

Add them all, then fix the order once

Drop the whole set in. The list shows every file in the order it will be joined, and you move them there rather than merging in stages. One pass, one order to check, one output to verify.

Merging in pairs multiplies the work and the risk. Four files merged in pairs is three separate merges, three intermediate files to keep straight, and three chances for a file to land in the wrong place. The two file page exists because two really is a different case.

What the browser can hold

Every source has to be in memory at once, along with the merged result being built from them. That is the practical limit, and it is about total megabytes rather than file count. Twenty small documents are easier than three scanned archives.

If the tab runs out of memory, the run fails and nothing was uploaded. Merging in two halves and then merging the halves is the reliable workaround for a very large set.

After the merge

The output is re-opened and read back before you get it. Page count is checked against the sum of the sources and text is compared page by page. A merge that lost something fails rather than producing a plausible looking file.

If the order still needs work once it is one document, the organize pages tool moves pages around inside it. The combine guide covers the full sequence, including what to do when the files came from different scanners.

Questions people ask

How many PDFs can I merge at once?
There is no fixed count. The limit is total size, because every source and the growing result have to fit in the browser tab together. Twenty small files are fine; three large scanned archives may not be.
Why merge many files in one pass instead of two at a time?
Because each extra pass is another order to get right and another intermediate file to track. One pass gives you one list to check and one verified output.
Does the merged file keep bookmarks and links?
Page content and text are what the verification step checks. Bookmarks and cross document links are not guaranteed to survive a merge in any tool, so open the result and check them if your documents rely on them.
Can I merge PDFs from different sources and scanners?
Yes. Page sizes and orientations can differ between files, and the merged document keeps each page as it was. If mixed page sizes bother you, the rotate and crop tool can normalise them afterwards.

Do it now

The tool runs in this browser. Your file never leaves the machine, and the result is checked before you download it.

Merge PDF

Where to go next