How to merge PDFs without uploading them
Most online PDF mergers โ iLovePDF, SmallPDF, Sejda, Adobe Acrobat Online โ start with the same gesture: you drop a file, and it travels to their server. For a holiday photobook, fine. For a stack of NDAs, employment contracts, or M&A exhibits, it's the wrong tool. iSharePDF merges PDFs the local way: every byte stays inside the browser tab you're reading this from.
โ Open the Merge tool โ no uploadWhy iSharePDF for confidential PDF merging
If you handle PDFs that contain client data, financial figures, employee records or signed contracts, an upload-based PDF tool creates three problems that your laptop solves for free.
- Server-side retention. Most platforms keep your files for 1 to 24 hours "for processing". Some keep metadata indefinitely. With a local-only merger, there is no server-side copy to retain.
- DPA paperwork. Uploading a client document to a third-party processor often requires a data processing agreement. iSharePDF is not a processor โ your file never reaches us โ so there is nothing to sign.
- Breach exposure. A server-side vulnerability exposes every file in the queue. With merging done locally, there is no queue.
The merge tool uses pdf-lib compiled to WebAssembly. It runs inside your browser tab, reads the files from your disk via the File API (a native browser standard that does not touch the network), assembles them in memory, and offers the result as a download. The whole pipeline is local.
How it works in 4 steps
- Open isharepdf.com/app/tools/merge โ no account, no email.
- Drop your PDFs into the dropzone, or click "Browse". Files load instantly because there is no upload time.
- Drag-and-drop to reorder pages. Delete any page that doesn't belong in the final document.
- Click "Merge" and download. The output PDF is generated client-side; nothing is logged anywhere.
Verify it yourself with DevTools
Don't take our word for it โ this is the kind of claim you can audit in 30 seconds:
- Open the merge tool and press F12 (or right-click โ Inspect).
- Click the Network tab. Check "Preserve log" and clear the existing entries.
- Drop your PDFs and click Merge. Watch the Network tab.
You will see zero outbound request containing your PDF. Compare with iLovePDF or SmallPDF: the same test will show a large POST request with your file as multipart/form-data.
Limits and edge cases
Honest constraints of a browser-based merger:
- Free tier: up to 20 MB per file, 5 merge tasks per day. Pro (โฌ4.99/mo or โฌ39/yr) lifts these limits.
- Total memory: merging 50+ files at once can hit browser RAM on a 4 GB laptop. For very large batches, merge in two passes.
- Password-protected PDFs: you provide the password; iSharePDF never tries to crack it. Privacy-first means we don't break encryption.
Frequently asked questions
Can I really merge sensitive contracts without uploading them?
Yes. The merge engine runs entirely in your browser via WebAssembly. The File API reads your PDFs from disk directly into browser memory โ no network step. You can confirm this with DevTools as described above.
How does this compare to iLovePDF's "merge PDF" feature?
iLovePDF uploads each file to their server, processes it there, and serves the result back. iSharePDF does all three steps locally. For non-sensitive PDFs the user experience is similar; for confidential documents, the architectural difference is the whole point.
Does this work offline?
Yes, after the first page load. The WebAssembly engine is cached by your browser. You can merge PDFs in a Eurostar tunnel or on a flight.
Merge a confidential PDF now โ no upload
One click. No account. The file never leaves your laptop.
Open the Merge tool โ
iSharePDF