Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.24 KB

PdfSetInfoParameters.md

File metadata and controls

18 lines (13 loc) · 1.24 KB

PdfSetInfoParameters

Properties

Name Type Description Notes
FileId string The identifier of the previously uploaded file to be processed.
Author Pointer to string Specifies the author name specified within the PDF, if any. [optional] [default to ]
Title Pointer to string Specifies the document title specified within the PDF, if any. [optional] [default to ]
Subject Pointer to string Specifies the document subject specified within the PDF, if any. [optional] [default to ]
Producer Pointer to string Specifies the producer name specified within the PDF, if any. [optional] [default to ]
Metadata Pointer to string Specifies the metadata contained within the PDF, if any. [optional] [default to ]
Keywords Pointer to string Specifies the keywords associated with the PDF, if any. [optional] [default to ]
ClearEmptyValues bool Specifies whether the empty info values shall be cleared. [optional] [default to false]

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