Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.26 KB

File metadata and controls

20 lines (16 loc) · 1.26 KB

PdfMetadata

Properties

Name Type Description Notes
successful bool True if the operation was successful, false otherwise [optional]
error_details str Details of any errors if the operation was unsucessful [optional]
title str Title of the document [optional]
keywords str Keywords of the document [optional]
subject str Subject of the document [optional]
author str User name of the creator/author of the document, if available, null if not available [optional]
creator str 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]