Skip to content
Deftkit

PDF Merge — Combine PDFs Online

Merge multiple PDF files into one in your browser. Reorder pages, drag-and-drop, free, fast — your files never leave your device.

Runs entirely in your browser — your files are never uploaded.

Why merge PDFs?

You scanned three pages of a contract on different days and need them as a single file. Your accountant wants all your receipts for the quarter as one attachment, not fourteen separate uploads. You wrote the chapters of a manuscript as individual files and now you need to submit the full document. Your client signed page 4 and emailed it back as a separate PDF, and you need to reassemble the complete agreement. A professor released ten exam papers over a semester and you want one combined study document. A designer built each portfolio piece as its own PDF and needs a single file to send to a hiring manager.

These are mundane, everyday problems — and the demand for a reliable PDF merger is enormous. "Merge PDF" is one of the highest-volume tool queries on the web. Every PDF software vendor competes for it. The question is not whether you can find a tool, but whether the tool you find is worth trusting.

Why this PDF merger is different

Almost every "free PDF merger" on the web is an upload-based service. You drop your file, it goes to a server, the server processes it, the server may log it, and you download the result. For most casual documents that's harmless. For contracts, financial statements, medical records, legal filings, internal reports, and anything else you would never email to a stranger, it is a real privacy problem. You have no way to verify what the server does with your file after you download the result.

This tool runs entirely in your browser. The PDFs are parsed and combined locally using the pdf-libJavaScript library. Nothing is uploaded, nothing is logged, nothing leaves your device. You can verify this yourself: open your browser's Network tab, drop a PDF, click Merge, click Download. You will see zero network requests for the file content. The only network activity is loading the tool itself — static assets, fetched once when you open the page, the same for every visitor.

That makes this tool safe for documents you would ordinarily never paste into a free online merger: tax returns, signed contracts, employee records, anything regulated. No signup required. Works in incognito mode. No cookie tied to the tool itself.

Upload-based vs client-side — a direct comparison

Here is what "runs in your browser" actually means, compared to what the popular PDF services actually do:

Tool typeYour PDF goes where?Verifiable?File size limit
Upload-based web tool
(most "free online PDF" sites)
Their servers. May be retained, logged, or indexed. Terms of service usually claim "temporary" but rarely specify the retention window in writing.❌ No — you cannot audit a server you do not controlHard cap (usually 5-25 MB on free tier)
Desktop app (Adobe, Preview)Your computer. Private, but requires install, license, or paid subscription.✅ Yes — the app runs locallyYour RAM / disk
This tool (client-side web)Nowhere. The browser loads pdf-lib once and combines your files in tab memory.✅ Yes — open DevTools → Network tab while merging, confirm zero requests carry your PDFsYour browser's tab memory (~1 GB practical)

The key word is verifiable. A server-side tool can claim to delete your files immediately, but you have no way to check. A client-side tool can be verified by anyone with a browser — open DevTools, watch the Network tab, and confirm that the only network activity during processing is zero. That is not a marketing promise; it is a property of how the tool works.

What this tool does — and does not — do

