split_pdf
Extract an inclusive, 1-based page range from a PDF into a new PDF. e.g. from=5,to=10 keeps pages 5–10. Returns base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Last page to keep (1-based, inclusive). | |
| Yes | The PDF as a base64 string or https URL. | ||
| from | Yes | First page to keep (1-based, inclusive). |