Skip to main content

render_docx

Function render_docx 

Source
pub fn render_docx(source: &str) -> Result<Vec<u8>, String>
Expand description

Build a baseline DOCX archive directly from Rust IR. It deliberately uses WordprocessingML rather than a host document library, so source syntax and document meaning remain inside the core.