How to Merge PDF Files (Free, and Without Uploading Them)

Combining several PDFs into one is one of the most common document tasks there is — assembling an application, a report pack, a set of scanned receipts, a contract with its appendices. It’s simple to do. The part worth thinking about is where it happens.

When you need to merge PDFs

A few everyday examples:

  • Putting a cover letter, résumé and portfolio into one file to upload
  • Combining scanned pages that came out as separate files
  • Assembling an invoice with its supporting receipts for an expense claim
  • Merging a signed contract with its schedules and appendices

In each case you want one clean, correctly-ordered PDF at the end.

The privacy question most tools ignore

Many PDF websites ask you to upload your files. They combine them on a server and return a download. For sensitive contracts, IDs, statements or legal paperwork, that creates a third party and a retention policy you need to trust.

When you upload a file, check who operates the service, how long files are kept, where processing occurs and whether the privacy policy covers document content. Local processing avoids transmitting the document for this particular task.

Merging in your browser instead

Modern browsers can merge PDFs entirely on your own device — no upload, no server, no waiting on a download link. The files are read into your browser’s memory, combined, and saved straight back to your computer. Nothing is sent to a document-processing server.

That’s how our Merge PDF tool works. If you inspect the browser’s network panel, normal site-asset or analytics requests may appear, but there should be no request containing the PDF bytes you selected. Our Privacy Verification Lab provides a harmless test PDF and an exact method for checking that distinction yourself.

How to merge PDFs step by step

  1. Open the Merge PDF tool.
  2. Drag in all the PDFs you want to combine (or click to browse).
  3. Use the up/down arrows to put them in the right order — the list order is the final file order.
  4. Click merge and download your single combined PDF.

Tips for a clean result

  • Check the order before merging — reordering after the fact means doing it again
  • Name the output clearly — “Application-Pack-2026.pdf” beats “merged.pdf”
  • Merging scans? Consider compressing after — combined scans get large; our Compress PDF tool can shrink the result for email
  • Wrong pages in a file? Remove them first with Split PDF, then merge
  • Signed or interactive PDFs? Keep the originals. A newly merged PDF may not preserve bookmarks, attachments, form behavior or digital-signature validity.

Merging, splitting, and compressing are the three core PDF tasks, and all three work the same private way in our tools — the file stays on your device from start to finish.

Technical source

Checked 14 July 2026: DraftFort uses pdf-lib’s PDFDocument.copyPages workflow. The pdf-lib encryption guidance states that encrypted documents are not supported, so DraftFort rejects them instead of attempting an unsafe partial load.