pdf-info
Describes a PDF in the file store: page count and document metadata.
pdf-info url=VALUE [password=VALUE]
- url=VALUE
- Required. File store url of the PDF, e.g. sonar://{file_guid}
- password=VALUE
- Optional. Password of an encrypted PDF. Tries the empty password when omitted.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| url | String | PDF url | e.g. sonar://0545f99b-... |
| page_count | Integer | Page count | e.g. 12 - page renders are addressed as sonar+pdf://{file_guid}/page-N.png, N from 1 to this |
| title | String | Title | e.g. Incident Report |
| author | String | Author | e.g. SOC Team |
| subject | String | Subject | e.g. Weekly threat summary |
| keywords | String | Keywords | e.g. malware, phishing |
| producer | String | Producer | e.g. Microsoft Word |
| creator | String | Creator | e.g. Word |
| created | Date | Created | e.g. 2026-09-01 10:20:30 |
| updated | Date | Updated | e.g. 2026-09-02 14:00:00 |
| is_encrypted | Boolean | Encrypted | e.g. false |
| pdf_version | String | PDF version | e.g. 1.7 |