Overlay PDF Pages
overlay-pdf-pagesOverlay another PDF on top of pages of a base PDF (e.g. for watermarks above content).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Page-range expression in the overlay PDF to take from. | |
| file | Yes | Publicly reachable URL of the base PDF file. | |
| from | No | Page-range expression in the base PDF to overlay onto. | |
| 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. | |
| repeat | No | Page-range expression of overlay pages to repeat. | |
| overlay | Yes | Publicly reachable URL of the PDF to overlay on top. | |
| webhook_url | No | Callback URL invoked when an async job finishes. Only used when "async" is true. |