pdf_delete_pages
Delete specific pages from a PDF by specifying page numbers and an output path.
Instructions
Remove specific pages from a PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | Yes | Page numbers to delete (1-indexed) | |
| filePath | Yes | PDF file path | |
| outputPath | Yes | Output path |