create_pptx
Generate PowerPoint presentations by defining slides with titles, layouts, and content types including text, bullets, or tables. Save to a specified output path.
Instructions
Create a PowerPoint presentation (PPTX) with slides
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Presentation title | |
| slides | Yes | Array of slides | |
| outputPath | Yes | Output file path for the PPTX file |