extract_pages
Extract specific pages from a PDF file and save as a new PDF using page ranges or individual page selection.
Instructions
Extract specific pages from a PDF file and save as a new PDF. Supports page ranges and individual page selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | Yes | Pages to extract (e.g., '1-5', '3,7,9', '1,3-5') | |
| file_path | Yes | Path to the source PDF file | |
| output_path | Yes | Path where the extracted pages will be saved as a new PDF |