Expand description
DOCX-to-HTML and DOCX-to-Markdown conversion.
Works directly from semantic OXML types — no layout engine needed.
Structs§
- Html
Input - Input for HTML conversion.
- Html
Options - Options for HTML conversion.
- Image
Data - Image data for HTML embedding.
Functions§
- to_
html_ document - Convert a DOCX document to a complete HTML document string.
- to_
html_ fragment - Convert a DOCX document to an HTML fragment (body content only).
- to_
markdown - Convert a DOCX document to Markdown.