Convert images to a PDF
images_to_pdfTurn one or more JPG or PNG images into a single PDF, one image per page, in the order the files are given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | JPG or PNG images, in the order they should appear. | |
| margin | No | White margin in points around each image. | |
| page_size | No | Page size: "fit-image" matches each image exactly, or use a4 / letter with the image centred. | fit-image |
| orientation | No | Page orientation when page_size is a4 or letter. | auto |
| output_filename | No | Name for the resulting PDF. |