How to Convert Word to PDF Offline
If Microsoft Word is installed, you already have the answer: File > Save As, choose PDF in the file-type dropdown, save. Nothing in that path touches the internet. If Word is not on the machine, three other routes work with the Wi-Fi switched off — LibreOffice Writer, the macOS Print dialog, and a converter that runs inside your browser tab or on your phone.
Word converts locally, and always has
Word's PDF export is a local feature. It does not call a server, does not check a license over the network, and works in airplane mode.
- File > Save As, pick a folder, open the file-type dropdown under the filename, choose PDF, click Save.
- Or File > Export > Create PDF/XPS Document > Create PDF/XPS, which lands in the same place with a couple of extra options.
Two things to check before you send it. In the Save dialog, Options controls whether document properties and markup go into the PDF — if Track Changes has been on, Word can print insertions, deletions and comment balloons into the exported file. Set the Review tab's display to No Markup first, or read what happens to comments and tracked changes. The other is Minimum size (publishing online) versus Standard: minimum size downsamples images, which matters if the PDF is going to a printer.
LibreOffice Writer: free, offline, install once
LibreOffice is the strongest free offline option, and the one worth installing before you need it, because downloading it requires the connection you do not have. It opens .docx and also legacy .doc, .odt and .rtf.
The path is File > Export As > Export as PDF, which opens a dialog with image compression, PDF/A archival output and password settings. There is also an Export as PDF toolbar button that skips the dialog.
For a folder of files at once, LibreOffice ships a command line that runs with the app closed:
soffice --headless --convert-to pdf *.docx --outdir ~/PDFs
On macOS the binary lives at /Applications/LibreOffice.app/Contents/MacOS/soffice. Fidelity is good but not perfect — LibreOffice substitutes fonts it does not have, so a document set in Calibri or Aptos on a machine without them will shift slightly. More on why that happens in fonts changing during conversion.
On a Mac, print to PDF from whatever opens the file
macOS has a system-wide PDF writer built into the print dialog. Open the document in any app that can display it, then File > Print, and use the PDF dropdown at the bottom-left of the dialog: Save as PDF. No printer needs to be connected, and no connection is involved.
The catch is which app you use to open the .docx. Pages and TextEdit will both open one, but both re-flow the layout on import — TextEdit in particular drops most of the styling. If Pages is what you have, its own File > Export To > PDF is the better route, and you should still check the page breaks before sending. For anything where the layout is the point, use Word or LibreOffice instead.
A web page that keeps converting after the signal drops
This is the part most people do not expect. A web converter is not automatically an upload service. On this site's converter, the code that reads the .docx and writes the PDF is JavaScript that downloads into your browser tab along with the page. Once the page has finished loading, the conversion happens on your own CPU, and the file never leaves the device.
You can prove it in about thirty seconds:
- Open the converter page and wait for it to finish loading.
- Turn on airplane mode, or pull the Ethernet cable.
- Drop a .docx onto the page.
- The PDF downloads as normal.
The one thing that does need a connection is that first page load. After that, keep the tab open — a manual reload with no connection may fail, depending on what your browser has cached. Do not count on cache; count on the open tab.
It has real limits, and they apply offline or online: it typesets with an embedded DejaVu Sans rather than reproducing Calibri, it skips headers, footers and footnotes, and it will not handle Chinese, Japanese, Korean or Thai text. For a plain report, a resume or a letter it is fine. For a designed document, Word's own export is the honest recommendation.
On a phone, the conversion happens on the device
Both mobile routes work in airplane mode, provided the file itself is actually stored on the phone rather than sitting in iCloud or Drive as a placeholder.
iPhone and iPad: in the Files app, long-press the .docx and choose Create PDF. The PDF appears in the same folder. Our iOS app converts on device too, and adds control over the output that the Files shortcut does not give you. More options in converting on iPhone.
Android: open the file in the Microsoft Word app, tap the menu, choose Print, and pick Save as PDF as the destination — Android's print system writes the file locally. The Android app does the same job without needing Word installed. See converting on Android.
Install whichever you plan to use while you still have signal. An app store download is the one step that cannot be done at 35,000 feet.
What will not work: anything that uploads
Mainstream converters upload the file to their own servers to do this — what that actually means is worth two minutes if the document is sensitive.
Airport and inflight Wi-Fi makes it worse rather than better: captive portals intercept requests, and upload speeds are usually a fraction of download speeds, so a 12 MB document with images can sit there for minutes and then fail.
You can tell the two kinds apart before you need to. Open the tool, disconnect, and convert one small file. A local tool finishes; an uploader stalls. Converting without uploading covers how to check what a page is actually doing, and whether online conversion is safe covers the privacy side of the same question.
A two-minute checklist before you fly
- Convert the documents you already know about now, while you have a connection and the right software.
- Install one offline converter: LibreOffice on a laptop, or the iPhone app or Android app on a phone.
- If you would rather not install anything, open the converter page before you board and leave the tab open. Do not reload it.
- Check the file extension. A legacy
.docneeds Word or LibreOffice — most browser tools, including this one, only read.docx. See why a .doc file will not convert. - Make the files genuinely local. In the Files app or Google Drive, a cloud icon next to a filename means the contents have not been downloaded yet, and it will not open offline. Tap it to download while you still have signal.