← All guides

How to Merge Multiple PDFs into One File

pdfmergerdocuments

Merging PDFs is one of those tasks that has no business being hard, but somehow it is. Adobe Acrobat charges $20/month for the privilege. Every other “free” online PDF merger spends 30 seconds uploading your file, shows you ads, and asks for your email before letting you download. There’s a better way.

The fastest path: merge in your browser

Use the PDF Merger tool. It runs entirely in your browser — your PDFs stay on your computer, nothing gets uploaded, no signup, no watermarks, no page limits within reason.

The process takes about 30 seconds:

  1. Open the PDF Merger
  2. Drag in two or more PDFs (or click to browse). You can drag multiple at once.
  3. Drag the files to reorder them — the order in the list is the order they’ll be merged
  4. Click “Merge & save”
  5. The combined PDF downloads to your computer

That’s the whole flow. There’s no file size limit beyond what your browser can hold in memory (typically a few hundred MB total works fine), no page limits, no waiting for a server.

Why does the order matter?

The PDF merger concatenates files in the order you arrange them in the list. If you drop three files in alphabetically — chapter-1.pdf, chapter-2.pdf, chapter-3.pdf — they’re merged in that order. If you wanted chapter 3 first, drag it to the top before clicking merge.

Common reorder scenarios:

  • Combining a cover letter, resume, and references into one document — you want cover letter first, resume second.
  • Merging a contract main body with appendices — main first, appendices in numbered order after.
  • Stitching scanned chapters of a book or report into one continuous PDF.

You can also delete files from the list before merging, in case you grabbed one by mistake.

Most things survive. The PDF Merger uses pdf-lib under the hood, which preserves:

  • Text and layout (pixel-for-pixel)
  • Internal hyperlinks within each original PDF
  • Embedded images and graphics
  • PDF metadata (with the first file’s metadata used for the output)
  • Form fields (though merged forms can behave oddly if multiple files use the same field names)

What doesn’t always survive:

  • Bookmarks (table of contents). Some are preserved; complex multi-level bookmarks may collapse.
  • Digital signatures. Merging breaks the signature because the merged file is a different file.
  • Permissions/encryption. The output is unencrypted regardless of input encryption status (you’d need to encrypt the result separately if you want it password-protected).

For 95% of merging tasks — combining chapters, stitching documents, building a single PDF from scattered pieces — none of these limitations matter.

How big can the merged file get?

There’s no hard limit. We’ve tested merges that produce 200+ MB output files without issues. The real constraint is your browser’s memory: if your machine has 8 GB of RAM and you’re trying to merge 500 MB of PDFs, things will get sluggish. For normal merges (a few dozen MB of input), it’s instant.

If the merged file is too big to email, run it through our PDF Compressor right after merging. You can typically shrink a merged PDF by 30–60% by recompressing the embedded images.

What if I need to split a PDF instead?

Opposite problem, opposite tool: the PDF Splitter breaks one PDF into multiple. You can split by page ranges (pages 1-5 into one file, 6-10 into another), or just extract specific pages.

A common workflow:

  1. Use the PDF Splitter to pull out just the pages you need from a big PDF
  2. Use the PDF Merger to combine those pages with pages from other PDFs

Both tools work entirely in your browser, so a roundtrip through both still keeps your files private.

Combining images into a PDF instead of PDFs together

If you have a bunch of photos (or scans) and you want them turned into a single PDF — not merging PDFs, but merging images into one PDF — use Images to PDF. Drop in JPGs, PNGs, or HEICs, and you get one PDF with each image on its own page.

This is the typical workflow for:

  • Building a PDF from phone photos of a paper document
  • Creating a single-file PDF portfolio from screenshots
  • Combining receipts or business cards into one document

Privacy: what’s actually happening to my files?

When you drop a PDF into our merger, three things happen — all on your computer:

  1. Your browser reads the PDF into memory using the JavaScript File API
  2. pdf-lib parses the PDF structures and combines them into a new in-memory PDF
  3. The result is offered to you as a download via a blob: URL

The PDF never gets sent to a server. It never gets logged. There’s no copy on our end because we never had a copy in the first place. You can verify this by checking your browser’s Network tab while merging — you’ll see no outbound file transfers.

Compare that to most “free” online mergers, which upload your file to a server, process it there, and serve back the result. Even when those services say they “delete after an hour,” your file is on someone else’s machine for that hour, and they have to take that promise on faith.

When the browser merger isn’t enough

A few edge cases where you’d want desktop software (Adobe Acrobat Pro, PDFelement, free options like LibreOffice Draw):

  • Merging 1000+ files. Browser memory caps out somewhere in the hundreds of megabytes.
  • Adding bookmarks to the merged output, or restructuring bookmarks across the source files.
  • Editing the contents of the merged PDF afterward (text edits, redactions). Merging combines files as-is; editing is a separate task.
  • Digital signing the merged result.

For everyday merging — combining a contract, stitching chapters, building a multi-document PDF — the browser merger is faster, simpler, and more private.

TL;DR

Two or more PDFs, one combined output, 30 seconds, no upload, no signup: use the PDF Merger. Drag in your files, drag them into the right order, click merge, save.