edit_pptx_slide_text
Replace specific text on a PowerPoint slide. Provide file path, slide index, old and new text.
Instructions
Replace text in a specific PPTX slide
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_text | Yes | Replacement text | |
| old_text | Yes | Text to find | |
| file_path | Yes | Absolute path to the .pptx file | |
| output_path | No | Save to different path (omit to overwrite) | |
| slide_index | Yes | Slide index (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |