Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.12 KB

File metadata and controls

18 lines (14 loc) · 1.12 KB

PdfMetadata

Properties

Name Type Description Notes
successful bool True if the operation was successful, false otherwise [optional]
title string Title of the document [optional]
keywords string Keywords of the document [optional]
subject string Subject of the document [optional]
author string User name of the creator/author of the document, if available, null if not available [optional]
creator string Creator of the document [optional]
date_modified \DateTime The timestamp that the document was last modified, if available, null if not available [optional]
date_created \DateTime The timestamp that the document was created, if available, null if not available [optional]
page_count int The number of pages in the document [optional]

[Back to Model list] [Back to API list] [Back to README]