- Home
- Do typical PDF converters upload your file?
Do typical PDF converters upload your file?
Short answer first, then how to check it for yourself.
Yes. That is how server converters work. It is not a scandal or a hidden practice — it is the architecture. If a website processes your PDF on its servers, your PDF must reach those servers first. The upload is the mechanism, not a side effect.
That applies to essentially every mainstream online converter. The differences between them are in what happens next: how long the file is retained, whether it is encrypted at rest, who can access it, and what the privacy policy commits to. Those are real differences and reputable services take them seriously. But every one of them starts from the same place — your document is now on a computer you do not control.
How to tell whether a site uploads
You do not have to take anyone's word for it, including ours. Every browser ships the tool that answers this question:
- Open the site and press F12 (or right-click, Inspect)
- Switch to the Network panel
- Run a conversion
- Look for a request whose size roughly matches your file
A POST carrying several megabytes is your document leaving. If nothing outbound matches the file size, the work happened locally.
Watch nothing leave
Open DevTools → Network → run a conversion. There is no upload endpoint to receive a file.
Why a browser can do this now
The server model made sense when browsers could not do much. That stopped being true some years ago. WebAssembly lets real libraries — image decoders, OCR engines, PDF parsers — run at close to native speed inside a tab. imissfiles uses pdf-lib and PDF.js for PDFs, libheif for iPhone photographs, and Tesseract for text recognition, all served from this domain and executed on your machine.
The trade is honest and worth stating: your device does the work, so a very large file can exhaust a browser tab where a server would not have blinked. In exchange, nothing is transmitted, there is no queue, and there is no daily cap.
What happens to the file
| Typical online converter | imissfiles | |
|---|---|---|
| Where the file goes | Their server | This tab |
| Account | Often, or after a few jobs | Never |
| Daily cap | Common | Your device's memory |
| You can verify it | A privacy policy | The Network panel |
When a server converter is fine
Most of the time. A restaurant menu, a public report, a flyer, a manual — there is nothing at stake and the convenience is real. The calculation changes for documents whose contents are the point: contracts, statements, medical letters, identity documents, anything with a signature or an account number on it. Those are worth doing locally, and they are the reason this site exists.
More on how this site handles files is on the privacy page.
Common questions
Do online PDF converters delete my file afterwards?
Reputable ones say they delete uploads after a set period, and most likely do. You cannot verify it from outside, which is the difference between a promise and a proof.
Is it safe to upload a bank statement to a converter?
It depends on your risk tolerance and the service. The safer answer is not to upload it at all when a browser-based tool can do the same job locally.
How do I check if a website uploads my file?
Open developer tools, go to the Network panel, and run the conversion. A large outbound request means the file left your machine.
Does imissfiles upload anything?
No file, ever. There is no endpoint to receive one. Display ads and analytics do load, and those are disclosed on the privacy page — but they never receive the file.
Why do most converters work this way?
Historically because browsers could not run the necessary libraries. That constraint has largely gone, but the architecture stayed.
Tools on this page
- Compress PDF — Shrink a PDF for email without sending it anywhere.
- Merge PDF — Combine PDFs in any order, in this tab.
- HEIC to JPG — iPhone photos into JPEGs anything can open.
- PDF to Word — Editable .docx from a PDF text layer.