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 upload

Why 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.

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

  1. Open isharepdf.com/app/tools/merge โ€” no account, no email.
  2. Drop your PDFs into the dropzone, or click "Browse". Files load instantly because there is no upload time.
  3. Drag-and-drop to reorder pages. Delete any page that doesn't belong in the final document.
  4. 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:

  1. Open the merge tool and press F12 (or right-click โ†’ Inspect).
  2. Click the Network tab. Check "Preserve log" and clear the existing entries.
  3. 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:

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 โ†’