TheTools.World tool

Merge PDF online

Combine two or more PDF files into a single PDF, in the order you select them. Merging happens locally in your browser; your files are not uploaded to a server.

Merge PDF files

Combine two or more PDF files into a single PDF, in the order you select them. Merging happens locally in your browser; your files are not uploaded to a server.

How to merge PDF files

  1. Click the file field and select two or more PDF files. Most browsers let you select multiple files at once, or add more with a second selection.
  2. Check the file list to confirm you selected the files you meant to, since the merge order follows your file manager's selection order.
  3. Click Merge PDFs.
  4. Preview the combined file in the inline preview.
  5. Download the merged PDF and open it once to confirm every source file's pages are present and in the expected order.

Pages are copied in the order the files were selected, and each file's own internal page order is preserved. If you need a specific order, select files one at a time in that order, or merge in two passes.

What merging does and how it works

Merging reads each selected PDF, copies every page from each one (preserving the original page content, fonts, and formatting) into a single new PDF document, and joins them in file-selection order. This is a structural copy operation: it does not re-render or flatten pages, so text stays selectable and vector graphics stay sharp, unlike merging by printing pages to images.

Best practices

Common mistakes to avoid

Real-world use cases

Supported formats

Input: standard, non-encrypted PDF files, any number of them (subject to your browser's available memory). Output: a single standard PDF file. This tool does not accept Word, image, or other non-PDF formats directly; convert those to PDF first (see JPG to PDF for images).

Worked example: combining a 3-page cover letter and a 2-page resume

Selecting cover-letter.pdf (3 pages) and resume.pdf (2 pages), in that order, produces a single 5-page merged.pdf: pages 1-3 from the cover letter followed by pages 1-2 of the resume, renumbered continuously as pages 1-5 in the new file.

Input filePages in sourcePages in merged output
cover-letter.pdf31-3
resume.pdf24-5

If you had selected resume.pdf first instead, the output order would flip: resume pages first, then the cover letter. Always check selection order for a result that depends on it.

Limitations

This tool cannot open password-protected or encrypted PDFs; loading one will fail with an error. Extremely large PDFs (hundreds of megabytes, or very high page counts) may be slow or hit browser memory limits, since the whole operation runs in your browser's memory rather than on a server. Interactive form fields, embedded video, and some advanced PDF features may not carry over identically into the merged file, since pdf-lib focuses on standard page content.

Privacy

Selected PDF files are read and merged locally in your browser using the pdf-lib JavaScript library loaded from this site. Files are not uploaded to a server. See the privacy policy for full detail.

Troubleshooting

Checking a merged file before relying on it

After merging, spend a minute checking the result rather than assuming it worked: confirm the total page count matches the sum of your source files' page counts, scroll to the boundary between each source file to make sure nothing was cut off, and check that any full-page images or diagrams near the end of one source file still display correctly at the start of the next section. This is especially worth doing for scanned documents, where a source file with a corrupted or unusual page can sometimes produce unexpected results in the merged output even though the merge operation itself completes without an error.

How this compares to printing to a PDF combiner

Some workflows "merge" PDFs by printing each one to a virtual PDF printer in sequence, or by converting every page to an image first. Both approaches re-render the content, which can blur small text, bloat file size, and make text unselectable and unsearchable in the result. Because this tool copies the original page objects directly, text in the merged file stays exactly as sharp and selectable as it was in the source files, and the file size grows roughly in proportion to the combined content rather than ballooning from image conversion.

Conclusion

Use this tool whenever you need several PDFs combined into one file, in a specific order, without uploading anything to a server. To split a merged file back apart later, use split PDF; to fix page order after merging, use reorder PDF pages.

FAQ

In what order are the pages merged?

Pages are copied in the order you selected the files, with each file's own internal page order preserved.

Can I merge password-protected PDFs?

No. This tool cannot open encrypted PDFs. Remove protection with the file's original source first.

Is there a limit to how many files I can merge?

There is no fixed limit in the tool itself, but very large files or a large number of files may be slow or run into your browser's available memory.

Are my PDFs uploaded anywhere?

No. Merging happens locally in your browser. Files are not sent to a server.

Will merging change the file size much?

The merged file is generally close to the combined size of the source files, since pages are copied directly rather than re-rendered. If the result feels larger than expected, run it through the compress PDF tool afterward.

Do bookmarks and links carry over from the source files?

Page content and internal page links generally carry over, but bookmarks or outlines from each source file are not automatically merged into a single combined table of contents.