pdf_delete_pages
Remove specific pages from a PDF file to create a modified document with only the desired content remaining.
Instructions
Delete specific pages from a PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the PDF file | |
| output | Yes | Output file path | |
| pages | Yes | Page numbers to delete (1-based) |