pdf_delete_pages
Remove specific pages from a PDF file by specifying page numbers to delete and saving the result to a new output file.
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 |