We use cookies

We use cookies and similar technologies to enhance your browsing experience, analyze site traffic, and personalize content and ads. By clicking "Accept", you consent to our use of cookies. Learn more in our Privacy Policy.

Free · in your browser · no signup

Merge PDF — Combine PDF Files Free

Combine several PDF files into one — entirely in your browser. Your documents are never uploaded to any server, so it's private and instant.

Drop PDF files here
Drop the PDFs in the order you want them combined

Merge PDF combines two or more PDF files into a single document, in the order you choose. You add the files, drag them into the sequence you want, and download one merged PDF. There is no account, no file size paywall, and no waiting on an upload queue.

The whole thing runs in your browser. Your files are read, parsed, and stitched together by JavaScript on your own machine, so the PDFs never leave your device or touch a server. That matters when the documents are contracts, scanned IDs, invoices, or anything else you would not want sitting in someone else's storage bucket. Because the work happens locally, merging is also fast for typical documents and works offline once the page has loaded.

How it works

You select the PDFs you want to combine, then arrange them. Each source file's pages are appended to a new document in list order, top to bottom, and the result is written out as a fresh PDF you can save.

Key things it does:

  • Order control - drag files up and down; the first file's pages come first.
  • Multiple files at once - add several PDFs in one go, not just two.
  • Page-level structure preserved - text stays selectable, embedded fonts and images carry over, and the page sizes of each source are kept as-is rather than being rescaled to a single size.
  • Local processing - parsing and writing happen in the browser, so nothing is uploaded.

The output is a standard PDF that opens in any reader. It is not a zip or an image; it is one continuous document with all the pages in sequence.

A worked example

Say you are sending a job application and have three separate PDFs:

  1. cover-letter.pdf (1 page)
  2. resume.pdf (2 pages)
  3. references.pdf (1 page)

You want one file that a recruiter can open once and scroll through in that exact order. Add all three, confirm the list reads cover-letter, resume, references top to bottom, and merge. The result is a single application.pdf with 4 pages: page 1 is the cover letter, pages 2 to 3 are the resume, page 4 is the references.

If you later realize the references should come before the resume, you do not start over. Drag references.pdf above resume.pdf and merge again. The page math updates automatically: cover letter (1), references (2), resume (3 to 4). The tool concatenates pages; it does not re-flow or re-paginate content within each source file.

Common use cases

Merging shows up constantly once you start looking for it:

  • Paperwork bundles - combine a signed contract, an ID scan, and a proof-of-address into one submission.
  • Reports - stitch a cover page, a body exported from one tool, and an appendix exported from another.
  • Scanned documents - phone scanner apps often save each page as a separate PDF; merge them back into one file.
  • Invoices and receipts - roll a month of individual receipts into a single expense PDF.
  • Study material - join lecture slides, notes, and a problem set for one printable handout.
  • Forms - attach supporting documents to a filled-in form before emailing it.

Anything where a recipient expects "one file, in order" rather than a folder of attachments is a candidate.

Tips and gotchas

A few things worth knowing before you merge:

  • Order is set by the list, not the filenames. Sorting files alphabetically on your desktop does not change the merge order; the on-page list does.
  • Encrypted/password-protected PDFs may fail to parse. Remove the password (open and re-save without it) before merging.
  • Form fields can collide. If two source PDFs both contain a form field named email, merging interactive forms can produce duplicate field names that some readers handle oddly. Flatten forms first if the values must stay independent.
  • Mixed page sizes stay mixed. A4 and Letter pages keep their own dimensions in the output; the tool does not normalize them.
  • Very large files use memory. Everything runs in the browser tab, so a few hundred MB of PDFs at once can be slow on low-memory devices. Merge in smaller batches if a tab struggles.

What a PDF actually is (and why merging is clean)

A PDF is a container, not a single stream of text. Internally it holds a set of numbered objects (pages, fonts, images, content streams) and a page tree that lists which pages appear in what order, plus a cross-reference table that records where each object lives in the file.

Merging does not rasterize your pages into images or retype the text. It copies the page objects and their dependencies (the exact fonts and images each page references) from every source file into one new document, then builds a single page tree that points to them in your chosen order. Because the original page objects are reused rather than redrawn, text stays selectable and searchable, vector graphics stay sharp, and quality does not degrade.

This is why merging is lossless in a way that, say, exporting to images and back never is. You are reorganizing references, not re-rendering content.

Tips

  • Drag files into final reading order before merging; the list order is what counts, not the filenames.
  • Remove passwords from protected PDFs first, or the file may refuse to parse.
  • Flatten interactive forms before merging if two files share form-field names.
  • Merge in smaller batches if the browser tab slows down on a large set of files.
  • Since it runs locally and works offline after loading, you can merge sensitive documents with no upload.
  • Re-merging is cheap; reorder and run it again rather than starting over.

How to use Merge PDF — Combine PDF Files Free

  1. 1Drop the PDF files you want to combine.
  2. 2Drag them into the order you want (top merges first).
  3. 3Click Merge PDFs.
  4. 4Your combined PDF downloads instantly — nothing was uploaded.

Frequently asked questions

Are my files uploaded to a server?

No. Parsing and merging happen in your browser on your own device, so the PDFs never leave your machine. You can even disconnect from the network after the page loads.

Is there a limit on how many PDFs I can combine?

There is no fixed count limit. The practical ceiling is your device's memory, since everything runs in the browser tab. If a large batch slows down, merge in smaller groups and then combine the results.

Does merging reduce the quality of my pages?

No. The original page objects, fonts, and images are copied into the new file, not re-rendered. Text stays selectable and graphics stay sharp.

Can I change the order of the files?

Yes. Drag files up or down in the list; pages are appended in that order, top to bottom. The first file's pages come first in the output.

Why won't my password-protected PDF merge?

Encrypted PDFs often can't be parsed until the password is removed. Open the file in a reader, save a copy without the password, then merge that copy.

Will the merged PDF keep selectable text and bookmarks?

Text remains selectable and searchable because page content is preserved, not flattened to images. Document-level bookmarks (outlines) from the source files may not all carry into the combined file.

Can I merge PDFs with different page sizes, like A4 and Letter?

Yes. Each page keeps its original dimensions in the output. The tool does not resize or stretch pages to match each other.

How is merging different from just printing both files to one PDF?

Printing to PDF re-renders pages through a print pipeline, which can change fonts, drop selectable text, or rasterize content. Merging copies the existing page objects intact, so the result matches the originals exactly.

← All toolsRead our guides →