merge_pdfs
Merge multiple PDF files into a single PDF by providing input file paths and an output destination.
Instructions
Merge multiple PDF files into a single PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePaths | Yes | Array of absolute paths to PDF files to merge | |
| outputPath | Yes | Absolute path where the merged PDF will be saved |