split_pdf
Extract specific pages from a PDF into a new file.
Instructions
Extract specific pages from a PDF into a new file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the source PDF file | |
| pageRange | Yes | Page range to extract (e.g., "1-5", "2,4,6-10") | |
| outputPath | Yes | Absolute path where the extracted PDF will be saved |