export_slide_to_image
Export a slide from a Keynote presentation to an image file in PNG or JPEG format, using the slide index and output path.
Instructions
Exports a single slide as an image file. Exports all slides to a temporary directory, then copies the specific slide image to the target path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Image format: PNG or JPEG (default: PNG) | PNG |
| filePath | Yes | Absolute POSIX path for the output image file | |
| slideIndex | Yes | 1-based slide index |