pdf_merge
Combine multiple PDF files into a single document by specifying the file paths in order and an output path.
Instructions
Merge multiple PDF files into a single PDF. Pages are combined in the order listed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePaths | Yes | PDF file paths to merge in desired order (min 2) | |
| outputPath | Yes | Output path for the merged PDF |