A precise accounting of scope, so there are no surprises:

  • Merges 2 or more PDF files into one, in the order you specify.
  • Lets you reorder the input files with up/down buttons before merging — the merged output follows the list order exactly.
  • Lets you remove individual files from the list before merging.
  • Shows the total page count of the merged output before you click Merge.
  • Preserves source pages exactly — fonts, images, vector graphics, embedded resources, and page layout all carry over without re-encoding.
  • Does notmerge password-protected or encrypted PDFs. You must unlock them first in a separate tool (your operating system's built-in PDF viewer can usually save an unlocked copy if you know the password).
  • Does not split, extract, or reorder individual pages within a single PDF — those are separate tools.
  • Does not compress the merged output. The merged file is roughly the sum of the input file sizes. For compression, use a dedicated PDF compressor.
  • Does not OCR scanned PDFs or add a text layer to image-based pages.
  • Does not guarantee preservation of document-level bookmarks, form fields, or digital signatures across the merge. Page-level content carries over; document-level metadata is conservative. Use Adobe Acrobat or a desktop PDF tool if lossless form or signature preservation is required.

How to merge PDFs in your browser

  1. Drag your PDF files onto the drop zone, or click to browse and select multiple files at once. You can also add files one at a time — they append to the end of the existing list.
  2. The files appear in a list with their individual page counts. The total page count of the merged output is shown at the bottom of the list.
  3. Use the and buttons to reorder the files. The merged output will be in list order from top to bottom.
  4. Click × next to any file to remove it from the list.
  5. When the list is in the order you want, click Merge PDFs. The tool combines the files client-side using pdf-lib.
  6. The merged output appears below with its total page count and file size. Click Download to save the result as merged.pdf.

Example: combining two PDFs

Suppose you have a signed cover page as one file and the main document as another. Your input list looks like this:

cover-page-signed.pdf    (1 page)
main-document.pdf        (12 pages)
─────────────────────────────────
Total: 13 pages

After clicking Merge and Download, the output is a single file:

merged.pdf    (13 pages)
  Page 1  →  cover-page-signed.pdf  p.1
  Pages 2–13  →  main-document.pdf  p.1–12

If you had added the files in the wrong order, you would use the button to move cover-page-signed.pdf to the top of the list before clicking Merge. The output order is always identical to the list order.

Privacy and security

Your PDFs never leave your browser. The tool uses the pdf-libJavaScript library running entirely in your browser's memory. There is no upload, no server-side processing, no log, no copy stored anywhere. You can sanity-check this yourself: open Chrome DevTools → Network tab → drop your PDF → click Merge → click Download. The Network panel will show no upload of your file. The only requests are the tool's own assets (JavaScript bundle, page HTML), which are static and the same for everyone.

This makes the tool safe for documents you would never paste into a free online PDF merger: tax returns, signed contracts, medical records, internal reports, legal filings, employee records, anything regulated. There is no signup, no account, no session cookie tied to the tool itself. The page works in incognito / private browsing mode. You are not the product.

File size and memory limits

Browser-based PDF processing is limited by your device's available RAM. A modern laptop can comfortably combine pdf files totaling 100 MB or more. A phone or an older device may struggle past 20–30 MB total.

If you hit a memory limit, the tool will show an error rather than silently corrupt the output. Try merging in smaller batches and chaining the results — merge files A and B to get AB.pdf, then merge AB.pdf with C to get the final three-file output.

The merged output file is roughly the sum of the input file sizes — this is not a compressor. Expect a 5 MB + 3 MB join pdf operation to produce roughly an 8 MB result. To reduce the output size, run the merged file through a dedicated PDF compressor afterward.

Frequently asked questions

Will my PDF be compressed when I merge it?

No. This tool concatenates PDF pages byte-for-byte from the source files. The output size is approximately the sum of the input sizes. If you need a smaller file, merge first and then run the result through a dedicated PDF compressor. Browser-based compressors exist; a compression tool may be added to this site later.

Can I merge password-protected PDFs?

No. The pdf-liblibrary cannot read encrypted PDFs without the password, and this tool does not prompt for passwords. Unlock your PDFs in a separate step first. If you know the password, your operating system's built-in PDF viewer (Preview on macOS, the PDF viewer built into Chrome or Edge) can usually open the file and save an unlocked copy. Once unlocked, the files work normally with this pdf merger.

What happens to bookmarks, form fields, and digital signatures?

Page content carries over exactly — text, images, fonts, and embedded resources are preserved. Document-level features such as interactive bookmarks (table-of-contents links), form field bindings, and digital signatures may not survive the merge. The pdf-lib library is conservative about document-level metadata. If you need a lossless join pdf that preserves forms or signatures, use a desktop tool such as Adobe Acrobat or PDF Expert.

What is the maximum number of files or file size?

There is no hard limit imposed by this tool. You can combine pdf files in quantities of two or twenty — the practical constraint is your device's available memory, not an artificial cap. On a modern desktop browser, merging dozens of PDFs totaling several hundred MB is realistic. On mobile, keep the total under 30 MB to be safe. If the merge fails, the error message will tell you, and you can try in smaller batches.

Will the page order match my list order?

Yes — always. The merge processes files in the exact order shown in the list, top to bottom. Use the and buttons to reorder before clicking Merge. What you see in the list is what you get in the output.

Can I merge images or Word documents?

No — this pdf merger only accepts PDF files as input. To merge images into a PDF, first convert them to PDF format (a browser-based image-to-PDF converter is a planned addition to this site). To merge Word documents, export each one to PDF from Microsoft Word or Google Docs, then use this tool to join the resulting PDF files.

Is my data sent anywhere?

No. The entire merge pdf operation runs locally in your browser using the pdf-lib library. Your files are never uploaded, never transmitted, never logged. You do not need an account, an email address, or any signup to use this tool. Close the tab when you are done — nothing persists on any server.