What problem does it solve?
Converting HTML-based slide pages into a fully editable PPTX is manual and error-prone; this Skill automates reconstruction of native PPTX elements (text boxes, images, shapes, tables) from rendered HTML so designers and producers get an accurate, editable presentation file.
Core Features & Use Cases
- DOM-driven reconstruction: Renders each page with Playwright to extract layout and styles, then maps elements to native PPTX shapes and text so content remains editable.
- Robust preflight checks: Validates review.json, motif data-layer markers, and required real-photo asset slots to prevent premature exports.
- Graceful failure handling: Continues on single-page errors by inserting blank slides and reports converted vs failed pages; outputs a JSON summary on success.
- Use Case: Batch-export a design system's HTML slide deck into a production-ready PPTX for client review while preserving typographic and image editability.
Quick Start
Run the html_to_pptx.mjs CLI pointing at your deck directory to validate inputs and generate an editable PPTX in the deck folder.