createPDF
Combine slide images into a single PDF file. Supports specifying order or auto-discovery.
Instructions
combine images to create a PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| images | No | Optional. If provided, combine exactly these image file name in the given order. those image file name should be the basename (including the .pdf extension) without any directory path, corresponding to the slides that were created. If omitted, images will be discovered in dir, sorted by filename ascending, and combined. | |
| filename | Yes | a file name including the .pdf extension |