PDF Merger Guide
PDF Merger solves a problem nearly everyone with an office job runs into eventually: you have several separate PDF files — a signed contract, a scanned ID, a cover letter, a set of scanned receipts — and you need them as one document, in a specific order, ready to email or upload to a portal that only accepts a single file. Doing this with a desktop PDF editor usually means paying for a subscription just to use the "combine" feature once a quarter; doing it through a generic file-conversion website usually means uploading sensitive documents (tax forms, contracts, medical records) to a server you don't control and trusting a privacy policy you haven't read.
This tool merges files entirely client-side using JavaScript running in your browser tab. The PDFs you select never leave your device — there's no upload step, no server processing, and no waiting on a remote queue. You add files, reorder them by dragging thumbnails into the sequence you want, and download a single combined PDF, all without an account or a time limit on how many times you can do it.
It's built for the common real-world case of combining a handful of documents (typically two to twenty files) rather than batch-processing hundreds, and it preserves the original quality of each source PDF — pages aren't re-rendered or recompressed, so text stays selectable and searchable, images stay at their original resolution, and any existing bookmarks or metadata in individual files are carried through where the PDF format allows. Because the whole operation happens in memory in the browser, very large combined files (several hundred megabytes across all inputs) are possible but will depend on the amount of RAM available to the browser tab. Most users find that even a low-end laptop or a recent phone handles the typical case — a handful of multi-page office documents — without any noticeable delay.
How to merge PDF files online
- Add your PDF files. Click the upload area or drag and drop two or more PDF files from your computer. Each file is read directly into the browser — nothing is sent anywhere yet. You can add files one at a time or select several at once from the file picker; there is no hard limit on file count, though very large batches will take longer to load into memory. If you realize partway through that you forgot a file, you can keep adding more before merging — there's no need to start over from an empty selection. Files that fail to load (for example, a corrupted PDF) are typically flagged immediately so you can swap in a working copy before proceeding.
- Reorder the files. Once added, each PDF appears as a thumbnail card showing its first page and filename. Drag the cards into the order you want the final document to follow — this is the order pages will appear in the merged output. If you added files in the wrong order originally, this is the step that fixes it without needing to re-upload anything. For documents with many pages each, the thumbnail still shows just the first page, so rely on the filename alongside the preview to confirm you're placing the right document in the right slot. On touch devices, press and hold a card briefly before dragging, since a quick tap is usually interpreted as a selection rather than the start of a drag.
- Preview before merging. Expand any file's thumbnail to confirm it is the correct version before committing — this matters most when you have similarly named files (e.g. "contract-v1.pdf" and "contract-v2.pdf") and want to be certain the right one is included in the final sequence. Taking thirty seconds to double-check at this stage is far faster than re-downloading and re-merging after noticing the wrong version went out to a client or counterparty, which is a far more time-consuming correction once a document has already been sent.
- Merge the documents. Click the merge button to combine all files into a single PDF in the order shown. This happens entirely in your browser using a PDF manipulation library running in JavaScript; for typical office documents (a few megabytes each), the merge completes in well under a second per file. Larger files, particularly those with high-resolution scanned images, will take proportionally longer but still complete locally without any server round-trip. A progress indicator typically shows while the combination is in progress so you know the tab hasn't frozen on a larger batch.
- Download the combined PDF. Save the merged file to your device with the download button. The original individual files on your computer are untouched — merging produces a new combined file rather than modifying your sources, so you can re-run the merge with a different order or different file selection if needed. It's good practice to open the downloaded file once before sending it onward, just to confirm every page landed in the order you expected, especially for anything going to a client, a government office, or another external recipient where a mistake is harder to walk back.
Use Cases
- Submitting a job application: Combine a cover letter, resume, and reference letters into one PDF before uploading to an application portal that only accepts a single attachment.
- Assembling a signed contract package: Merge a signed agreement, a government ID scan, and a proof-of-address document into one file for a lender, landlord, or onboarding process.
- Compiling scanned receipts for an expense report: Combine several individually scanned receipt PDFs into a single document to attach to one expense claim instead of submitting them separately.
- Building a single proposal document: Merge a cover page, pricing sheet, and terms-and-conditions PDF that were created in different tools into one cohesive client-facing proposal.
- Combining chapters of a manuscript or report: Merge individually exported chapter PDFs from a word processor into the final complete document for printing or submission.
- Consolidating tax documents: Combine W-2s, 1099s, and supporting statements into a single PDF to send to an accountant or upload to tax-filing software.
About This Tool
What is it? A browser-based tool that combines two or more PDF files into a single PDF, in an order you control, without uploading anything to a server.
Why use it? It avoids paying for a PDF editor subscription just to combine files occasionally, and avoids uploading potentially sensitive documents (contracts, IDs, financial records) to a third-party server.
Alternatives: Adobe Acrobat and similar desktop PDF editors can merge files but typically require a paid subscription; command-line tools like pdftk or qpdf can merge PDFs but require installing software and using a terminal; this tool needs neither.
Common mistakes: Forgetting to check the thumbnail order before merging is the most common mistake — the final document follows whatever order the cards are arranged in, not the order files were uploaded; the second most common is selecting a file twice by accident, which duplicates its pages in the output.
Frequently Asked Questions
- Is there a limit to how many PDFs I can merge?
- There is no hard-coded limit, but performance depends on your browser's available memory — merging two or three large PDFs works the same as merging twenty smaller ones, but combining dozens of very large files at once may slow down or fail in a memory-constrained browser tab.
- Are my files uploaded to a server?
- No. The entire merge happens in your browser using JavaScript. Your PDFs are never transmitted anywhere.
- Will merging reduce the quality of my PDFs?
- No. Pages are combined as-is; text, images, and formatting from each source file are preserved exactly as they appeared in the original.
- Can I merge password-protected PDFs?
- You will typically need to remove the password first using a PDF password tool, since an encrypted PDF cannot be read and combined without first being decrypted.
- Can I select specific pages from a file instead of the whole document?
- This merger combines whole files; if you need specific pages only, split or extract those pages first with a PDF splitter, then merge the resulting file.
- Does the merged file keep bookmarks and links from the original PDFs?
- Bookmarks and internal links are preserved where the PDF format and the source files support it, though links pointing to pages in a different source file may need to be re-checked after merging since page numbers shift.
- What happens if I accidentally add the wrong file?
- Remove it from the list before merging using the remove button on its thumbnail card — nothing is finalized until you click the merge button.
- Does this work on mobile devices?
- Yes, it runs in any modern mobile browser, though dragging to reorder many files is easier with a larger screen.