Merge PDF Files

Combine several PDF files into one document in your browser. Free, no upload, no size limits, no watermarks, and mixed page sizes are kept.

🌐 Español

Drop your files here (.pdf)

πŸ”’ Private by design: your files are processed locally in your browser and never uploaded to any server.

Assembling one document from several, step by step

  1. Drop your PDFs onto the box above, or press Choose files. You can add them in several goes, and a file with the same name and size as one already queued is skipped as a duplicate.
  2. Check the list. Files are combined top to bottom in exactly the order shown, and there is no way to reorder or drop one afterwards, so if the sequence is wrong reload the page and add them again.
  3. Press Merge PDF Files. The button repeats the page title word for word, because the shared file shell uses the title as its action label.
  4. Download the result. It is always called merged.pdf.

There are no options on this page at all, so the options panel other tools show simply does not appear. The progress bar advances one step per source file as each document’s pages are copied in.

What the copy actually does to your pages

The mechanics are simpler than most people assume. A brand new, empty PDF is created, then each source file is parsed in turn and every one of its pages is copied into that new document in order. Page content, text, vector drawings and embedded images are carried across as objects rather than being redrawn, so nothing is rasterized, re-rendered or recompressed on the way through. A merged page is the same page it was.

That also means the combined file is not a photocopy of your originals stitched together. It is a new document that happens to contain their pages, which explains most of the behavior further down this page: anything stored at the document level rather than the page level has no route into the new file unless something rebuilds it, and nothing here does.

Mixed page sizes survive intact

A frequent worry is what happens when the files disagree about paper. It costs nothing here. I built one A4 document and one US Letter document, merged them, and read the page dimensions straight back out of the result: the A4 pages measured 595 by 842 points and the Letter pages measured 612 by 792, side by side in the same file. Each page keeps its own media box.

So a five page A4 report followed by a scanned Letter-size contract merges without either being stretched, padded or cropped to match the other. If you actually want a uniform sheet size, that is a layout job rather than a merge job, and N-up PDF or Print PDF as Booklet impose pages onto a chosen paper size for you.

This is the part worth reading before you merge something important, and I verified each of these by merging real documents and inspecting the output rather than trusting the library’s documentation.

Document metadata is dropped. Titles, authors, subjects and keywords set on the source files do not appear on the merged one, and the producer and creator fields are rewritten to name the library that assembled it. If you were merging specifically to scrub identifying fields, Remove PDF Metadata is the tool that does that deliberately and predictably.

Bookmarks are gone, because the new document is created without an outline tree and nothing rebuilds one from the sources. Link annotations are copied along with the page they sit on, and an external web link keeps working, but an internal link that jumped to another page in the same source document ends up referencing a detached copy of that page rather than the page now in the merged file, so the jump has no valid target. Form fields are the subtlest case: the widget stays on the page, but the merged document is built with no form catalog, so the field is no longer registered as a field. Check any interactive form after merging, and if the form is the point of the document, keep it separate and use Fill PDF Form before you combine anything.

Encrypted files and broken files stop the run

Parsing an encrypted PDF fails immediately, so a document that asks for a password on open cannot be merged as it stands. Remove the protection first with Unlock a PDF, which takes the locked file together with a small .txt file containing the password you already know, then merge the unlocked copy. If the finished document needs protecting again, Password Protect a PDF is the last step rather than the first.

A truncated download or a file that is not really a PDF fails at the header check just as hard. Neither case is handled per file, so one bad document ends the whole run with nothing to download, and the shell reports a single generic message rather than naming the culprit. With a large batch that fails, bisect it: merge the first half, then the second, until the offending file is obvious.

Choosing between merging and the page-level tools

Merging only ever controls the order of whole files. Everything that happens inside one document belongs to a different tool, and mixing them up is the most common reason people end up doing this twice.

A common real workflow chains several of those: scan or photograph the pages, convert them, merge them, then sign the finished file. The wider PDF tools hub lists the rest, and the best PDF tools guide walks through which one to reach for when.

See it in action

Screenshot of the Merge PDF Files tool with sysfenix-report.pdf (3 KB) loaded
Merge PDF Files mid-process: sysfenix-report.pdf (3 KB) loaded.
Screenshot of the Merge PDF Files result screen showing merged.pdf ready to download (3 KB, 3% smaller)
The finished result: merged.pdf ready to download (3 KB, 3% smaller). The download link is a local blob URL β€” the file never leaves your device.

Frequently asked questions

What decides the order of the pages in the combined file?

The order the files sit in the list above, read top to bottom, and inside each file its own pages keep their original sequence. The list is built in the order you added the files, so a multi-select in the file picker follows whatever order the operating system handed over. Add them deliberately, one group at a time, if the sequence matters.

Can I remove one file from the list without starting over?

Not from the list itself. The upload area shows the queued files but offers no per-file remove or drag-to-reorder control, so the only way to change your mind before running is to reload the page and add the files again in the order you want. Once the merge has finished, the Process another button clears everything for a fresh run.

Do the source documents' titles and authors carry across?

No, and this surprised me when I checked it. A brand new empty document is created and the pages are copied into it, so nothing from the originals' document information dictionary comes along. I merged two files carrying a title, author, subject and keywords and read the result back, and all four came out empty, with the producer and creator fields rewritten to name the PDF library that built the file.

What happens to bookmarks, clickable links and form fields?

Bookmarks are lost outright, because the merged file's catalog has no outline structure at all. Link annotations do ride along with their page, and one pointing at an external web address still works, but a link that jumped to another page of the same document ends up pointing at a detached copy of that page which is not part of the merged page tree, so the jump goes nowhere. Fillable form fields keep their on-page widget but lose their registration in the document's form catalog, so treat any interactive form as broken after a merge and check it before sending.

One of my files will not merge. What is likely wrong with it?

Two common causes. A password-protected document cannot be parsed at all until the encryption is removed, and a truncated or non-PDF file fails at the header. There is no per-file error handling in the loop, so a single bad document aborts the whole run and no combined file is produced, not even from the files that had already been copied. Try the suspect file on its own first to identify it.

Is a single file allowed, and what is the output called?

Yes, a run with one file works fine and simply rebuilds it, which is occasionally a useful way to strip a document down to plain pages. The download is always named merged.pdf regardless of how many files went in or what they were called, so rename it yourself if you are archiving several results in the same folder.

Related tools