Can you edit PDFs offline? How in-browser tools work without internet

Yes — you can edit, merge, split, and convert PDFs offline in your browser, without installing anything. In-browser tools load their code once, then run entirely on your device, so they keep working with no internet connection. Open the tool’s page while you are online, then use it on a plane or anywhere offline. Server-based tools cannot do this, because they need to upload your file.

Needing to work with a PDF on a flight, in a dead zone, or on a locked-down network is common — and you do not need a desktop app for it. Tools that process files in your browser keep working once loaded. Here is how, and what to expect.

How a browser tool works offline

When you open the page, the tool’s code (JavaScript and WebAssembly) downloads to your browser once. After that, it runs locally: your file is opened and processed on your device with no server round-trip. That is the same reason it is private — nothing is uploaded.

What you can do offline

Once the page has loaded, the everyday tasks all work with no connection:

Works offline after first load:

Use a PDF tool offline — step by step

  1. Open the tool’s page while you still have internet, so its code loads.
  2. Disconnect — turn off Wi-Fi or go into airplane mode.
  3. Use the tool on your file as normal; everything runs on your device.
  4. Download the result. It never needed the network.

The limits of offline

The first page load needs a connection, and a few heavy features (such as OCR for scanned text) download extra data the first time you use them. Processing is bounded by your device’s memory rather than a server’s. Anything that genuinely requires a server — which, for these tools, is nothing — would not work.

Offline is also a privacy signal

If a tool keeps working with your internet switched off, your file is not being uploaded — there is no server involved. It is one of the simplest ways to confirm a tool is truly private.

Related:

Frequently asked questions

Can I edit a PDF without internet?
Yes — open a browser-based editor while online so it loads, then you can edit, merge, split, or convert PDFs with the connection off. Everything runs on your device.
Do I need to install an app to edit PDFs offline?
No. In-browser tools run inside your existing browser; there is nothing to install. They just need to load once while online.
How do I know a tool works offline?
Load its page, switch off your internet, and try it. If it still works, it runs on your device; if it fails, it was relying on a server.
Why do some online tools stop working offline?
Because they are server-based — they upload your file to be processed remotely, so with no connection there is nowhere to send it.