Merge PDF

Drop several PDFs, put them in the order you want, and download a single combined file. Everything runs locally — nothing is ever uploaded.

Files never leave your device

Drop PDFs to merge, or click to browse

PDF

What This Tool Does

This tool combines two or more PDF files into a single document, in whatever order you choose, without ever leaving your browser. Drop your files onto the page, arrange them with the move-up and move-down controls until the list reads the way you want the final document to read, then click merge to download one combined PDF.

There's no account to create and no software to install. Merging runs through a small WebAssembly module loaded into your browser tab, so your files are read, combined, and turned into a download entirely on your own device — nothing is sent anywhere first.

Tip: Order matters here: the files at the top of your list become the first pages of the merged PDF. Drop everything first, then use move-up/move-down to get the sequence right before you merge — there's no separate reordering step afterward.

Why This Runs Entirely in Your Browser

A lot of PDF merge tools ask you to upload your files to a server, merge them there, and download the result — which means a copy of your document sits somewhere outside your control, even if only briefly. This tool skips that step. The merge logic runs as WebAssembly directly inside your browser tab, so the bytes of your PDFs never cross the network. That matters for anything you'd rather not hand to a third-party server: contracts, statements, scanned IDs, or just a pile of files you don't want to think twice about.

Because there's no upload, there's also no server-side size limit. The only constraint is how much memory your browser tab can use while holding your files and building the merged output — comfortable for typical documents, and you'll get a warning if your combined files climb past roughly 100 MB so you're not caught off guard by a slow merge.

What Merging Actually Does to Your Pages

Merging is a structural operation, not a rendering one. Each source PDF's pages are copied into the new combined document as they already exist — same text, same images, same fonts, same page size — rather than being redrawn or recompressed by some intermediate renderer. That means no quality loss, no unexpected recompression of images, and no forced resizing of pages that started out at different dimensions. A merged file made from a portrait A4 report and a landscape spreadsheet export will still show each page in its original orientation; the tool doesn't try to make everything uniform.

Working With the Result

Once you've merged your files, the combined PDF downloads with page count equal to the sum of your inputs — nothing is dropped, duplicated, or reordered beyond what your file list specified. If you need to pull individual pages or ranges back out of that combined document later, head to Split PDF. If you'd rather fine-tune page order, rotate a page, or delete a stray one before or after merging, Organize PDF gives you a visual thumbnail grid to do exactly that.

Frequently asked questions

How many PDF files can I merge at once?
There's no fixed cap — drop two files or twenty. The only real ceiling is your browser tab's available memory, since every file is held in memory while merging runs. A heads-up appears once your combined files pass roughly 100 MB; below that, merging finishes almost instantly regardless of how many files you've queued.
Does the order I add files in matter?
Yes — the output follows the order shown in your file list, top to bottom. After dropping your files, use the move-up and move-down controls on each one to arrange them exactly how you want the final document to read, then merge. Nothing is reordered automatically.
Is anything uploaded to a server to merge my files?
No. The merge runs locally through a WebAssembly module loaded into your browser tab. Your PDF bytes are read on your device, combined there, and handed back as a download — none of it ever travels over the network.
Does merging reduce the quality of my pages, or add a watermark?
No to both. Merging is a structural operation: each source page's underlying content is copied into the combined document as-is, not re-rendered or recompressed, so there's no quality loss. Nothing is stamped onto your pages either — the output is just your original pages, concatenated.
What happens if my source PDFs have different page sizes or orientations?
Each page keeps its own original size and orientation in the merged file. Merging doesn't force every page onto a uniform canvas, so a document made of A4 portrait pages followed by a wide landscape spreadsheet export will still open with each page exactly as it looked in its source file.
Can I merge a password-protected PDF?
Not yet. Encrypted PDFs aren't supported by this tool right now — if one of your files is password-protected, you'll need to remove that protection with another tool before merging it in. This is a known gap, not a silent failure: you'll see a clear error rather than a broken result.
What's the difference between merging and splitting a PDF?
Merge takes several files and combines them into one; Split does the reverse, taking one file and breaking it into several. If you've already merged files together and want to pull specific pages back out afterward, use Split PDF on the combined result.