Merge PDF — Combine PDFs Online Free

Combine multiple PDF files into one document, in the order you choose. Drag files to reorder, then click Merge. Browser-side using pdf-lib — your PDFs never leave your device.

100% private — merging runs in your browser via pdf-lib. No upload.

When you need to merge PDFs

Combining PDFs into a single file is one of the most common document tasks. You might be bundling a CV, cover letter and portfolio for a job application; assembling scanned receipts for an expense report; submitting passport, visa form and supporting docs to an immigration portal; or producing a multi-section report from individual chapters. Whatever the reason, the destination almost always wants a single PDF — not seven separate attachments.

This tool combines as many PDFs as you like into one ordered output. Drag files in (in any order), reorder them by dragging in the list, then click Merge. The output is a single, fully valid PDF that opens in every PDF viewer.

How browser-side PDF merging works

The merge uses pdf-lib, an open-source JavaScript PDF library that builds and edits real PDF binaries directly in the browser. For each input PDF, the tool reads its bytes, copies every page into a new output document, then writes the result as a new PDF file. No re-rendering, no quality loss, no metadata reset — the pages are bit-for-bit identical to their sources, just bundled together with a new index.

Why does that matter? Because most server-based "merge PDF" tools have to re-encode your file as they process it, which can subtly degrade text rendering or break interactive form fields. pdf-lib preserves the original page content exactly.

Step-by-step

  1. Drop or select your PDF files. They appear in the list in the order you added them.
  2. If you need a different order, drag list items up or down.
  3. Click Merge. The output is downloaded as merged.pdf.

Common merging scenarios

Tips and best practice

Privacy note

PDFs often contain personally identifiable information (PII), financial details, signatures, photos of ID cards or contract terms. Uploading those to a third-party server for processing carries data-protection risk — under GDPR, CCPA and similar regimes, you'd be sharing personal data with a sub-processor. Browser-side merging avoids that entirely; nothing is ever sent over the network.

FAQs about merging PDFs

Are my PDFs uploaded anywhere?

No. Merging runs entirely in your browser using pdf-lib. You can verify with DevTools → Network: no upload happens.

How many PDFs can I merge at once?

Practical limit ~50 typical-size files. Browser memory is the real constraint.

Will form fields, links and bookmarks be preserved?

Form fields and annotations are preserved. Bookmarks (a separate document-level structure) are not — most online mergers strip these.

Does the output have a watermark?

No. We don't add any watermark, ad or "made with…" footer.

What's the maximum file size?

Soft limit ~100 MB total across all input PDFs. Larger may slow the browser.

Will encrypted / password-protected PDFs work?

No — encrypted PDFs need to be unlocked first. Add the password in your PDF viewer and re-save unlocked.

Related PDF tools