merge-pdfs
Merge multiple PDF files into a single document by providing file paths or URLs. Specify output directory and filename for the combined PDF.
Instructions
Merge multiple PDF files into a single PDF document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Array of PDF file paths or URLs to merge (minimum 2) | |
| outputDir | No | Output directory path | |
| outputFilename | No | Custom output filename |