Word to PDF
Convert .docx files to PDF in your browser. The document is parsed and rendered locally — nothing is uploaded. Works offline after the page loads.
Drop a .docx file here or
How it works
The converter uses mammoth.js to parse the Word document structure and extract the content as clean HTML. That HTML is then rendered in your browser and converted to PDF using jsPDF. The entire process runs in JavaScript on your device.
Limitations
- Only
.docxformat is supported (Word 2007 and later). Older.docfiles need to be saved as.docxfirst. - Complex layouts, embedded charts, and SmartArt may not render perfectly. Text, headings, lists, tables, bold, italic, and links are well supported.
- Images embedded in the document are included in the PDF.
Common questions
Is my document uploaded to a server?
No. The conversion happens entirely in your browser using JavaScript. Open your browser's Network tab to verify — no upload request is made.
Does this work offline?
Yes. Once the page has loaded, you can disconnect from the internet and it will still convert your files.
Why not just use "Save as PDF" in Word?
You can, and it works well. This tool is for situations where you do not have Word installed, you are on a phone or a borrowed computer.