Smallpdf is one of the most well-known online PDF platforms, offering a polished interface and a wide range of tools. Privatool is built on a different philosophy: zero server uploads, complete client-side processing. Here's how they compare.
Side-by-side comparison
| Feature | Privatool | Smallpdf |
|---|---|---|
| PDF compression | ✅ Client-side | ✅ Server-side |
| PDF merge/split | ✅ Client-side | ✅ Server-side |
| PDF to Word/Excel | ❌ | ✅ |
| E-signature | ❌ | ✅ |
| Files uploaded to server | ❌ Never | ✅ Yes |
| Free usage limit | Unlimited | Capped free tier (check current terms) |
| Account required | ❌ Never | ❌ (limited) |
| Monthly price (paid) | Free | ~$12/month |
| Data stored after processing | N/A | 1 hour |
Smallpdf's rate limiting
Smallpdf's free tier caps how many PDF operations you can run before you must wait or subscribe. The exact figure and reset window have changed over time, so check smallpdf.com/pricing for current terms. Privatool applies no such cap.
Privacy policy comparison
Smallpdf's privacy policy confirms files are processed on their servers and stored temporarily. They use SSL and claim to delete files automatically, but you are trusting a Swiss-based company with your document contents.
Privatool has no server-side file processing for any free tool. Your files are processed entirely in your browser tab using WebAssembly and JavaScript. Once you close the tab, no trace of your file exists anywhere outside your device.
Pricing model comparison
Smallpdf charges for premium features on a subscription basis. Privatool's core tools are free with no paywalls — the business model is display advertising, not subscriptions.
When Smallpdf wins
- You need PDF-to-Office format conversion
- You need e-signatures and form creation
- You're a business team that needs collaboration features
When Privatool wins
- Privacy is a priority (legal, medical, financial documents)
- You need to process PDFs without rate limiting
- You want no account, no subscription, and no file uploads
What "client-side" actually means here
The distinction matters more than the marketing phrase suggests, so here is the mechanical difference.
When you compress a PDF on a server-based tool, the sequence is: your browser reads the file, opens an HTTPS connection, transmits the bytes, a server writes them to disk, a worker process reads and transforms them, the result is written back to disk, a download link is generated, and a cleanup job deletes both copies later. Your document exists on hardware you do not control, at minimum for the duration of that job.
On Privatool, the sequence is: your browser reads the file into memory and a WebAssembly module transforms it in the same tab. There is no upload request. You can verify this yourself — open DevTools, switch to the Network tab, and run any tool. No request carrying your file body appears, because none is made.
That verifiability is the real difference. A privacy policy is a promise; an empty Network tab is evidence.
Reading the "we delete your files" promise
Most server-based tools, Smallpdf included, state that files are deleted after roughly an hour. That is a reasonable policy and there is no reason to think it is not followed. But it describes what happens after the risk window, not whether one exists.
During processing your document is subject to the provider's infrastructure: backups, log retention, crash dumps, subprocessors, and the legal jurisdiction of the company. For an ordinary file none of this matters. For a signed contract, a medical record, an unreleased financial statement, or anything under NDA, "deleted after an hour" is a different guarantee from "never transmitted".
Smallpdf is a Swiss company, which is a meaningful advantage under Swiss data protection law compared with many alternatives. The point is not that Smallpdf is careless — it is that the architecture requires trust, and client-side processing removes the need for it.
Where Smallpdf's architecture is genuinely necessary
Some features cannot be done in a browser tab, and it is worth being straight about which.
PDF to Word/Excel requires layout reconstruction — inferring paragraphs, tables, and reading order from absolutely positioned glyphs. The engines that do this well are large and often licensed. OCR on scanned documents needs a trained model; browser OCR exists but lags dedicated server pipelines on poor scans. E-signatures need an audit trail, timestamping, and identity verification, all of which are server functions by definition — a signature only a local browser witnessed is not legally useful.
If you need those, Smallpdf is the right tool and the upload is unavoidable. Privatool does not offer them precisely because it would mean breaking the no-upload rule.
Rate limits in practice
A small free-operation allowance sounds mild until you hit a real task. Splitting a 40-page report into sections, compressing each, and merging two of them is already four operations — enough to exhaust a tight free tier partway through a five-minute job.
This is normal freemium design and not a criticism; the free tier exists to demonstrate the product. Check the current allowance and reset window before starting a batch, since both have changed over time.
Frequently asked questions
Is Privatool actually free, or is it free for now?
Free, funded by display advertising rather than subscriptions. There is no per-file cap, no hourly limit, and no account. The trade-off is honest: you see ads, and the tools you use are the ones that can run in a browser.
Does client-side processing mean lower quality?
For the operations Privatool offers, no. Merging, splitting, rotating, and reordering are structural changes to the PDF file format and produce byte-equivalent results wherever they run. Compression uses the same Ghostscript engine, compiled to WebAssembly. The gap appears only in the ML-heavy tasks above.
Can I use Privatool offline?
Yes, once the page has loaded. Because processing does not require a server round-trip, the tools keep working if you lose connectivity mid-task. Server-based tools fail at the upload step.
Which should I use for a confidential document?
Privatool, for anything covered by an NDA, privilege, or regulation — the file never leaves your device, so there is nothing to disclose in a vendor review. For routine documents, either is fine and Smallpdf's broader feature set may save you time.
Is there a file size limit?
Client-side processing is bounded by your device's available memory rather than an upload cap. Very large files (hundreds of megabytes) may strain a low-memory phone, where a server-based tool would offload that work. On a desktop this is rarely a constraint.