Merge PDF Files
merge-pdf-filesMerge multiple PDF files (optionally limited to a page-range each) into a single PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| files | Yes | Ordered list of PDFs to merge. Each item: { "file": URL, "pages": optional page-range }. | |
| webhook_url | No | Callback URL invoked when an async job finishes. Only used when "async" is true. |