← All posts

How to Combine Multiple PDFs Into One File (Without Uploading Them)

2026-06-03

Short answer: to combine PDFs into a single file, drop them all into ToolKoala's PDF merge, drag them into the order you want, and download one merged document. It runs entirely in your browser — your files never upload anywhere — which matters a lot when those PDFs are contracts, bank statements, or ID scans.

Merge and reorder in three steps

  1. Open ToolKoala's PDF merge and drop in every PDF you want to join.
  2. Drag the thumbnails to set the page order — front matter first, signature page last, whatever you need.
  3. Hit merge and download the combined file. One PDF, in order, done.

No account, no email wall, no "your file will be deleted in one hour" promise you have to take on faith.

Why upload-based mergers are a privacy risk

The popular free mergers — iLovePDF, Smallpdf, PDF2Go — work by sending your files to their servers, merging there, and handing back a download link. For a meeting agenda, fine. But people merge sensitive things: a lease, a loan application, a passport plus a utility bill for KYC. Uploading those means trusting a third party's storage, retention window, and breach history with documents that can be used for identity theft. A tool that does the merge locally never creates that exposure — there's nothing on a server to leak. Confirm it yourself: DevTools (F12) → Network tab, then drop your files. No upload requests should appear.

The honest alternatives

  • Preview on Mac (free, built in). Open one PDF, show thumbnails, then drag other PDFs into the thumbnail sidebar to insert their pages. Export, and you've merged — fully offline. My pick if you're on a Mac.
  • Adobe Acrobat Pro (~$20/month). The Combine Files tool is excellent and handles huge documents, OCR, and forms. Overkill and pricey if all you need is to staple two PDFs together.
  • Command line: pdftk or qpdf (free). qpdf --empty --pages a.pdf b.pdf -- out.pdf merges in one command, totally offline. Great for scripting and batches; not friendly if you don't live in a terminal.

FAQ

How do I combine PDFs without uploading them to a website? Use a browser tool that merges locally (like ToolKoala's PDF merge), Preview on a Mac, or a command-line tool like qpdf. All three keep the files on your own machine.

Is it safe to merge PDFs with contracts or IDs online? Be careful — most "online" mergers upload your files to their servers. For sensitive documents, use a tool that processes them locally in your browser or offline on your computer.

Can I reorder pages while merging? Yes. ToolKoala's PDF merge and Mac Preview both let you drag pages or files into the order you want before you save the combined file.

Is there a free way to merge PDFs on Windows? Windows has no built-in merger, but a browser-based local tool works without installing anything, or you can install free command-line tools like pdftk or qpdf.

— Milo 🐨