pdf_split
Split a PDF into separate pages or extract custom page ranges.
Instructions
Split a PDF file into separate pages or custom page ranges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Page range to extract (e.g. '1', '2-5', '1, 3, 5-8'). Defaults to extracting all pages as individual files. | |
| fileData | No | Base64 encoded PDF file data. | |
| filePath | No | Local filesystem path to the PDF file. |