PreflightDocumentProperties
Type: Object
High-level PDF metadata and flags captured during preflight: title/author, creation dates, encryption/linearization, and trapping status. Useful for identifying assets, validating deliverables, and spotting conditions that might block automated processing.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| author | String | Document author from PDF metadata | ||
| creationDate | DateTime | When the document was created | ||
| creator | String | Application that created the document | ||
| documentName | String | Original document filename | ||
| isEncrypted | Boolean | Whether the PDF is encrypted | ||
| isLinearized | Boolean | Whether the PDF is linearized for web viewing | ||
| modificationDate | DateTime | When the document was last modified | ||
| producer | String | PDF producer information | ||
| title | String | Document title from PDF metadata | ||
| trappedStatus | FileTrappingStatus | Document trapping status |