How to Convert Word to PDF on a Chromebook
On a Chromebook, the fastest route is Google Drive: find the .docx in the Files app, right-click it, choose Open with > Google Docs, then use File > Download > PDF Document (.pdf). If Docs re-flows the layout or you need the file to stay on the device, convert it in a browser tab instead, or press Ctrl + P in any Chrome tab and set the destination to Save as PDF. All three take under a minute and none of them require Microsoft Office.
Why a Chromebook has fewer real options than most guides suggest
ChromeOS runs web apps, Android apps on models that support the Play Store, and Linux apps in a container. It does not run Windows or macOS installers. Desktop Microsoft Word and Adobe Acrobat — the two programs almost every "how to convert Word to PDF" article assumes you already have — cannot be installed on a Chromebook at all. There is no .exe to double-click and no .dmg to mount.
Microsoft's browser version of Word does load in a Chrome tab, but it wants a Microsoft account and the file sitting in OneDrive before it will do anything, which is more work than the alternatives for a one-off conversion.
That leaves three routes that work on any Chromebook, plus a fourth that depends on whether your device has the Play Store. If your Chromebook is managed by a school or district, assume the fourth one is off the table.
Method 1: Google Drive and Google Docs
This is the default answer for a reason — it is built in, and it handles most documents well.
- Open the Files app and locate the .docx, usually under My files > Downloads or under Google Drive.
- Right-click it and choose Open with > Google Docs. (Double-clicking a .docx stored in Drive does the same thing.)
- Docs opens the file with a
.DOCXbadge next to the file name, meaning it is editing the Word file directly rather than converting it into a Google Doc. - Go to File > Download > PDF Document (.pdf). The PDF lands in My files > Downloads.
The caveat is real and worth checking before you hand anything in. Docs re-renders the document in its own layout engine, so fonts that aren't in the Google Fonts library get substituted, line breaks move, and the page count can change. Google's own documentation states that charts embedded in Word files are converted to images on import. Multi-column layouts and floating text boxes are where this bites hardest. Scroll to the last page and confirm nothing has spilled over before you download. If it has, see why layout shifts on conversion and why fonts change.
Method 2: convert in a browser tab, with nothing installed
A managed Chromebook is usually locked down in two specific ways: the admin console blocks Chrome extensions that aren't on an allowlist, and it can set Android apps to "Do not allow" so the Play Store never appears. Neither policy touches an ordinary web page. That is the gap a browser-based converter fills.
The Word to PDF converter on this site runs entirely in the tab — the .docx is parsed and typeset by JavaScript on your machine, and nothing is sent anywhere. Drop the file on the page and the PDF downloads to My files > Downloads. There is no account, no queue, and no file size cap short of 100 MB. It reads headings, bold and italic, colors, indents, bullet and numbered lists, tables with merged cells, and embedded JPG/PNG images (copied into the PDF byte-for-byte rather than re-encoded), and it turns http, https and mailto links into real clickable annotations.
Two honest limits. It typesets with DejaVu Sans, so Calibri, Aptos or a corporate typeface will be substituted — when the exact typeface is the point, Docs or a machine with Word is the better tool. And it does not render headers, footers, footnotes, text boxes, or multi-column section layouts. It also only accepts .docx; a legacy .doc is detected and refused rather than silently mangled (see .doc files that won't convert).
Method 3: Ctrl + P, then Save as PDF
ChromeOS has print-to-PDF everywhere. The keystroke is Ctrl + P. In the print dialog, open the Destination dropdown and choose Save as PDF; if it isn't in the short list, click See more… to get the full one. Then click Save and pick a folder.
One thing to change before you save: expand More settings and uncheck Headers and footers. Left on, Chrome stamps the page URL, the date and the page title along the top and bottom of every sheet, which looks careless on anything you're submitting.
The limitation is that ChromeOS has no built-in renderer for Word files, so you cannot select a .docx in the Files app and hit Ctrl + P. Something has to be displaying the document first. In practice that means you open it in Docs and print from there — at which point File > Download > PDF is fewer clicks anyway. Ctrl + P earns its place for web pages, Gmail messages, and re-saving an existing PDF with different page settings.
The Android Word app, and why school Chromebooks usually don't have it
Most Chromebooks released since 2017 can install Android apps from the Play Store. On those, Microsoft Word for Android works: open the document, tap the three-dot menu, choose Print, then set the printer to Save as PDF. Because it is Microsoft's own renderer, the output matches the original more closely than a Docs round-trip does.
On a school or district device this route is usually closed. Administrators control Android apps through a single Google Admin console setting, and the two common configurations are "block all apps, admin manages allowlist" or Android apps switched off entirely — in which case the Play Store icon simply is not there. You will also need to sign in with a Microsoft account, and Microsoft's licensing for editing on larger screens has changed more than once, so don't count on this working until you've confirmed it on your own device.
If your Chromebook does have the Play Store and you convert documents regularly, our free Android app installs there too and converts on the device.
Where the file lands, and getting it back into Drive
My files > Downloads is local storage on the Chromebook itself. It is not Drive, it does not sync, and a Powerwash (ChromeOS's factory reset) erases it permanently. Files already in Google Drive, Gmail and Google Photos survive a Powerwash; anything in Downloads does not. Many school fleets also clear local user data when you sign out, so a PDF sitting in Downloads may not be there tomorrow on a shared cart device.
To move it somewhere durable, open the Files app and drag the PDF from My files > Downloads onto Google Drive in the left sidebar. Dragging between the two moves the file; Ctrl + C then Ctrl + V into a Drive folder copies it instead. You can also skip the round trip: when you save from the print dialog or from a Docs download, the ChromeOS save dialog lets you pick a Google Drive folder directly rather than accepting the Downloads default.
Check the file has finished uploading before you close the lid. The Files app shows a sync indicator on Drive items that are still transferring.
What still works with no connection
Google Docs only opens offline if you set it up in advance. In the Files app, go to Google Drive, right-click the file, and turn on Available offline — or enable offline access for recent files in Drive's settings. Do this while you still have signal; a file you never marked offline will not open on the bus.
Print-to-PDF via Ctrl + P is entirely local and works with Wi-Fi off, as long as whatever you're printing is already on screen.
A browser converter that runs client-side keeps working offline too, which sounds like a contradiction until you try it: once the page has loaded, there is no server to reach, so you can turn Wi-Fi off and the conversion still completes. That is the same reason the file never leaves the machine. More on both points in converting Word to PDF offline and converting without uploading.