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.

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.

Word to PDF Converter

Turn a .docx document into a clean, shareable PDF — right in your browser.

📄
Drop your Word file here
or click to choose a .docx · up to 100 MB
Choose file

    🔒 Private by design: files are converted in your browser and never uploaded.

    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:

    1. Open the converter page and wait for it to finish loading.
    2. Turn on airplane mode, or pull the Ethernet cable.
    3. Drop a .docx onto the page.
    4. 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

    1. Convert the documents you already know about now, while you have a connection and the right software.
    2. Install one offline converter: LibreOffice on a laptop, or the iPhone app or Android app on a phone.
    3. If you would rather not install anything, open the converter page before you board and leave the tab open. Do not reload it.
    4. Check the file extension. A legacy .doc needs Word or LibreOffice — most browser tools, including this one, only read .docx. See why a .doc file will not convert.
    5. 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.

    Quick answers

    Can I convert a .doc file offline?
    Yes, but only with software that reads the legacy binary format — Word and LibreOffice Writer both open .doc and export to PDF with no connection. Browser-based converters, including this site's, read .docx only and will tell you to re-save the file first, which itself requires Word or LibreOffice.
    Does Google Docs work offline for PDF export?
    Docs offline has to be enabled in advance, in Chrome, while you still have a connection, and only files you have marked for offline use are available. Even with it switched on, File > Download > PDF Document is not something to rely on mid-flight. Export the PDF before you lose signal.
    Will an offline conversion look the same as Word's own export?
    Only if it is done in Word, or in an app that has the same fonts installed. LibreOffice and browser converters substitute typefaces they do not have, which changes line breaks and can push text onto an extra page. Body text in a standard font usually survives; a document laid out around a corporate typeface will not match exactly.
    Once the app is installed, does it ever need a connection?
    No. The iOS and Android apps parse the .docx and write the PDF on the device, so the file never leaves the phone and conversion works in airplane mode. The only network use is the initial download from the App Store or Google Play.
    I need to go the other direction — PDF back to Word — with no signal. Is that possible?
    That is a different job, and a harder one, because it means reconstructing an editable layout rather than printing a fixed one. Our sister site covers it at pdftoword.appsoverflow.com, including its browser tool that also runs locally once loaded.

    More free tools