Are Online PDF Tools Safe? What Really Happens to Your Files
Most online PDF sites upload your documents to their servers. Learn the questions to ask, and why client-side processing is the safer design.
You would not hand your contract to a stranger to photocopy. Yet that is roughly what happens when you drop a confidential file into most online PDF converters: the file travels to a server you know nothing about, gets processed there, and — you hope — gets deleted afterwards.
The two architectures
- Server-side (most sites): your file is uploaded, processed in their data center, then downloaded back. You are trusting their retention policy, their staff, and their security posture.
- Client-side (MyPDF's design): the processing code runs inside your browser using JavaScript and WebAssembly. The file stays on your device from start to finish. There is nothing on a server to leak, subpoena, or breach.
How to check what a site actually does
- Watch the progress bar: a long "uploading…" phase on a big file means server-side.
- Try the airplane-mode test: load the page, disconnect your internet, then process a file. Client-side tools keep working — MyPDF's tools pass this test.
- Read the privacy policy for words like "files are stored for X hours" — that phrase only exists when files reach their servers.
Which files deserve the most caution
ID documents, payslips, medical records, unsigned contracts, and anything under NDA. For those, client-side processing (or fully offline desktop software) should be your default. If you must use a server-based service, at least password-protect the PDF first and share the password over a different channel.
Frequently asked questions
Does 'we delete files after 1 hour' make a service safe?
It helps, but you cannot verify deletion, and the file was still exposed in transit and at rest. Client-side processing avoids the exposure entirely.
How can MyPDF be free without selling my data?
The tools run on your device, so server costs stay tiny. The service is supported by ads on the website — never by your documents, which we cannot see.
Is my browser powerful enough to process PDFs?
Yes — modern browsers handle files up to ~100 MB comfortably on a typical computer.