Is it safe?

← Back to PDF Tools

In short

Yes. When you add a file, this site loads a PDF engine into your browser. The engine runs inside the browser's sandbox, nothing is installed on your computer, your files stay on your device, and every part of it is open source. You can check all of this yourself.

What the engine is

The engine is about 31 MB of files that your browser downloads from this site the first time you use it:

WebAssembly is compact code that your browser runs inside the web page, the same way it runs JavaScript. The engine is not an app for Windows, macOS or your phone: nothing is installed. Your browser keeps the files in its normal cache so the next visit is quick, and clearing the site's data removes them. The site stores nothing else: no cookies and no saved data.

Why it cannot act like a virus

Browsers run web code in a sandbox: a closed space with strict limits. The PDF engine runs in a background part of this page and cannot:

These limits are enforced by your browser, not by us, so you do not have to take our word for them. They are the same limits that protect you on every website you visit.

How we make sure you get the right files

Check it yourself

  1. Nothing is uploaded. Open your browser's developer tools (F12 on most computers), go to the Network tab, and use any tool. No request carries your file.
  2. It works offline. Open a file and wait until the engine is ready, then turn off your internet connection. The tools keep working, which shows the work happens on your own device.
  3. Read the code. The source code link at the bottom of every page gives you all of it.

More

How this site handles your data is explained on the privacy page.