Back to HomeDocuTools

PDF Merge Tool

Combine multiple PDF files into one document

Click to upload PDF files

You can select multiple files at once

How to Merge PDF Files

  1. Click the upload area to select PDF files (you can select multiple)
  2. Use the arrow buttons to reorder the files
  3. Remove any unwanted files using the X button
  4. Click "Merge PDFs" to combine all files into one document
  5. The merged PDF will be downloaded automatically

How PDF Merging Actually Works in Your Browser

Most "online PDF merger" tools upload your files to a server, stitch them together there, and send the result back — which means your document passes through a company's infrastructure. This tool takes a different path: it runs pdf-lib, a PDF-manipulation library, directly inside your browser tab via WebAssembly-free pure JavaScript. Your files are read with the File API, merged in memory, and written back out as a Blob — nothing is ever transmitted anywhere.

Select PDFs

Read via File API

Merge in memory

pdf-lib copies pages

Download

Blob, no upload

Why password-protected PDFs won't merge

pdf-lib parses a PDF's cross-reference table and object streams directly. When a PDF is encrypted (RC4 or AES, depending on the PDF version), those object streams are ciphertext until a password is applied — and pdf-lib intentionally does not implement PDF decryption. That's why an encrypted file fails to load rather than silently merging with garbled content: the library refuses to guess at a password it was never given.

It also explains a subtler limitation: this tool does not currently copy the source PDFs' bookmark outlines into the merged file. Bookmarks live in a separate outline dictionary that has to be rebuilt and re-pointed at the new page objects — copyPages() only copies page content and its referenced resources (fonts, images), not outlines. If you rely on PDF bookmarks for navigation, add them back with a dedicated PDF editor after merging.

Step-by-Step

1

Upload Your PDF Files

Click the upload area or drag and drop your PDF documents. You can select multiple files at once from your computer.

2

Arrange the Order

Use the up and down arrows to arrange your PDFs in the desired order — the final document follows this exact sequence, since pdf-lib appends pages in the ordercopyPages() is called.

3

Click Merge PDFs

Once you're satisfied with the order, click the merge button. The process takes just seconds.

4

Download Your Merged PDF

Your combined PDF will automatically download to your device, ready to use, share, or print.

Who Merges PDFs, and Why

  • Business Reports: Combine multiple report sections, appendices, and cover pages into a single professional document.
  • Academic Papers: Merge research chapters, bibliography, and supplementary materials for thesis submission.
  • Legal Documents: Consolidate contracts, amendments, and attachments into one comprehensive file.
  • Job Applications: Combine your resume, cover letter, certificates, and portfolio into a single application package.
  • Invoice Management: Merge monthly invoices into quarterly or annual summaries for accounting purposes.

What This Tool Can & Cannot Do

Capable of

  • Merge unlimited PDF files in your browser
  • Reorder files via the up/down controls before merging
  • Preserve original formatting, fonts, and images
  • Process files locally — no upload required
  • Handle both text-based and scanned (image) PDFs
  • Download the merged file instantly

Not designed for

  • Merge password-protected or encrypted PDFs (pdf-lib can't decrypt)
  • Carry over bookmark/outline navigation from source files
  • Edit, annotate, or reformat content inside pages
  • Split a merged PDF back into separate files
  • Merge PDFs larger than ~500 MB combined (browser memory limits)
  • Store or sync merged files to cloud storage

Frequently Asked Questions

Is there a file size limit?

Since processing happens in your browser, the limit depends on your device's memory. Most modern devices can handle files up to 100MB without issues.

Are my files secure?

Yes! Your files never leave your device. All processing is done locally in your browser, ensuring complete privacy and security.

Can I merge password-protected PDFs?

Not directly — pdf-lib can't decrypt encrypted PDF object streams without implementing a decryption routine, which this tool doesn't do. Remove the password first with a PDF editor, then merge.

Will my bookmarks and table of contents carry over?

No. The merge only copies page content and its resources (fonts, images), not the outline dictionary that stores bookmarks. If you need navigable bookmarks in the final file, rebuild them afterward in a dedicated PDF editor.

Does merging change the file size compared to the sum of originals?

Usually it's close to the sum, sometimes slightly smaller — pdf-lib deduplicates shared resources (like an embedded font used in two source files) into a single object in the merged document instead of storing it twice.

Can I merge PDF/A archival files and keep them PDF/A-compliant?

Not guaranteed. PDF/A conformance depends on metadata and embedded color profiles that pdf-lib doesn't specifically preserve during a merge. Treat the output as a standard PDF, not an archival-grade PDF/A file.

Learn More About PDF Tools

How This Tool Compares

DocuTools

Built for the specific case of merging a handful of PDFs privately and quickly, with no account and no upload step. It won't replace a full PDF editor — there's no OCR, no redaction, no compression — but for the single job of combining files in a chosen order, the browser-only approach removes the wait time and the privacy trade-off that server-based tools require.

iLovePDF

Better for batch/API workflows

iLovePDF processes files on its servers, which is what makes its broader toolset possible — OCR, compression presets, and a REST API for automating merges at scale. The trade-off is that your PDFs are uploaded before merging, and the free tier caps how many tasks you can run per hour before it asks you to sign up.

Choose iLovePDF instead if: you need OCR, batch automation via API, or a wider set of PDF operations beyond merging in one place.

Adobe Acrobat

Better for enterprise document workflows

Acrobat is the closest thing to an industry standard for PDF editing, with deep integration into enterprise document review, e-signature, and compliance tooling. Merging is a small part of what it does, and that's reflected in the cost — it's a paid subscription, and the desktop app requires installation, though it does work fully offline once installed.

Choose Adobe Acrobat instead if: your organization already pays for Acrobat and you need it integrated with broader review/approval/e-signature workflows.

Comparison based on each provider's public pricing and feature pages, checked July 2026. Free-tier limits and pricing change often — verify current terms directly with the provider before relying on this.

Merge Your PDFs Now — Free & Private

Combine as many PDFs as you need instantly in your browser. No upload, no sign-up required.