pdf_extract_pages
Extract specific pages from a PDF to create a new document. Specify start and end pages to isolate content sections or remove unwanted material.
Instructions
Extract a range of pages from a PDF into a new PDF file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the source PDF file | |
| output | Yes | Output file path | |
| startPage | Yes | Start page (1-based) | |
| endPage | Yes | End page (1-based, inclusive) |