What problem does it solve? Editing Word documents programmatically often produces layout defects like broken tables, clipped text, or inconsistent styling that go unnoticed until delivery. This Skill combines structured DOCX editing with visual rendering so every page can be inspected before final delivery. ## Core Features & Use Cases - Structured DOCX Editing: Create and modify headings, styles, tables, and lists with python-docx. - Visual Layout Validation: Render DOCX to PDF and PNG pages via LibreOffice and Poppler to inspect formatting at full fidelity. - Iterative Render Loop: Re-render after each change to catch spacing, alignment, and pagination issues. - Use Case: A consultant needs to update a client report in .docx format. The Skill edits the content, renders every page to images, and verifies typography and table alignment before returning the final file. ## Quick Start Edit this .docx file to update the quarterly figures, then render each page and confirm the layout is clean before returning the final document.