pptx_reorder_slides
Change slide order in PowerPoint presentations by specifying a new 1-based list of slide numbers. Overwrites input or saves to optional output path.
Instructions
Change the order of slides in a presentation.
Provide the complete slide order as a list. For example, [1, 3, 2, 4, 5] moves slide 3 before slide 2.
Args: file_path: Path to the .pptx file new_order: Complete list of slide numbers in desired order (1-based) output_path: Optional output path (defaults to overwriting input)
Returns: Status with new slide order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .pptx file | |
| new_order | Yes | Complete list of slide numbers in desired order (1-based) | |
| output_path | No | Optional output path (defaults to overwriting input) |