uDocumentViewer
Documents.docx

DOCX viewer

ready
About DOCX

Microsoft Word OOXML document.

DOCX is the XML-based word-processing format introduced with Office 2007. Under the hood it's a ZIP archive of XML parts — document body, styles, numbering, headers, footers — alongside any embedded media. This viewer renders the page-faithful layout with docx-preview, including paragraph styles, tables, lists, inline images, and pagination. A parallel Plain mode uses mammoth.js to produce a clean, semantic reading view stripped of pagination chrome, which is handy when you only want the text. Everything runs in your browser; the file never leaves your device.

FAQ
Will my Word formatting survive?
Most of it. Layout mode preserves page size, fonts, paragraph styles, tables, lists, and embedded images via docx-preview. Very advanced features (tracked changes, complex equations, ActiveX controls) may render imperfectly — switch to Plain mode for a clean text pass.
Is my file uploaded?
No. The .docx is parsed entirely in your browser. Nothing is sent to any server.
Why two modes?
Layout mode mirrors what Word would print — useful for reviewing reports. Plain mode produces a clean HTML reading flow via mammoth.js — useful when you just want the prose.
More Documents