- Why "no upload" matters
- How browser-only tools work
- 7 alternatives ranked
- How to verify no upload
- Cloud vs browser comparison
- FAQ
Why "no upload" matters more than people realize
Every time you upload a PDF to a cloud-based tool — iLovePDF, Smallpdf, PDF24, Adobe — three things happen that you can't easily verify:
- Your file gets stored on third-party infrastructure (AWS, Google Cloud, etc.)
- It sits there for some retention window — could be hours, could be longer despite policy claims
- Its existence is logged, the request is logged, and any backup systems may capture it
For routine documents this is fine. The risk profile changes when the document contains:
- Personal identification (Aadhaar, PAN, passport, driver's license)
- Financial data (bank statements, tax returns, salary slips)
- Medical records or insurance documents
- Confidential business documents (contracts, NDAs, internal memos)
- Anything covered by regulations like HIPAA, GDPR, or India's DPDP Act
For these, the safest position is: don't upload at all. That's what "no upload" tools achieve.
How browser-only PDF tools actually work
The PDF format is well-documented. Modern JavaScript can manipulate PDFs entirely client-side using libraries like pdf-lib, pdf.js, and jsPDF. When you drop a file into a browser-only tool:
- The browser reads the file via the File API into local memory
- JavaScript libraries parse the PDF structure
- The requested operation (compress, split, merge) runs in your browser's V8 engine
- The output is created as a Blob and offered as a download via a Blob URL
At no point does the file traverse any network. You can verify this — open Chrome DevTools (F12), go to Network tab, perform an operation. You'll see no requests carrying your file's bytes.
7 iLovePDF alternatives that don't upload
1. ShrinkTo (full disclosure: this site)
40+ tools across image compression and PDF processing. Every operation runs in-browser using JavaScript libraries. No signup, no watermarks, no daily caps. Built specifically for India-market needs (exam portal KB targets, Aadhaar/PAN dimensions). Mobile-friendly.
Best for: Compress, merge, split, convert, rotate, watermark, page-number — the daily-use 80%.
Trade-off: Browser memory limits cap usable file size around 100 MB; some advanced features like e-signatures aren't available.
2. PDF.js Viewer (Mozilla)
The open-source PDF rendering library that powers Firefox's built-in PDF viewer. View, search, and copy text from PDFs. Limited editing capabilities but rock-solid for read-only inspection.
Best for: Reading and inspecting PDFs without any cloud service.
3. Sejda Desktop (paid, optional cloud)
Sejda has both a web version (which uploads) and a desktop app (which doesn't). The desktop app is paid but does most things iLovePDF does, locally on your machine. Not browser-based but qualifies as "no upload."
Best for: Power users who want comprehensive features without uploading.
4. Adobe Acrobat Reader (free, local)
The free Reader can do basic editing and signing locally. Acrobat Pro (paid) does much more, all on your machine. Note: Adobe Document Cloud features DO upload — only the desktop-only operations qualify.
5. Foxit PDF Reader (free)
Lightweight desktop reader with basic editing. Local processing. Lighter than Adobe but smaller feature set.
6. PDF24 Tools Desktop App (free)
PDF24 has both a web version (uploads) and a free desktop app for Windows (doesn't). The desktop app has nearly all the same tools.
7. Built-in OS tools
Don't overlook these:
- Mac Preview: Merge, split, rotate, password-protect, basic edits — all built in
- Windows Print to PDF: Convert any printable document to PDF
- iOS Files app: Merge and rotate PDFs natively in the Files app
- Android Drive (long-press → Print → Save as PDF): Quick conversion
How to verify a tool isn't actually uploading
If a tool claims to be "browser-based" or "private" but you want to verify, here's the 60-second check:
- Open Chrome (or any modern browser) and visit the tool's page
- Press
F12to open Developer Tools - Click the Network tab
- Click the trash icon to clear the network log
- Now drop your file and run the operation
- Watch the network log carefully
What you should see for a true browser-only tool: minimal network activity (maybe analytics pings, font loads). What you'd see for a hidden-upload tool: a large POST request whose body matches the size of your file.
If you see a POST request bigger than 1 MB shortly after dropping a 5 MB file, that file is being uploaded.
Quick comparison: cloud vs browser-only
| Aspect | iLovePDF (cloud) | Browser-only tools |
|---|---|---|
| File leaves your device | Yes | No |
| Speed (small files) | Slower (upload + download) | Faster |
| Speed (huge files 200MB+) | Faster (better hardware) | Browser memory limits |
| Works offline | No | Yes after first load |
| Verifiable privacy | Trust their policy | Verifiable in DevTools |
| Advanced features | OCR, e-sign, PDF/A | Basic to intermediate |
Frequently asked questions
What's the most private free alternative to iLovePDF?
Is iLovePDF actually unsafe?
Can browser-only tools handle the same file sizes as iLovePDF?
How do I check if a 'free PDF tool' is actually uploading my files?
Why are browser-based PDF tools faster?
Are there any iLovePDF features I can't get in browser-only tools?
Try the no-upload alternative
ShrinkTo runs every tool in your browser. Your files never leave your device. Free, no signup, no watermarks.
workspaces See all 40+ tools