[]
        
(Showing Draft Content)

DocumentInfoProperties

DsPdfJS API v9.1.0


DsPdfJS API / DocumentInfoProperties

Type Alias: DocumentInfoProperties

DocumentInfoProperties = object

Contains information about the PDF document. This information includes the document author, title, keywords, etc.

Properties

author?

optional author: string

The name of the person that created the document.


createDate?

optional createDate: PdfDateTime

The creation date and time of the document.


creator?

optional creator: string

The name of the application that created the original document.


keywords?

optional keywords: string

Keywords (separated by comma) associated with the document.


modifyDate?

optional modifyDate: PdfDateTime

The date and time the document was most recently modified.


producer?

optional producer: string

The name of the application that created the document.


subject?

optional subject: string

The subject of the document.


title?

optional title: string

The title of the document.