What problem does it solve?
Editing DOCX files while preserving pagination, tables, and typography is risky without tools that render the layout and highlight formatting regressions.
Core Features & Use Cases
- Structured editing with python-docx: Update styles, headings, tables, and lists while keeping the document model consistent.
- Visual rendering workflow: Convert DOCX to PDF and PNG using LibreOffice, Poppler, and scripts/render_docx.py to confirm every page looks right before delivery.
- Use Case: Finalizing a client-ready proposal where layout fidelity matters—render the doc after each major change, inspect the pages, and then deliver the cleaned
output/doc/ artifact.
Quick Start
Ask the skill to open the provided file, make the requested DocX changes, then render every page to confirm layout fidelity.