Free Merge PDF — Combine PDF Files

Add two or more PDF files, put them in the order you want, and download a single combined PDF. Everything happens in your browser, so your documents are never uploaded to a server.

Drop PDF files here, or browse

Add two or more PDFs · processed in your browser, never uploaded

Runs entirely in your browser — your files are never uploaded to a server.

Quick answer

To merge PDF files, add all the PDFs you want to combine, arrange them in the order you want them to appear, then click Merge to download one joined PDF. This tool does it entirely in your browser using the pdf-lib library: it reads each file's pages and copies them, in order, into a new document — so your files are never uploaded and there is no watermark or sign-up.

Formula & method

How the merge is built

merged = newPdf(); for each file in order: merged.addPages(file.allPages)
  • order the top-to-bottom order of files in your list
  • allPages every page of that file, copied unchanged

Total pages in the result = the sum of the page counts of all added files.

Each PDF you add is read locally as raw bytes and parsed in the browser. When you merge, the tool creates a brand-new empty PDF and then, for every file in the list order, copies all of that file's pages into the new document one after another. The pages keep their original size and content; only their order in the final file follows your list (use the ↑ ↓ controls to change it, or ✕ to drop a file). The combined document is then serialised to PDF bytes and offered as a download. No data is sent anywhere — the entire merge runs on your device.

Examples

Example 1: Combine three chapters into one PDF
Input
chapter1.pdf (4 pages) + chapter2.pdf (6 pages) + chapter3.pdf (5 pages)
Result
merged.pdf with 15 pages, in chapter order
Why
The pages are copied in list order: 4 + 6 + 5 = 15 pages. Chapter 1's pages come first, then Chapter 2's, then Chapter 3's.
Example 2: Reorder before merging
Input
cover.pdf (1 page) moved above report.pdf (10 pages) with the ↑ button
Result
merged.pdf with the cover as page 1, report as pages 2–11
Why
The final order follows your list, not the order you added the files. Moving cover.pdf to the top makes it the first page of the merged PDF.
Example 3: Drop a file you don't need
Input
a.pdf (2 pages) + draft.pdf (3 pages) + b.pdf (2 pages), then remove draft.pdf with ✕
Result
merged.pdf with 4 pages (a.pdf then b.pdf)
Why
Removing draft.pdf leaves a.pdf and b.pdf. 2 + 2 = 4 pages. Only the files still in the list are included.

When to use this tool

  • Combining scanned pages, chapters, or invoices that arrived as separate PDFs into one document to send or print.
  • Assembling a single application or submission file from a cover letter, CV, and supporting documents.
  • Joining receipts or statements for a month into one file for records or expenses.

Common mistakes

  • Expecting the merge order to match the order you added files. The result follows the list order shown on screen — use the ↑ ↓ buttons to arrange it before merging.
  • Trying to merge a password-protected or encrypted PDF. If a file won't open, remove it, unlock it elsewhere first, then add it again.
  • Adding a single file and expecting an output. Merging needs at least two PDFs; for one file there is nothing to combine.

Frequently asked questions

Are my files uploaded to a server?

No. The merge runs entirely in your browser using the pdf-lib library. Your PDFs are read from your device, combined locally, and the result is downloaded directly — nothing is sent to or stored on any server.

Is there a file-size or page limit?

There is no fixed limit, but because the work happens in your browser, very large files use your device's memory. Merging typical documents (dozens of pages) is instant; extremely large scans on a low-memory device may be slow.

Can I change the order of the files?

Yes. Each added file appears in a numbered list. Use the ↑ and ↓ buttons to move a file up or down; the final PDF follows that order. Use ✕ to remove a file before merging.

Will the merged PDF have a watermark?

No. The output is a clean PDF with no watermark, no added pages, and no tracking. The pages are copied unchanged from your originals.

Why won't one of my PDFs merge?

The most common reasons are that the file is password-protected/encrypted or is corrupted. Remove that file, fix or unlock it separately, then add it again and retry.

Does merging reduce the file's quality?

No. Pages are copied as-is, so text stays selectable and images keep their original resolution. The merged file's size is roughly the sum of the originals.

Sources & references

External references open in a new tab. We are independent and not affiliated with these organizations.

  • ✓ Free to use
  • ✓ No sign-up required
  • Runs entirely in your browser — nothing is uploaded.
  • ✓ Formula and method shown above

Provided “as is” for general information only — results may be inaccurate, so verify before you rely on them. No warranty; use at your own risk.

Built and reviewed by HIFreeTools against the formula shown above and any authoritative references cited on this page. See our methodology and editorial standards.

Related tools

Embed this tool on your site

Free to embed, no sign-up. Paste this code where you want the merge pdf to appear: