merge_pdfs
Merge multiple PDF files into one combined document. Files are processed in the order provided, and the merged PDF is returned as a base64-encoded string.
Instructions
Merge multiple PDF files into a single PDF. Returns a base64-encoded merged PDF. Files are merged in the order provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | List of PDF file paths to merge |