Extract pages
extract_pagesExtract specific pages from a PDF into a new PDF (pages are 1-indexed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | The source PDF. | |
| page_numbers | Yes | Pages to keep, e.g. [1, 3, 5]. Order is preserved. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||