Delete PDF Pages
delete-pdf-pagesDelete a subset of pages in a PDF and return the resulting PDF without those pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Publicly reachable URL of the PDF file to delete pages from. | |
| async | No | Run the action asynchronously and return a job id instead of the result. Poll "check-job-status" or set "webhook_url" to receive a callback. | |
| pages | Yes | Page-range expression of pages to delete. | |
| webhook_url | No | Callback URL invoked when an async job finishes. Only used when "async" is true. |