pdf_extract_pages
Extract selected pages from a PDF file and save them as a new PDF document.
Instructions
Extract specific pages into a new PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | Yes | Page numbers to extract (1-indexed) | |
| filePath | Yes | Source PDF path | |
| outputPath | Yes | Output path |