pdf_merge
Merge multiple PDF files into a single document in the order given, then save the merged output to the specified path.
Instructions
Merge two or more PDFs into one, in the order given, and save the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_paths | Yes | Absolute paths of the PDFs to merge, in order | |
| output_path | Yes | Absolute path to write the merged PDF |