Merge PDFs
document.pdf.mergeMerge multiple PDF files from URLs into one combined PDF. Preserves page order and provides a temporary download link.
Instructions
Merge 2-20 PDF documents (provided as URLs) into a single combined PDF. Preserves page order. Returns temporary download URL for the merged result (API2PDF)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Ordered list of PDF URLs to merge (2-20 URLs) | |
| fileName | No | Output filename for merged PDF (e.g. "combined.pdf") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |