Get PDF Metadata
get_metadataExtract PDF metadata including title, author, creation date, page count, and version. Use to catalog documents, check accessibility tagging, or verify compatibility.
Instructions
Extract metadata from a PDF document including title, author, creation date, page count, PDF version, and structural information.
Args:
file_path (string): Absolute path to a local PDF file
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Metadata including: title, author, subject, keywords, creator, producer, creation/modification dates, page count, PDF version, linearized/encrypted/tagged/signature flags, file size.
Examples:
Get document properties for cataloging
Check if a PDF is tagged (accessibility)
Verify PDF version compatibility
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to a local PDF file (e.g., "/path/to/document.pdf") | |
| response_format | No | Output format: "markdown" for human-readable, "json" for structured data | markdown |