PDF tools are everywhere, and most of the time you're working with something personal — a signed contract, a tax form, a medical letter, a scan of your passport. So it's worth asking: when you drop that file into a website, where does it actually go? The honest answer is "it depends entirely on how the site is built," and the difference matters a great deal.
How most online PDF tools work
The majority of popular PDF websites are server-based. When you select a file, it is uploaded to the company's servers, processed there, and the result is sent back to you for download. This is convenient and works on any device, but it has real implications:
- Your document — including everything in it — leaves your device and sits on someone else's computer, at least temporarily.
- You are trusting their promise to delete it, and trusting their security to keep it safe while it's there.
- The file may pass through third-party infrastructure, and in rare cases be retained in logs or backups longer than expected.
For a holiday flyer, none of this matters. For a bank statement or an ID document, it's a risk many people would rather not take.
The browser-based alternative
Modern browsers are powerful enough to do the work themselves. With browser-based (client-side) tools, the processing happens locally using JavaScript that runs on your own machine. The file is read into your browser's memory, transformed, and handed back to you — and it is never uploaded anywhere. When you close the tab, nothing remains.
That's how every tool on PDFToolsFree works. We use trusted open-source libraries (pdf-lib and PDF.js) that run entirely in your browser, which is why we can honestly say we never see your documents — we have no technical ability to.
How to tell which kind you're using
A few practical signs that a tool runs in your browser rather than on a server:
- It works instantly for small files, with no upload progress bar.
- It often keeps working even if your connection drops mid-task.
- Its privacy policy states clearly that files are processed locally and not uploaded.
When in doubt, read the privacy policy — a trustworthy tool will tell you exactly what happens to your file. You can read ours here.
Simple rules to stay safe
- Never upload sensitive documents to a tool that doesn't clearly explain what it does with them.
- Prefer browser-based tools for anything private.
- Check that the site uses HTTPS (a padlock in the address bar).
- Be wary of tools that require you to create an account or hand over an email just to process a single file.
Want to try a private tool right now? Compress a PDF, merge documents, or split out a few pages — all without your file ever leaving your browser.