images_to_pdf
Convert multiple images into a single PDF document, preserving the original sequence. Customize page size, quality, and metadata.
Instructions
Convert multiple images to a single PDF.
Images are processed in the order specified in the image_paths list,
preserving their sequence in the final PDF document.
Args:
image_paths: List of image file paths to convert
output_file: Output PDF file path
page_size: Page size ('A4', 'Letter', 'Legal', or 'auto')
quality: JPEG quality for compression (1-100)
title: PDF document title (optional)
author: PDF document author (optional)
Returns:
JSON string with conversion resultsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_paths | Yes | ||
| output_file | Yes | ||
| page_size | No | A4 | |
| quality | No | ||
| title | No | ||
| author | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |