HTML to DOCX
BetaPaste or drop HTML and download an editable Word .docx. Headings, lists, tables, links, bold and italic become real Word structure; CSS layout is not cloned. Nothing is uploaded or fetched.
- Free, no sign-up
- Updated
- Reviewed by Olgun Ozoktas
Written into the Word file's properties. Prefilled from the page's <title>, else its first heading, else the file name.
Paste HTML on the left, or drop a .html file, to see what the Word file will contain.
Preview
What the Word file will contain: structure only, no CSS, sandboxed.
The preview of the Word file's content appears here.
Your HTML stays on your device
The HTML is read and the .docx is built in your browser. Nothing is sent to FindUtils or anywhere else, and no remote image, stylesheet or script is fetched — you can confirm it in your browser's network panel while converting.
Why Use Our HTML to DOCX Converter?
This converter reads HTML into a small block model — headings, paragraphs, list items with a nesting level, tables with header rows, code blocks, quotes, rules and images — with formatted runs for bold, italic, underline, strikethrough, inline code and links. It then writes that model with the docx package into an ordinary .docx: h1 to h6 become Word's Heading 1 to Heading 6 styles, ul and ol become bulleted and numbered lists with up to eight nesting levels, tables become full-width Word tables with a shaded header row, http, https and mailto links become real hyperlinks, pre becomes a shaded monospace block, blockquote an indented italic paragraph, hr a rule.
What is dropped is dropped deliberately. Scripts, styles, hidden elements and form controls are ignored. CSS is never interpreted: classes, inline styles, floats, grids and columns have no effect, because a Word file that tries to imitate a web layout is neither a good page nor a good document. Relative links and javascript links become plain text. Only images already embedded as data URLs in PNG, JPEG, GIF or BMP are placed, at their pixel size and at most 550 pixels wide; a remote image is left out and counted, because the page fetches nothing.
Everything runs in the browser. The HTML is not uploaded, and no remote resource is requested during the conversion. The preview frame is sandboxed and shows the block model itself, so what it shows is what the Word file holds.
How it compares
Opening an HTML file directly in Word works for a simple page and turns into a layout puzzle for anything with a stylesheet. Copying from a browser and pasting into Word carries fonts, colours and spacing that then have to be cleared. Online converters upload the page, and the page may be an unpublished article or a client's draft. This converter keeps the job to one paste and keeps the markup in the tab, and it is the reverse of the DOCX to HTML page, so an article can make the round trip without leaving FindUtils.
HTML to DOCX Tips
- Paste the article body, not the whole site page. Navigation, sidebars and cookie banners are content to the converter and end up in the Word file.
- Use real HTML lists. A paragraph that starts with a typed bullet character stays a paragraph; <ul> and <ol> become Word lists with their nesting.
- Images must already be embedded as data URLs to be placed. A remote image is left out and counted, because the page never fetches anything; download it and insert it in Word afterwards.
- Put the header row in <thead>, or make its cells <th>. Either one becomes a shaded, bold header row that Word repeats across page breaks.
- Do not expect columns, floats or grids. CSS is not read; the document flows top to bottom the way the HTML does, which is what an editable Word file needs.