pdf_merge
Merge PDFs — Combine multiple PDF files (at least 2) into a single document in the order provided. Supports per-file page selection, blank separator pages, bookmarks, and output metadata. [category: pdf]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Input PDFs — at least 2 required. | |
| title | No | Optional output metadata Title. | |
| author | No | Optional output metadata Author. | |
| subject | No | Optional output metadata Subject. | |
| pageRanges | No | Optional per-file page selection aligned with the files order, e.g. '1-3,5'. The multipart field name is 'pageRanges[]' (with brackets). | |
| addBookmarks | No | Add a bookmark at each document boundary. | |
| insertBlanks | No | Insert a blank page between documents. |