pdf_extract_pages
Extract desired pages from a PDF and save them as a new PDF. Specify page numbers.
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 |