Slate PDF

Troubleshooting

How to Work With PDFs Offline

Edit, merge and convert PDFs with no internet connection — on a plane, on a secure network, or when you simply do not want files leaving the device.

August 15, 20262 min read

Working offline is sometimes a constraint and sometimes a choice. On a plane it is imposed; on a secure network it is policy; with a client file it is a decision you make deliberately.

Browser tools work offline once loaded

A tool that processes files in your browser needs the network only to deliver the page. After that, the code is running on your machine and the work is local. Load the page while you have a connection, and it keeps working when you lose one.

This is also the cleanest proof that nothing is being uploaded: a tool that completes the job with the network off could not have transmitted your file.

Preparing for a flight

  1. 1Open the tools you expect to need while you still have a connection.
  2. 2Leave those tabs open — do not close and reopen them.
  3. 3Have your files on the device rather than in cloud storage.
  4. 4Test one operation before you disconnect.

What cannot work offline

TaskOffline?
Merge, split, rotate, reorderYes
Compress and optimiseYes
Convert between formatsYes
Sign, redact, watermarkYes
OCRYes, when the recognition runs locally
TranslateNo — machine translation is a remote service
AI summarisationDepends on where the model runs

The rule is straightforward: anything that manipulates the file can be done locally; anything that needs a language model or a translation engine generally cannot.

On restricted networks

Corporate policies frequently forbid uploading documents to external services, which rules out most online PDF tools. Local processing sidesteps the objection entirely — nothing crosses the network boundary. If you need to make that case to a security team, a Network tab recording showing zero uploads during an operation is the evidence to bring.

Desktop alternatives

Preview on macOS, LibreOffice Draw, and command-line tools all work without a connection by definition. They are the right answer for recurring offline work; browser tools are better for the job in front of you.

Do it now

Merge PDF

Combine multiple PDFs into a single file. It runs in this browser tab — your file is not uploaded anywhere.

Open Merge PDF

Frequently asked questions

Do browser PDF tools work without internet?+

Once the page has loaded, yes — the processing happens locally. Do not reload the tab.

How can I prove a tool is not uploading my file?+

Disconnect after the page loads and run the operation. If it completes, nothing was transmitted.

Can I OCR offline?+

Yes, when the recognition engine runs in the browser rather than on a server.

Why can I not translate offline?+

Machine translation runs on remote infrastructure. There is no local equivalent of comparable quality.

Keep reading