Build PPTX (creates the actual presentation file)
build_pptxConvert complete HTML documents into a single PowerPoint file, with each slide rendered as an image and saved to disk in order.
Instructions
THE DELIVERABLE TOOL. Renders a list of complete HTML documents (one per slide) and assembles them into a single PowerPoint (.pptx) file written to disk, one image-backed slide per HTML input, in order. Call this — not preview_slide — whenever the user asks for a PPT/PowerPoint/presentation/apresentação/slide deck; the tool result gives you the saved file path to report back to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Slide width in px (default 1280) | |
| height | No | Slide height in px (default 720) | |
| slides | Yes | Array of complete, self-contained HTML documents, one per slide, in order | |
| outputPath | No | Where to save the .pptx. Absolute path recommended. If a bare filename or nothing is given, the file is saved in the client's workspace root (if the client shares one) or in a configured default folder otherwise. |