Open Tools Tools Features Blog About Contact

Merge PDF Files

Combine multiple PDF documents into one seamless file with perfect formatting preservation. All processing happens locally in your browser.

Merge PDF Tool

Drag & drop PDF files

or click to browse (Supports PDF files only)

Combine Multiple PDFs Into One File

Merging is the simple act of stacking several separate PDF documents into a single continuous file, in the exact order you choose. The Quick Merge tool on this page lets you drop in up to ten PDFs at once, with each file up to 50MB, and stitches every page together into one download. It is built for the everyday situation where a single logical document has somehow ended up scattered across several files: a contract and its signed signature page, a cover letter and a resume, a set of scanned receipts, or chapter-by-chapter exports from a word processor.

What makes this tool different from most "online PDF mergers" is that it never sends your files anywhere. The merging happens entirely inside the tab you are reading right now, using the open-source pdf-lib JavaScript library that loaded with this page. There is no upload progress bar because there is no upload. That matters when the documents you are combining contain anything you would not want sitting on a stranger's server: tax forms, medical records, legal agreements, or client work covered by a confidentiality clause.

How to Merge PDF Files Step by Step

  1. Add your files. Drag your PDFs onto the drop zone above, or click it to open a file picker. You can select several files at once, or keep adding more in separate batches — newly dropped files are appended to the list you already have.
  2. Watch the page count load. As each file is read, the tool counts its pages locally and shows a running total at the bottom of the list, so you know exactly how long the merged document will be before you commit.
  3. Put the files in the right order. The final document follows the order of the list, top to bottom. Use the up and down arrows next to any file to move it, or remove a file entirely with the X button. This is the single most important step — the order you see is the order you get.
  4. Pick a merge order rule (optional). Leave the selector on Upload Order to use the exact arrangement in the list, or switch to Alphabetical (A-Z) if your files are named so that their natural sort order is the order you want (for example 01-intro.pdf, 02-body.pdf).
  5. Merge and download. Click Merge PDFs. The combined file is assembled in memory and a download named merged-[timestamp].pdf starts automatically. Nothing is stored after the download completes.

When Merging PDFs Is the Right Tool

Reach for a merge whenever several files really belong together as one. Common situations include:

  • Assembling an application packet: combine a resume, cover letter, references, and portfolio samples so a recruiter receives one clean attachment instead of five.
  • Finishing a signed agreement: attach a returned, signed signature page back onto the original contract body to produce a single complete record.
  • Bundling expense receipts: merge a month of scanned or downloaded receipt PDFs into one file to submit with a reimbursement claim.
  • Rebuilding a split export: some programs export long reports or books as one PDF per chapter; merging restores the full document in reading order.
  • Combining scans: if your scanner saves each sheet as its own PDF, merge them into a single multi-page document.

Tips for a Clean Merge

  • Name files for sorting. If you plan to use alphabetical order, prefix names with zero-padded numbers (01, 02, …, 10) so file 10 does not sort before file 2.
  • Confirm the page total first. The running page count is a quick sanity check — if a 40-page result was expected but the summary reads 38, a file is probably missing or in the wrong place.
  • Merge before you compress. If the combined file is large, finish the merge first, then run the single result through the compress tool. Compressing each part separately and then merging is slower and gives you less control.
  • Mixed page sizes are fine. The merge keeps each original page at its own dimensions, so a letter-size cover page and an A4 body will coexist in the same file rather than being stretched to match.
  • Keep individual files under 50MB. If one file is over the limit, compress or split it first, then bring it back into the merge.

Common Problems and How to Fix Them

  • "Pages unknown" next to a file: the tool could not read that PDF's page count, usually because it is encrypted or damaged. It may still merge, but if the final file looks wrong, remove that file, repair or unlock it elsewhere, and try again.
  • A file is rejected for size: any single file over 50MB stops the merge. Shrink it with the compress tool or split out only the pages you need, then re-add it.
  • The pages came out in the wrong order: the document always follows the visible list order (or the alphabetical rule). Reorder with the arrow buttons, double-check the merge-order selector, and merge again.
  • Nothing downloads: make sure your browser is not blocking automatic downloads for this site, and that at least one valid PDF is in the list so the Merge button is enabled.
  • A password-protected PDF fails: remove the password in your PDF reader first, since a protected file cannot be copied into the combined document.

How the Merge Works in Your Browser

When you add a file, the browser reads it into an ArrayBuffer in local memory and pdf-lib parses its page structure to count the pages. On merge, the tool creates a brand-new empty PDF, then copies every page object from each source file into it in your chosen order before saving the result as a downloadable blob. Because all of this runs in JavaScript on your own device, your documents are never uploaded, never logged, and never visible to us or anyone else. Closing or refreshing the tab clears everything from memory instantly — there is no server-side copy to delete because one was never made.

Frequently Asked Questions

How many PDFs can I merge at once?

You can merge up to 10 PDF files in a single operation, with each file up to 50MB. If you have more than 10 files, merge them in groups and then merge the resulting files together in a second pass.

Can I control the order the pages appear in?

Yes. The merged file follows the order of the file list exactly. Use the up and down arrows beside each file to rearrange them, or set the merge-order selector to Alphabetical if you would rather sort by file name. The order shown on screen is always the order you get.

Is there a file size limit for merging PDFs?

Each PDF must be under 50MB. This keeps processing fast and prevents your browser from running out of memory. For larger files, compress them first with our PDF compression tool, or split out only the pages you actually need, then merge.

Will merging change the quality of my documents?

No. Merging copies the original page content as-is, so text stays selectable and images keep their original resolution. There is no re-compression or re-rendering during a merge, which means no quality loss. Each page keeps its own size and orientation.

Are my files uploaded to a server?

No. Everything happens in your browser using the pdf-lib library that loads with this page. Your files are never sent over the internet, never stored, and are cleared from memory the moment you close or refresh the tab. This makes the tool safe for confidential contracts, financial records, and other sensitive documents.

Can I merge a password-protected PDF?

You should remove the password first. Encrypted files cannot be reliably copied into the combined document, and a protected file may show as "pages unknown" in the list. Open it in your PDF reader, save an unprotected copy, then add that copy to the merge.

Do I need to install software or create an account?

No. There is nothing to install and no sign-up. The tool runs in any modern browser on Windows, macOS, Linux, Android, or iOS, and it is completely free with no watermarks added to your merged file.