file_converter_split_action
Splits a PDF into individual page files, returning URLs for each page.
Instructions
Split a PDF into one file per page. Returns an array of individual page PDF URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_file_url | Yes | S3 or public URL of the PDF to split. | |
| output_variable_name | Yes | Variable name for the result. | split_pages |