PDF Kami EU-Hosted

Blog

Where do your files actually go when you use an online PDF converter?

Contract, payslip, internal report: what happens to a PDF once you drop it on a conversion site, and how to convert files without them ever leaving your computer.

You google "merge pdf" or "compress pdf", click the first result, drop your file in and download the result. Thirty seconds, free, job done.

Between the drop and the download, one question almost always goes unasked: your file has just been copied onto someone else's computer. A tenancy agreement, a payslip, a quote with your margins on it, a medical record, a confidential report from work.

This article walks through what actually happens, what you should be checking, and why one approach makes the whole question go away: processing the PDF in your browser, without ever sending it anywhere.

What actually happens when you "drop" a file

The vast majority of online PDF tools work like this:

  1. Your browser uploads the whole file to the service's servers (usually with a cloud provider, sometimes outside Europe).
  2. The server processes it: merging, compressing, converting.
  3. The result is stored temporarily and you're handed a download link.
  4. The original and the result are deleted… eventually, depending on the service's policy.

"Online" is a misleading word. The work isn't done online; it's done on their machines. Your browser is just the front desk.

Diagram comparing a typical online PDF converter, which uploads your file to a third-party server, with in-browser processing on PDFKami, where no data leaves your computer

The questions you should be asking

Before you drop a sensitive document on a conversion site, you should be able to answer these. In practice, almost nobody can:

How long is the file kept? Minutes? Hours? Longer if you have an account? The answer is in the privacy policy, rarely on the tool's own page.

Where are the servers? For EU citizens' personal data, hosting outside the EU means a different legal regime (GDPR, international transfers).

Who can get at it? The service's staff, its subcontractors, the hosting provider? If there's a breach, your documents are part of what leaks.

Is the file analysed? Some services extract metadata, index the content to "improve the service", or use it for training.

What are the adverts paying for? A free tool plastered with banners is monetising your attention — and sometimes your browsing data, through the dozens of third-party trackers that land alongside the cookie banner.

None of this means these services are dishonest. Plenty are perfectly serious. But you're trusting them by default, without checking, with documents you'd never email to a stranger.

Who this really matters to

The alternative: don't send the file at all

There's a way to remove the problem rather than manage it: do the processing on your own computer, inside the browser.

Modern browsers are powerful enough to merge, split, compress or convert a PDF locally, in JavaScript or WebAssembly. The web page reads the file, transforms it in your machine's memory and hands you the result as a download — without a single byte going to a server.

That's how PDFKami works:

In practice, that covers the everyday jobs: merge PDFs, compress a PDF, split or reorder pages, turn images into a PDF, convert Word to PDF, convert Markdown to PDF, add page numbers.

How to check a tool is local yourself

You don't have to take a site's word for it. Three checks, easiest first:

  1. The Wi-Fi test. Load the page, kill the connection, run the conversion. If it works, the processing is local.
  2. The browser's Network tab. Open the developer tools (F12 → Network), run the conversion and watch for a request carrying your file. On a local tool, there's nothing. PDFKami goes a step further: its security policy (CSP) technically forbids the page from opening any outbound connection to another domain. That isn't a promise; it's a rule your browser enforces.
  3. The file size. A 200 MB PDF processed in two seconds on an ordinary connection can't have been uploaded. It stayed with you.

Where the local approach falls short

To be honest: not everything can be done in a browser. Optical character recognition (OCR) on large documents, faithful PDF-to-Word conversion, or qualified electronic signatures need resources or trusted third parties that a web page alone can't provide. For those, pick a service whose retention policy you've actually read — or install software on your own machine.

For everything else — which is 90% of day-to-day PDF work — there's no longer any reason to send your files to anyone.

Your files are yours. Process them on PDF Kami, right in your browser.

FAQ

Are online PDF converters dangerous?

Not necessarily, but they mean handing your file to a third party whose retention policy and hosting you usually know nothing about. For a sensitive document, a tool that processes locally takes the question off the table.

How do I know whether a PDF tool processes my files locally?

Cut your internet connection after the page has loaded: if the conversion still works, the file isn't going anywhere.

Is a tool with no cookies even possible?

Yes. Cookies exist to identify users, measure audiences or serve adverts. A tool that does none of those things doesn't need them.

Can I use PDFKami at work, under the GDPR?

Since your files never leave your machine, no personal data is sent to PDFKami. Do check your organisation's internal policy on web tools, though.

Read next

← All articles