document.pdf.merge
Combine multiple PDF documents from URLs into a single file while maintaining page order, then download the merged result.
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
TableJSON 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") |