No processing of your file contents takes place on any server. You need no data-processing agreement with gottrix to handle confidential or business documents.
Hosted in GermanyGlobal Content Delivery
Origin servers at Hetzner in Germany, delivered worldwide through a content delivery network. Your file contents are never transmitted in the process - they never leave your device.
Anyone wanting to publish or reuse the content of a Word document on the web otherwise fights the bloated HTML that Word itself exports: hundreds of inline styles, empty span elements, broken lists. This tool takes your .docx file and produces lean, semantic HTML - headings become h1 to h6, bold becomes strong, italics become em, bullet lists become ul and ol, tables become table. The result can go straight into a web page, a CMS or a Markdown workflow.
The conversion maps the structure, not the pixel-exact look: it translates the meaning of the Word styles (Heading 1, Quote, List Paragraph) into matching HTML elements. Embedded images are written directly into the HTML file as a data URI, so a single self-contained file results. The document gets a clean head with UTF-8 encoding and the file name as the title.
Everything runs entirely locally in the browser via the mammoth library - your document never leaves your device, which for contracts, applications or internal texts is the decisive point. Honestly framed: the structured running text including images and links is carried over. Complex Word layout quirks (text boxes, multi-column setting, headers and footers, exact fonts, spacing and colours) are deliberately not reproduced, because clean web HTML abstracts away from exactly those. So you get content instead of layout cruft.
Specifications
Specifications
Input formats
DOCX
Auto-conversion
PDF
Output format
HTML
Batch processing
No
Processing
Locally in your browser (JavaScript)
File upload
None
In 3 steps
Drop your Word file (.docx).
The conversion runs automatically.
Download the HTML.
Limitations: Converts .docx (Word) into a self-contained, semantic HTML file (headings, bold/italic, lists, tables, links; embedded images as data URI). Only .docx (not the old .doc). The structure is mapped via Word styles, not the pixel-exact layout (text boxes, columns, headers/footers, exact fonts/spacing are omitted). Document-level metadata (author, created/modified date, company, comments) is not read out; the HTML title is simply the file name. Invalid or corrupt files are rejected with a clear message.
FAQ
Is the exact Word layout preserved?
No. The semantic structure (headings, lists, tables) is carried over, not the pixel-exact look with fonts, spacing and columns.
What happens to images in the document?
They are embedded directly into the HTML file as a data URI, so a single self-contained file results.
Are old .doc files supported too?
No, only the modern .docx format (Office Open XML). Open a .doc in Word first and save it as .docx.
Is the HTML clean enough for the web?
Yes, it is lean semantic HTML without the flood of inline styles that Word itself exports.
Is my document uploaded?
No, the conversion happens entirely locally in the browser; the document never leaves your device.