macos_pdf_merge
Combine multiple PDF documents into a single file on macOS systems. Specify input file paths and an output location to merge PDFs.
Instructions
Merge multiple PDF files into one.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputPaths | Yes | Array of PDF file paths to merge | |
| outputPath | Yes | Path for merged output PDF |