Skip to content
epitometool

PDF merger

PDF tools

Combine multiple PDFs into one in your browser.

Updated

100% private. Your PDFs never leave your device — merging runs in your browser. (Open DevTools → Network to verify.)

Pick two or more files. Order them after dropping.

  • EscReset
  • DDownload

Quick start

How to merge PDFs

Combine multiple PDFs into a single document, locally — nothing ever leaves your browser.

  1. Step 1
    Drop or pick two or more PDFs

    Drag your PDF files onto the drop zone, or click to choose them. You can also paste from the clipboard. Files stay on your device.

  2. Step 2
    Reorder them top to bottom

    The list order is the order pages will appear in the merged document. Use the up/down arrows to rearrange — first row becomes the first page.

  3. Step 3
    Click Merge, then download

    Hit Merge. The combined PDF is built locally and offered as merged.pdf — no signup, no upload, no server-side copy.

In-depth guide

Complete guide to merging PDFs in your browser

This tool combines two or more PDF documents into a single file by copying every page from each source into a new output PDF — in the order you choose. Everything runs locally in your browser using a Web Worker, so your files never reach a server, never get logged, and disappear the moment you close the tab. Below is a quick rundown of what to expect and when this approach works best.

When to merge in your browser

Browser-based merging is the right tool when:

  • You're combining sensitive documents — contracts, ID scans, tax forms, medical records — and don't want them uploaded to a third party.
  • You're offline or behind a firewall that blocks general-purpose web uploads.
  • You have 2 to a few dozen PDFs totalling under ~500 MB. For larger batches, a desktop tool with disk-backed memory will scale further.
  • You don't need server-side OCR, redaction or signature workflows.

If your inputs all came from the same source (e.g. a scanner that emitted one file per page), this tool is the fastest way to glue them back together.

Ordering files in the merge

The merged output is built by walking the file list top to bottom and copying every page from each source in that order. Use the up/down arrows on each row to put your files in the right sequence before clicking Merge.

Tips:

  • Filenames that include a leading number (e.g. 01-cover.pdf, 02-intro.pdf) usually drop in already-sorted because most operating systems hand them to the browser alphabetically.
  • You can add more files later using the Add more button — they'll land at the bottom of the list, ready to be reordered.
  • The output is always named merged.pdf. Rename it after download if you need a specific name.

What gets preserved and what doesn't

Pages, embedded fonts, vector graphics and JPEG images all transfer untouched — there's no re-encoding, so visual fidelity matches the originals exactly. A few things to be aware of:

  • Document-level metadata (title, author, producer) is taken from a fresh document, not any source.
  • Bookmarks / outlines defined at the document level are dropped. In-page anchor links inside each source are preserved.
  • Form fields are preserved but field names can collide across sources. Flatten forms beforehand if you need every field to remain interactive.
  • Digital signatures are invalidated by merging — if you need signed output, sign the merged file afterwards.

Privacy and safety

Zero uploads, ever. Open your browser's DevTools → Network tab and start a merge. You won't see a single network request — pdf-lib runs inside a Web Worker on your machine, and the merged bytes only exist in memory until you download or close the tab.

Because the tool is fully client-side, there is no log of which files you merged, no server-side copy, and no telemetry that includes file content. The only outbound network traffic on this page is the initial page load and any unrelated analytics ping (anonymous, no payload).

The browser does keep the input bytes in RAM while merging — if your machine swaps to disk under memory pressure, that swap file may briefly hold fragments. For maximum-paranoia workflows, run on a fully encrypted disk or use a private window so swap is cleared on close.

When this tool isn't the right fit

Browser-based merging stops being the best choice when:

  • Your batch totals over ~500 MB — large inputs can exhaust browser memory, especially on mobile. Split the job in half or use a desktop application.
  • You need to reorder pages within a file — use a PDF splitter to break the source apart first, then merge the pieces back in your preferred order.
  • You need a signed or PDF/A-conformant output. Merging invalidates signatures and may break PDF/A conformance.
  • You're combining password-protected PDFs. Decrypt them in a PDF reader first, then merge.

Frequently asked questions

Are my PDFs uploaded anywhere?

No. Merging runs 100% inside your browser using a Web Worker. Your files never leave your device — open your browser's DevTools → Network tab while merging to verify yourself.

How many PDFs can I merge at once?

There's no fixed limit. The practical ceiling is your browser's memory — combined size of ~500 MB across all files works reliably on desktop, less on mobile. If your browser runs out of memory, merge in two passes.

Can I change the order of pages within a single PDF?

Not in this tool — only the order of source files. For inside-a-file reordering, split the PDF first, then merge the pages back in your preferred order.

Will the merged PDF keep bookmarks, links and form fields?

Bookmarks at the document level are dropped during merge. Internal hyperlinks within each source are preserved. Form fields are preserved but may collide if multiple sources contain fields with the same name — flatten forms before merging if that's a concern.

Does merging change the page quality or file size?

No re-encoding happens. Pages are copied byte-for-byte from each source, so quality is identical to the originals. The merged file size is approximately the sum of the input sizes (slightly smaller thanks to shared object compression).

What about password-protected PDFs?

Decrypt them first with your PDF reader (save a copy without a password), then merge. The tool can read encrypted files for page counts but cannot copy their pages.

Does the merged PDF preserve digital signatures?

No. Signatures are invalidated by any structural change to a PDF, including merging. If you need signed output, sign the final merged file after merging.

Keep exploring

More tools you'll like

Hand-picked utilities that pair well with the one you're on — all free, client-side, and zero-signup.