A private, offline alternative to online PDF tools
· 6 min read
Online PDF tools are genuinely convenient. Services like iLovePDF and Smallpdf let you merge, split, compress and convert PDFs from any browser, and they're popular for good reason. But they all share one design choice worth understanding: they're cloud services. To use them, you upload your file to their servers, the work happens there, and you download the result. For a lot of documents that's perfectly fine — and for some, it isn't. This article explains the trade-off and describes a private alternative that never uploads anything.
How online PDF tools work
This isn't a criticism, just how the architecture works: a cloud PDF tool receives your file over the network, processes it on its own machines, and sends the output back. That's what makes them able to run in any browser without installing anything. It also means your document — for at least the duration of processing — exists on a computer you don't control, governed by that company's terms and retention policy.
Reputable providers publish privacy policies and typically delete files after a set time. The point isn't that they're doing anything wrong; it's that you're relying on a policy rather than on something you can verify yourself. (Those policies and feature sets also change over time, so it's always worth checking a provider's current terms.)
When that trade-off matters
Uploading is a non-issue for a meme or a blank form. It's a bigger deal for:
- Contracts, NDAs, and signed agreements.
- IDs, passports, and government forms.
- Payslips, bank statements, and tax documents.
- Medical records and anything covered by workplace data rules.
For those, the safest option is simple: don't upload them at all.
What a private alternative looks like
Modern browsers are powerful enough to do most PDF work themselves, with no server involved. A genuinely private tool should:
- Process files on your device, in the browser, not on a remote server.
- Work offline once the page has loaded — proof that nothing needs uploading.
- Require no account and collect no files.
- Be verifiable — you can watch the Network tab and confirm nothing is sent.
Cloud PDF tool vs a local, in-browser tool
Rather than compare specific brands feature-by-feature (their offerings change), here's the honest architectural difference — the part that doesn't change:
| Typical online PDF tool | KeepItLocally | |
|---|---|---|
| Where your file is processed | On the provider's servers | On your own device |
| File uploaded over the network | Yes — that's how it works | No — it never leaves the browser |
| Works fully offline | No (needs the server) | Yes, once the page has loaded |
| You can verify it in DevTools | N/A — processing is remote | Yes — zero requests with your file |
| Account required | Sometimes, for some features | Never |
| Price | Often freemium with paid tiers | Free |
iLovePDF and Smallpdf are trademarks of their respective owners and are named here only to describe the common cloud-upload approach; their current features and policies may differ from the general description above.
KeepItLocally: the same tools, without the upload
KeepItLocally is a static site with no backend at all, offering the PDF tools people reach for most — all running in your browser:
- Merge PDF — combine files in the order you choose.
- Split PDF — pull out pages or ranges.
- Compress PDF — shrink files while keeping text sharp.
- Sign PDF — draw or place a signature.
- Protect PDF — add password encryption.
- OCR — turn scans into searchable text.
There's no account, no ads, and no upload — open DevTools → Network while you work and you'll see nothing carrying your document. If you want the same privacy with batch processing and Finder integration on a Mac, there's a native app too; the web tools stay free.