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.
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.
Once the page has loaded, the everyday tasks all work with no connection:
Works offline after first load:
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.
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: