Does the site upload your PDF?
Open the Network tab of the developer tools (F12), clear the list and run the operation. If a POST request appears at roughly the size of your file, the file was uploaded to a server. If the only requests are libraries and fonts, always the same size regardless of which PDF you pick, processing is local. The test takes under a minute and works on any site, this one included.
Verified 2026-07-31
- Four step test: F12, Network tab, clear, run the operation, look at the size column.
- Stronger proof: repeat with a 1 MB file and a 20 MB file. If outbound traffic does not change, nothing was uploaded.
- Alternative proof with no tools: turn on aeroplane mode after the page loads. If the tool still works, it is local.
- A privacy policy describes what a company promises to do. The Network tab shows what the site does.
- At BestPDFInTheWorld none of the twelve tools uploads the file. Compressing is free, up to 10 MB, five times a day; the rest costs EUR 1.99 per month.
Why this is verified rather than believed
Every PDF service says it respects your privacy. The sentence distinguishes nothing, because everyone writes it. What distinguishes is the architecture, and architecture leaves an observable trail in the browser.
A service that processes on a server has to receive the file. There is no way to hide it: the bytes cross the network and the browser records them. A service that processes locally has nothing to send, and that absence is visible too. Neither party needs to be trusted.
The Network tab test, step by step
- Open the tool's site and let it load completely.
- Press F12. In Safari, enable the Develop menu in preferences first.
- Pick the Network tab. Press the clear icon to empty the list.
- Choose your PDF and run the operation to the end.
- Sort the list by the size column, largest first, and look at the top.
If there is a POST request whose size is close to the size of your file, the file was uploaded. That is the conclusion, and it admits no other reading.
The version that removes all doubt
A single request can be mistaken for something else. The way to remove the doubt is to vary the input: run the same operation with a 1 MB PDF and then with a 20 MB one. If outbound traffic is the same in both cases, the file did not travel. If it grows proportionally, it did.
Six signals, without opening developer tools
| Observed signal | Indicates | Why |
|---|---|---|
| POST request the size of the file | Server | The file was uploaded. |
| Outbound traffic grows with bigger files | Server | Direct proof of upload. |
| An "uploading" progress bar | Server | Only makes sense with a network in between. |
| Works with aeroplane mode on | Browser | No network means no upload is possible. |
| The fan spins up on large files | Browser | The work is done by your processor. |
| Same wait for a 1 MB and a 20 MB file | Browser | Time does not depend on the network. |
The aeroplane mode test
It is the simplest of all and needs no tools. Open the page, let it load, then turn off the network (aeroplane mode, or unplug the cable). Then try to use the tool. If it works with no network, processing is local by definition, because there is nowhere to send anything. If it fails, it depended on a server.
On this site the test passes: the twelve tools keep working with no network once the page has loaded a single time.
What it changes in practice
Processing locally is not an aesthetic preference. It changes what can possibly happen to the document:
- Retention: there is no server copy to delete after two hours, because there never was a copy.
- Jurisdiction: it does not matter which country the provider's servers are in, because the file never went there.
- Third party access: a court order served on the provider does not produce the document, because the provider does not have it.
- Security breaches: an intrusion into the provider's servers does not expose your files, for the same reason.
- Professional duty: lawyers, doctors, accountants and public servants have confidentiality duties that a retention policy does not satisfy on its own.
Where local processing falls short
Being local does not solve everything, and it is better said before someone finds out alone:
- Optical character recognition on scans does not exist here. A scan with no text layer still has no text.
- The size ceiling becomes browser memory, and it is lower on a phone than on a computer.
- There is no API automation, because there is no server to call.
- The page itself is still served over HTTPS, and Google measurement only starts after you accept. It is the file that never enters the conversation.
Does the site upload your PDF?
How do I know a PDF site is safe?
Open the Network tab, run the operation, and see whether a POST request the size of your file appears. That answers the question as a fact, unlike reading the privacy policy, which describes intentions.
Do iLovePDF and Smallpdf upload my files?
Yes, both process on servers, so they receive the file. They state that they delete it after a short period, which is a credible contractual promise, but it remains different from the file never having been sent.
Is there a PDF tool that works without internet?
Yes. Once the BestPDFInTheWorld page has loaded a single time, the twelve tools work with the network off, because they run in your browser. The PDF24 desktop program on Windows also works offline.
Why should I believe you upload nothing?
You should not. You should verify, with the same test you would apply to any other site. That is the point of this guide, and it is why the method comes before any claim of ours.
Is browser processing slower?
It depends on the file and the computer. On small files it is usually faster, because there is no network wait in either direction. On very large files a dedicated server wins, and on an old phone the difference shows.
Keep reading
PDF too big to email
The real limits of Gmail, Outlook and the rest, and why 25 MB is not 25 MB.
Why some PDFs shrink 80% and others not at all
What compression actually does, the three levels with exact DPI, and when splitting is better.
PDF passwords: what actually protects
The two PDF passwords, the four ciphers, and why one of them comes off with a click.
Run the test on us.
Open the tools with the Network tab showing. That is what this guide is for.
Open the twelve tools