How to Handle Sensitive PDFs Safely
Some documents are routine. Others — a tax return, a medical record, a signed contract, a scan of your passport — carry information that could cause real harm in the wrong hands. For these, how you process a file matters as much as what you do to it.
What counts as a "sensitive" document?
If a file contains any of the following, treat it as sensitive:
- Identity information — passports, driver's licenses, national ID or social-security numbers.
- Financial details — bank statements, tax returns, pay slips, card numbers.
- Health information — medical records, test results, insurance claims.
- Legal material — contracts, settlements, anything under confidentiality.
- Other people's data — HR files, client records, anything you're responsible for protecting.
The core risk: where does the file go?
The single biggest privacy decision when processing a document is whether it leaves your device. Most "free online PDF" tools are server-side: they upload your file to be processed. For sensitive material, that introduces retention windows, breach exposure, and reliance on a policy you can't audit. (We cover this in depth in Are online PDF tools safe?.)
Practical steps for sensitive PDFs
- Prefer client-side tools. Use tools that process the file in your browser without uploading it. With CrunchyPDF, the file never leaves your device — there's nothing to intercept or store.
- Verify, don't just trust. Open developer tools (
F12) → Network tab and run the tool; confirm your file isn't being uploaded. - Send only what's needed. Use Split to share just the relevant pages, not an entire file full of extra personal data.
- Mind your downloads folder. After processing, sensitive output sits in your downloads. Move it somewhere secure and clear it from shared or public computers.
- Use encryption for sharing. When you must send a sensitive file, use a method with proper access controls or password protection rather than an open link.
- Keep an untouched master. Before compressing (which is lossy and removes searchable text), keep the original safe.
A word on "free"
Free tools have to cover their costs somehow. Most do it honestly — through advertising, for example. But it's worth being alert to services whose business model is unclear, especially if they're handling your most private files. Transparency about how a tool makes money, and a clear privacy policy, are good signs. (Ours is on our Privacy Policy page.)
Why client-side is the safe default
For sensitive documents, the most reassuring answer to "what happens to my file?" is "nothing left your computer." That's the entire reason CrunchyPDF exists. Every tool — compress, merge, split, and both image conversions — runs locally in your browser. We can't read, store, or leak your documents because we never receive them in the first place. For confidential material, that structural guarantee beats any promise.