pdf_set_metadata
Set or update PDF document metadata fields like title, author, and subject, leaving other fields unchanged.
Instructions
Set or update PDF document metadata fields: title, author, subject, keywords, creator, and producer. Only specified fields are changed; others remain untouched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Document title | |
| author | No | Document author | |
| creator | No | Creator application name | |
| subject | No | Document subject/description | |
| filePath | Yes | Path to the PDF file | |
| keywords | No | Document keywords as an array of strings | |
| producer | No | Producer application name | |
| outputPath | Yes | Path where the modified PDF will be saved |