delete_pptx_slide
Remove a specific slide from a PowerPoint PPTX file by providing the file path and zero-based slide index. Optionally save to a different path.
Instructions
Delete a slide from a PPTX file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .pptx file | |
| output_path | No | Save to different path (omit to overwrite) | |
| slide_index | Yes | Slide index to delete (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |