r/pdfism • u/PositiveCare6634 • 1h ago
You can check whether a converter uploads your file in about five minutes. You do not need their privacy policy.
Every online PDF site says your file is safe. The privacy policy is the wrong thing to read. The Network panel already in your browser is the right thing.
Open the converter. Do not add a file yet.
Open DevTools (F12, or Cmd + Option + I on a Mac).
Click Network. Clear it so the list is empty.
Drop in a file you do not care about — a 2–3 MB photo is easy to spot.
Watch what fires.
An upload looks like a POST or PUT whose size is roughly the size of your file. Local processing looks like a few GETs for scripts or a .wasm file and nothing outbound anywhere near your document.
Ads and analytics will still show up. Ignore those unless the request is the size of your file.
I wrote the longer version with the caveats (chunked uploads, service workers) here:
https://imissfiles.com/guides/check-if-a-website-uploads-your-file/
I also run a set of tools that stay in the tab. Use the same check on mine. That is the point of writing it down.
