merge_pdfs
Merge multiple PDFs into a single PDF, preserving the given order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_name | No | Name for the merged PDF. | merged.pdf |
| source_urls | No | Public URLs of the PDFs to merge, in order (minimum 2). | |
| files_base64 | No | Base64-encoded PDFs to merge, in order (minimum 2). Use when there are no URLs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||