-
Notifications
You must be signed in to change notification settings - Fork 9
Home
wvbe edited this page Oct 28, 2022
·
1 revision
Welcome to the docxml wiki! "docxml" is a portmanteau of "DOCX", representing the OOXML standard for MS Word documents, and "XML", representing the document source format that our API focuses on.
Besides transforming XML into DOCX, docxml also provides a (class-based or JSX) API to generate DOCX in another way.
docxml was created to make generating a DOCX file from NodeJS or Deno easier.
- General use
- Generating a Word file from XML
- Using JSX or class definitions
- Examples
- Basic XML transformation
- Tables
- Figures
- Hyperlinks
- Comments
- Change tracking
- Notes & caveats