pdf_set_metadata
Set or update PDF metadata including title, author, subject, keywords, and creator information for better document organization and searchability.
Instructions
Set or update PDF metadata (title, author, subject, keywords, creator).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the PDF file | |
| output | Yes | Output file path | |
| title | No | Document title | |
| author | No | Author name | |
| subject | No | Document subject | |
| keywords | No | Keywords array | |
| creator | No | Creator application name |