apply_pptx_template
Replace specified placeholder text on a PowerPoint slide with custom values. Provide file path, slide index, and a map of placeholders to replacements.
Instructions
Replace placeholder text in a PPTX slide
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .pptx file | |
| output_path | No | Save to different path | |
| slide_index | Yes | Slide index (0-based) | |
| replacements | Yes | Map of placeholder to value, e.g. {'{{title}}': 'Real Title'} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |