pptx_hide_slide
Hide or show slides in PowerPoint to skip during slideshow while keeping them editable. Ideal for backup content or speaker-only material.
Instructions
Hide or unhide a slide in the presentation.
Hidden slides are skipped during slideshow but remain editable. Use for backup content or speaker-only material.
Args: file_path: Path to the .pptx file slide_number: 1-based slide number hidden: True to hide, False to show again output_path: Optional output path (defaults to overwriting input)
Returns: Status with visibility state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .pptx file | |
| slide_number | Yes | 1-based slide number | |
| hidden | No | True to hide, False to show again | |
| output_path | No | Optional output path (defaults to overwriting input) |