Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.31 KB

File metadata and controls

20 lines (16 loc) · 1.31 KB

PdfMetadata

Properties

Name Type Description Notes
successful bool True if the operation was successful, false otherwise [optional]
error_details string Details of any errors if the operation was unsucessful [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]
encrypted bool True if the PDF document is encrypted, false otherwise [optional]

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