Interface IPdfMetadata
A structure containing PDF metadata to be saved in the hi-res output.
Package: IframeApi
Properties
author
An author of the PDF document.
Declaration
author?: string
Property Value
Type | Description |
---|---|
string |
creator
A creator of the PDF document.
Declaration
creator?: string
Property Value
Type | Description |
---|---|
string |
keywords
Keywords of the PDF document.
Declaration
keywords?: string
Property Value
Type | Description |
---|---|
string |
subject
A subject of the PDF document.
Declaration
subject?: string
Property Value
Type | Description |
---|---|
string |
title
A title of the PDF document.
Declaration
title?: string
Property Value
Type | Description |
---|---|
string |