pptx_set_notes
Set speaker notes on any slide of a PowerPoint file. Supports adding to or replacing existing notes for presenter view.
Instructions
Set speaker notes for a slide.
Speaker notes appear below the slide in Presenter View and can be printed as handouts. Use for talking points and context.
Args: file_path: Path to the .pptx file slide_number: 1-based slide number notes_text: The notes content (supports newlines) append: If True, add to existing notes; if False, replace output_path: Optional output path (defaults to overwriting input)
Returns: Status with notes preview
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .pptx file | |
| slide_number | Yes | 1-based slide number | |
| notes_text | Yes | The notes content (supports newlines) | |
| append | No | If True, add to existing notes; if False, replace | |
| output_path | No | Optional output path (defaults to overwriting input) |