extract_pages
Extracts specific pages from a PDF into a new document. Define page ranges like '1-3,5' to pull just the pages you need.
Instructions
Extract specific pages from a PDF into a new document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the PDF file | |
| pages | Yes | Page ranges like "1-3,5" (1-based) | |
| output_name | No | Output file path (defaults to same dir with suffix) |