Extract pages into a new PDF
split_pdfPull selected pages out of a PDF into a new PDF, keeping their order. Accepts selections like "1-3, 5, 8-10".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | A single input file, given as either an HTTPS url or base64 contents. | |
| pages | Yes | Pages to keep, for example "1-3, 5, 8-10". Page numbers start at 1. | |
| output_filename | No | Name for the resulting file. |