Merge PDFs Without Uploading Them

Tools like ilovepdf and smallpdf are free because they process your documents on their servers. That's fine for a recipe PDF, less fine for a contract or a tax return.

What "free" PDF tools actually do

They upload your file to a server, process it, and let you download the result. The server receives a copy of your document. Most say they delete it after a short period. Some don't specify. Either way, it passed through infrastructure you don't control.

People routinely merge tax returns, employment contracts, medical records, and legal correspondence. Sending those to a random web service is worth thinking twice about.

Merging locally with ClientSide

Go to clientside.sh/pdf, drop your PDFs, and they're processed in your browser using pdf-lib and PDF.js. Nothing leaves your device. The merged file downloads straight to your computer.

You can reorder pages by dragging the thumbnails, delete pages you don't want, rotate them, and even add images (JPEG, PNG) as pages. No watermarks, no account, no page limits.

On a Mac: Preview works too

Open the first PDF in Preview, go to View, Thumbnails, then drag additional PDF files from Finder into the sidebar. File, Export as PDF to save. Fully offline. Gets awkward with large files or many pages, but works well for simple merges.

On Windows

There's no built-in merger. ClientSide runs fine in Chrome, Edge, and Firefox on Windows, so that's the easiest path without installing anything.

Merge PDFs without uploading, no watermarks → clientside.sh/pdf

Frequently asked questions

Can I merge PDFs without uploading them?

Yes. clientside.sh/pdf merges PDFs entirely in your browser. The files are processed on your device and the merged result downloads directly — nothing is sent to a server.

Do free online PDF mergers keep a copy of my files?

Server-based tools receive a copy of your document to process it. Most say they delete it after a short window, but it still passed through infrastructure you don't control. A browser-based tool avoids that entirely.

Is there a file size or page limit?

No enforced limit and no watermarks. The practical ceiling is your device's memory, since the work happens locally.

Related guides