Your PDFs never leave your device
Every PDFTools tool runs inside your browser. Nothing is uploaded, nothing is queued on a server and nothing is deleted later — because your file is never sent anywhere in the first place.
That is a small technical detail with a large practical consequence: you do not have to trust a privacy policy, a retention window or somebody else's infrastructure in order to merge two contracts or shrink a scan of your passport.
How client-side processing works
When you choose a file, your browser reads it from your disk into the memory of the page you have open. It is not a form submission and there is no request carrying the document to a back end. From that point on, the work happens in JavaScript running on your own machine: PDF.js renders the page previews you see in the grid, and pdf-lib builds the new document — copying pages, rotating them, reordering them, re-encoding images or rewriting metadata.
When the tool has finished, the result is handed to your browser as an ordinary download, straight from memory. No temporary copy is written on a server, so there is no “files deleted after one hour” promise to rely on. Close the tab and the document is gone from the page entirely.
The trade-off is that your device does the work. On a modern phone or laptop that is usually faster than uploading, waiting in a queue and downloading again — especially for large files on a slow connection.
Why it matters for sensitive documents
Most of the PDFs people need to fix are exactly the ones they would rather not hand to a stranger:
- Contracts, NDAs and signed agreements that are confidential by definition.
- Medical letters, referrals and test results.
- Passports, driving licences and proof-of-address documents used for ID checks.
- Payslips, bank statements and tax paperwork.
- Client work you are contractually required to keep on approved systems.
With a server-based tool, using it means making a copy of that document on hardware you do not control, governed by terms you probably did not read. The company may be entirely reputable and still be subject to breaches, subpoenas, misconfigured storage or a change of ownership. Processing the file locally removes the whole question: the copy is never made.
How to verify it yourself
You do not have to take our word for it. Two checks take about a minute each.
- 1. Watch the network tab. Open a tool page, press F12 (or Cmd + Option + I on a Mac) to open developer tools and select the Network tab. Tick “Preserve log”, then clear the list, choose a real PDF and run the tool. You will see the page's own scripts and fonts load, but no request that carries your document — no upload, no POST with your file in it.
- 2. Pull the plug. Load a tool page, then set the Network tab to “Offline” or simply turn off Wi-Fi. Now pick a file and run it. The tool still works and still gives you a download. Software that needed a server could not possibly do that.
What this does and does not mean
We would rather be precise than dramatic, so here are the limits of the claim. The site itself is loaded over the internet like any other website, which means our host can see that a page was requested — it just never sees a file. Your finished document is saved to your normal downloads folder, so anything else on your device with access to that folder can read it. Speed depends on your own hardware, and very large or image-heavy PDFs are bounded by how much memory your browser will give a single tab.
We do not claim any certification, audit or regulatory compliance on this page. The claim is narrower and checkable: your file is processed in your browser and is not uploaded.
Every tool, all local
The same applies to every tool on the site — there is no “private mode” to switch on.
Organize PDF
Optimize PDF
See the full directory on the all tools page, or read our privacy policy.
Weighing PDFTools against a bigger suite? Compare it with iLovePDF, Smallpdf or Adobe Acrobat online.
Frequently asked questions
- Do you store my files?
- No. Your files are never sent to us, so there is nothing for us to store, queue or delete later. The PDF is read by your browser from your own disk and the result is written straight back to your downloads.
- Can PDFTools staff see my documents?
- No. A document only exists in the memory of the browser tab you are using. Closing the tab clears it. We have no copy, no logs of file contents and no way to recover a document you processed.
- Does it work offline?
- Yes, once the page has loaded. Load a tool page, disconnect from the network, then pick a file and run it — the tool still works, because all the processing code is already running on your device.
- Is it safe for confidential contracts?
- Local processing removes the upload step entirely, so a contract or NDA never travels to a third-party server. You should still follow your own organisation's rules about which devices and browsers you use for confidential material.
- How is this different from other online PDF tools?
- Most online PDF services upload your file to their servers, process it there and delete it after a retention window. PDFTools does the work in your browser, so there is no upload, no retention window and nothing to trust beyond the page you can inspect yourself.