Source .html
HTML
The markup of the web, with structure and styling separated.
- Compression
- Lossless
- Transparency
- Not supported
- Keeps
- Semantic structure, links and inline images
- Gives up
- Fixed pagination — HTML reflows by design
Document converter
Turn HTML files into DOCX without installing anything. The target format on this page is already set to DOCX, so a single file or a whole folder is one press of Convert away.
HTML DOCX
Files travel over TLS and are deleted from the server as soon as the conversion finishes.
HTML is the markup of the web, with structure and styling separated. DOCX is the Office Open XML word processing format — a zipped bundle of XML.
The conversion runs through pandoc and LibreOffice, which parse the HTML into a document tree and write it back out as DOCX rather than doing anything textual or approximate. The DOCX you get back keeps styles, headings, tables, tracked changes and comments, and gives up pixel-exact page breaks, which reflow with the reader's fonts. Heavily designed, multi-column pages are where every converter struggles, so give those a look afterwards.
How it goes3 steps
What each side of this conversion is good at, so you know what you are trading away.
Source .html
The markup of the web, with structure and styling separated.
Result .docx
The Office Open XML word processing format — a zipped bundle of XML.
Other routes in and out of these formats.