Information about a document.
| name | data type | description |
|---|---|---|
| author | string | The document's author. |
| creationDate | string | The date the document was created. (ISO-8601 format) |
| creator | string | The document's creator. |
| modDate | string | The date the document was last modified. (ISO-8601 format) |
| pageCount | number | The number of pages in the document. |
| producer | string | The document's producer. |
| subject | string | The document's subject. |
| title | string | The title of the document. |
| keywords | string | The document's keywords. |
Example
{
"author" : "...",
"creationDate" : "...",
"creator" : "...",
"modDate" : "...",
"pageCount" : 12345,
"producer" : "...",
"subject" : "...",
"title" : "...",
"keywords" : "..."
}