๐Ÿ”’ Privacy & security

Is it safe to upload your PDF online?
A practical privacy guide.

You need to merge two PDFs, compress a resume, or convert a document. The first Google result looks convenient. But where does your file actually go? Here's what happens behind the scenes โ€” and how to tell the safe tools from the risky ones.

๐Ÿ“… August 7, 2026 ยท 6 min read ยท Privacy guide

The question everyone asks

"I need to merge two PDFs โ€” is it safe to use an online tool?" It's a reasonable question. You're about to hand a document to a website you've never heard of. Maybe it's a contract. Maybe it's a medical record. Maybe it's a resume with your phone number and home address.

The answer depends entirely on how the tool processes your file. And there are two fundamentally different models.

What happens when you upload a PDF

When you use a typical online PDF tool โ€” the kind that says "Upload your file" โ€” here's what actually happens:

  1. Your PDF travels over the internet to a server you don't control.
  2. The server's software processes it (merge, compress, convert, etc.).
  3. The result is sent back to you.
  4. The server may delete your file. Or it may not.

Step 4 is the problem. You're trusting the vendor's word that your file is deleted. But server logs, backups, CDN caches, and error-reporting systems can all retain copies of your file without the vendor even realizing it.

The 3 risk levels of online PDF tools

High risk: Free tools with no privacy policy

These sites have no privacy policy, no company name, no address. They're covered in ads. They exist to harvest files โ€” either for data mining, for training AI models, or simply because the operator doesn't know how to secure a server.

Red flags: No "About" page, no privacy policy, excessive ads, file size limits that seem designed to push you to a paid tier, no mention of where your data is stored.

Medium risk: Freemium SaaS (Smallpdf, ILovePDF, SodaPDF)

These are legitimate companies with privacy policies and data retention rules. They process your file server-side, then claim to delete it after a set period (usually 1-2 hours). For non-sensitive documents, this is often acceptable.

But "delete after 1 hour" has caveats:

Verdict: Fine for public documents. Risky for anything confidential.

Zero risk: Client-side tools (like ours)

Client-side tools process your file entirely in your browser. The file never leaves your device. There's no upload, no server processing, no retention policy โ€” because there's nothing to retain.

This is what PDF Toolkit AI does. Every tool โ€” compress, merge, split, OCR, AI summary โ€” runs locally using JavaScript libraries like pdf-lib, pdf.js, and Tesseract.js.

How to verify a tool is truly client-side

Don't just take a website's word for it. You can verify in 30 seconds:

Test 1: The Network tab

  1. Open the tool in your browser.
  2. Press F12 to open Developer Tools.
  3. Go to the Network tab.
  4. Upload a PDF.
  5. Watch the network traffic.

If you see a large POST request with your file going to a server โ€” it's not client-side. If the only network traffic is the initial page load and CDN resources (CSS/JS), the tool is processing locally.

Test 2: The offline test

Load the tool, then disconnect your internet (turn off Wi-Fi). Try processing a PDF. If it works, the tool is client-side. If it fails with a network error, it depends on a server.

Test 3: Read the source

Client-side tools load all their processing code in your browser. You can read the JavaScript. Look for libraries like pdf-lib, pdfjs-dist, tesseract.js in the source code โ€” these are client-side PDF libraries.

Real-world horror stories

These are composite scenarios based on documented incidents:

The litmus test

Before uploading any PDF to an online tool, ask yourself:

"If this file were printed on paper, would I hand it to a stranger on the internet?"

If the answer is no โ€” and for most professional documents, it should be โ€” use a client-side tool instead.

FAQ

Doesn't HTTPS protect my file during upload?
HTTPS encrypts data in transit (between your browser and the server). It prevents eavesdropping. But once your file arrives at the server, HTTPS offers zero protection. The server can store, analyze, or leak your file regardless of HTTPS.

What about "we delete files after 1 hour"?
This is a promise, not a guarantee. Backups, logs, and caching layers can retain copies beyond the stated deletion time. And "deletion" may mean soft-deletion (hidden from the UI but still on disk) rather than secure erasure.

Are client-side tools slower?
For files under 100 MB, the difference is negligible โ€” often faster because there's no upload/download round trip. For very large files (500 MB+), a server with a powerful CPU may be faster, but you're trading speed for privacy.

Can a website steal my files through JavaScript?
A malicious website could theoretically read files on your device if you grant it access (e.g., through a file picker). But reputable client-side tools only access the file you explicitly select, process it in memory, and never transmit it. Always check the Network tab if you're unsure.

Takeaway

Not all online PDF tools are created equal. The key distinction isn't "free vs. paid" โ€” it's server-side vs. client-side. Server-side tools require you to trust a third party with your file. Client-side tools don't.

Every tool on PDF Toolkit AI is client-side. Your files never leave your browser. That's not a marketing claim โ€” it's verifiable with your browser's DevTools in 30 seconds.

Explore our private tools โ†’