Think about what a traditional 'merge PDF online' site does with your contract, tax return, or medical records: the file travels to an unknown server, gets processed who-knows-where, and (you hope) gets deleted afterward. Combining documents simply doesn't require that risk — a PDF's pages are objects in a tree, and copying them into a combined tree is ordinary local computation. This page does exactly that in your browser: documents in, one combined document out, zero bytes on the wire.
Drop your files here or click to browse
.pdf — up to 200 MB each. Processed locally; never uploaded.
How to combine PDFs Without Uploading Them
Drop two or more PDFs onto the converter above.
Each file's %PDF header is verified, and the merge order is shown in the list.
Remove strays with ×; drop another batch to append more documents.
Click Merge — the combined document is assembled in browser memory.
Download the single merged PDF. Nothing was transmitted at any point.
Frequently asked questions
How is this different from iLovePDF or Smallpdf?
Those services are file processors with a web front-end: your document uploads to their cloud, gets merged there, and downloads again. This site ships the merger to your browser instead — the documents stay on your device, there are no daily limits, and it works offline.
Can I verify that nothing is uploaded?
Yes — press F12, open the Network tab, and merge two files. No request carries your documents. For the ultimate check, load the page and pull the network cable first.
Will the combined PDF keep each document's quality?
Yes — pages are copied as objects, not re-rendered or re-compressed. Text stays selectable, vector graphics stay vector, and images keep their original encoding.
What about scanned, signed, or fillable PDFs?
Scanned pages merge fine (they're just images inside). Digital signatures are invalidated by any merge — that's by design of the signing standard. Form fields from the source files are not preserved in this version.