Read or write PDF metadata
pdf_metadataRead or write PDF metadata. With no metadata fields it READS title, author, subject, keywords, creator, producer and dates. With any field given it WRITES them and returns the PDF.
Costs 1 credit per call.
Returns a temporary download link (valid 15 minutes). Always include that link in your reply so the user can open or download the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | The PDF, base64-encoded. | |
| title | No | Document title to write into the PDF. | |
| author | No | Author name. | |
| creator | No | Application that created the original document. | |
| subject | No | Document subject. | |
| keywords | No | List of keywords (strings). | |
| producer | No | Application that produced the PDF. | |
| creation_date | No | Creation date in ISO 8601 format, e.g. "2026-09-26T10:00:00Z". | |
| modification_date | No | Last modification date in ISO 8601 format, e.g. "2026-09-26T10:00:00Z". |