What problem does it solve?
Provides a robust, production-ready pipeline to create, modify, and reformat .docx files without corrupting OpenXML structure, preventing common failures like invalid element ordering, lost images/relationships, broken styles, and incorrect CJK rendering.
Core Features & Use Cases
- Create new DOCX documents from structured JSON or C# OpenXML scripts, with templates, styles, TOC, headers/footers, images, and numbering.
- Edit and fill existing DOCX files safely (placeholder filling, table updates, tracked-change-aware edits) while preserving layout and relationships.
- Apply templates or rebrand documents via style/numbering mapping, multi-template merge, XSD/business-rule gate-checks, and asset/relationship remapping for images and hyperlinks. Ideal for reports, contracts, academic theses (including Chinese templates), and batch document processing.
Quick Start
Run the environment check, then use the CLI to create, edit, or apply a template and always run the validation pipeline before delivering the final .docx file.