The Notion export fix
Notion to Word
Export your page from Notion, drop it here, and get a .docx with real heading styles, real list numbering, checkbox to-dos and tables that keep their header on every page — the document Notion should have given you.
Drop your Notion export (.md, .html or .zip)
In Notion: ••• → Export → Markdown & CSV (or HTML). Everything is parsed locally.
Why the page that looked perfect in Notion falls apart everywhere else
Notion is where an enormous amount of serious writing now happens — resumes, dissertation notes, client proposals, project handovers, lecture summaries. The trouble starts at the moment that writing has to be delivered somewhere that expects a document. Recruiters ask for a Word file. Universities require .docx submissions. Clients want to leave tracked comments. Notion's answer is a PDF that chops tables in half or an HTML file that Word opens as a wall of unstyled text.
Copy and paste is not a fix either: it carries Notion's web styling into Word as hard-coded formatting, so your headings are no longer headings, the outline pane stays empty, list indents drift and every table cell arrives with its own font size.
A structural conversion
This converter throws away Notion's presentation and rebuilds the meaning. A line that was a heading becomes a Word Heading style with the correct outline level, so the navigation pane and any automatic table of contents work. Bulleted and numbered lists become genuine Word numbering rather than typed bullet characters, which means they keep their indentation and continue correctly when you edit them. To-dos arrive as checked or unchecked boxes. Code blocks get a monospaced, shaded paragraph. Tables are written with fixed column widths, a shaded header row that repeats across page breaks, and rows marked so Word never splits one across two pages.
The result is a plain, standards-compliant .docx that opens identically in Microsoft Word, Google Docs, LibreOffice and Pages — ready to accept your own template or corporate style in a single click. Need a PDF at the end instead? Convert the finished Word file with the Word to PDF converter.
Step by step
1. Export the page from Notion
Open the page, click ••• in the top right, choose Export, and pick Markdown & CSV (HTML also works). Include subpages if you want the whole tree.
2. Drop the .md, .html or .zip here
A ZIP export with many pages is unpacked in the browser and you choose which page to convert.
3. Build the Word document
Headings become real Word heading styles, bullets and numbers become genuine list numbering, to-dos keep their checkboxes and tables get a repeating header row.
4. Open it in Word, Docs or Pages
The .docx is a standard OOXML file — edit it, restyle it with a Word theme, or drop it into a template for an application.
Questions people ask
- Why is Notion's own PDF export so bad?
- Notion renders the page as a web document and slices it into pages afterwards, with no awareness of where a table row or a code block ends. That is why long tables get cut mid-row and headings strand at the bottom of a page. Exporting the content instead and rebuilding it as a Word document lets Word do the pagination, which it is genuinely good at.
- Why does Notion HTML look broken in Word?
- Word's HTML importer keeps Notion's CSS class names and inline styles but not its stylesheet, so headings arrive as plain bold text, list indentation collapses and table borders vanish. This converter ignores the styling entirely and maps each block to the native Word element it should have been — so the result responds to Word's own styles and outline view.
- What exactly is preserved?
- Page title, headings one to three, paragraphs, bold, italic, strikethrough, inline code, links, bulleted and numbered lists including one level of nesting, to-do checkboxes with their checked state, quotes, dividers, fenced code blocks and tables. Images from a Notion export are stored as separate files and are not embedded — add those in Word if you need them.
- Can I convert a whole workspace at once?
- Export the section you need as a ZIP and drop it in; every page inside is listed and you convert them one at a time, which keeps each document clean and correctly titled rather than merging unrelated pages.
- Is my document uploaded?
- No. The export is unzipped, parsed and packed back into a .docx entirely inside this browser tab. That matters for the things people actually keep in Notion — resumes, client proposals, thesis notes and salary details.