← Blog · 2026-09-15
How to merge PDFs without uploading them
Merging is the PDF job people do most, and the one they most often do by handing confidential paperwork to a website they found ten seconds earlier. The signed contract, the scanned passport, the payslips for the mortgage application, all uploaded to a server whose privacy policy says the files are deleted after a while. Maybe they are. You have no way to check, and no way to find out if they weren't.
None of that is necessary. A PDF is just a file, and combining two of them is well within what a browser can do on its own. Here is how, followed by how to prove nothing left your machine.
Merging in the browser, without an upload
- 1Open Merge PDF. The page loads once and from then on works even with the network off.
- 2Drop your PDFs onto the page or click to choose them. They appear in a list with their sizes.
- 3Put them in order: drag a file up or down, or use the arrows. The output follows this list exactly.
- 4Click Merge. The combined document is assembled in memory by pdf-lib, an open-source PDF library running inside the page.
- 5Download the result. Your originals on disk are untouched.
Things worth knowing before you merge
- Mixed page sizes are fine. Every page keeps its own dimensions, so an A4 report and a Letter-sized scan sit next to each other with nothing scaled or cropped.
- Text stays text. Pages are copied, not re-rendered, so anything selectable before is selectable after.
- Password-protected files need unlocking first. Run them through Unlock PDF with the password you know, then merge.
- Numbering doesn't fix itself. If the merged bundle needs consecutive numbers, run it through Add page numbers afterwards.
- Big scans get bigger.Merging doesn't compress. If the result has to get under an email limit, Compress PDF is the next stop.
How to prove nothing was uploaded
Every PDF site says your files are safe. Two checks separate the ones that mean “we delete them later” from the ones that never receive them:
- 1Open your browser's developer tools and switch to the Network tab before you drop the files. Run the merge. On a local tool you will see no request carrying your files; on PDFAirlock, once the app is cached, you will see no requests at all.
- 2Load the page, turn off your wifi, then merge. A local tool finishes normally. An upload tool stops at the first step, because there is nowhere to send the file.
On PDFAirlock there is a third layer you can read rather than test: the page ships with a Content-Security-Policy whose connect-src is 'self', which makes the browser itself refuse any request to another host. The privacy page explains the whole model.
The built-in options
macOS:Preview merges locally. Open the first PDF, show the thumbnail sidebar, then drag the second PDF's pages into it and save. It works; it is just fiddly for more than two files and offers no reordering beyond dragging thumbnails.
Windows: there is no built-in merge. Print to PDF makes one PDF from one document; it cannot combine several. That gap is why so many Windows users end up on upload sites, and why a browser tool that never uploads is the easiest fix.
Command line:qpdf and pdftk merge fine and are entirely local. If you already have one installed, use it. If you don't, the browser tool gets you the same guarantee without installing anything.
Frequently asked questions
Can I merge PDFs without uploading them anywhere?
Yes. PDFAirlock's Merge tool combines the files inside your browser; the site has no upload endpoint and the page works with your wifi off. macOS Preview can also merge locally; Windows has no built-in merge.
Does the order of pages change?
No. The output follows your file list from top to bottom, and each file's pages keep their original order and size.
Can I merge a password-protected PDF?
Remove the password first with Unlock PDF, using the password you already know, then merge the unlocked copy. Both steps stay in your browser.
Is there a limit on the number or size of files?
No fixed limit. Your device's memory is the ceiling; a few hundred megabytes in one go is fine on a laptop.
Is it free?
Yes, with no account, no watermark and no file quota while PDFAirlock is in beta.
This post is from building PDFAirlock — PDF tools that run entirely in your browser and keep working with your wifi off. Free, no account, and every privacy claim is verifiable.