[]
DsPdfJS API / DocumentInfoProperties
DocumentInfoProperties =
object
Contains information about the PDF document. This information includes the document author, title, keywords, etc.
optionalauthor:string
The name of the person that created the document.
optionalcreateDate:PdfDateTime
The creation date and time of the document.
optionalcreator:string
The name of the application that created the original document.
optionalkeywords:string
Keywords (separated by comma) associated with the document.
optionalmodifyDate:PdfDateTime
The date and time the document was most recently modified.
optionalproducer:string
The name of the application that created the document.
optionalsubject:string
The subject of the document.
optionaltitle:string
The title of the document.