Overview of PPTX creation, editing, and analysis
mainThe pptx skill handles all .pptx and .potx file operations. Depending on your goal, choose one of these three primary approaches:
- Create a new deck: Write a
pptxgenjsscript (Node.js). - Edit an existing deck or build from a template: Unzip the archive, edit the XML files (e.g.,
ppt/slides/slideN.xml), and re-zip. - Read content: Use
markitdownto extract text (one block per slide under<!-- Slide number: N -->markers) orpython scripts/thumbnail.pyto generate a visual grid of slides.