Copy

PdfMetadata

PDF information dictionary fields written by the native renderer.

ON_THIS_PAGE
  1. Signature
  2. Properties

PDF information dictionary fields written by the native renderer.

Signature

export interface PdfMetadata {
    title?: string;
    author?: string;
    subject?: string;
    keywords?: string | readonly string[];
    creator?: string;
}
SOURCE:179

Properties

PropertyTypeRequiredRead onlyDefaultDescription
titlestringNoNoNoneDocument title.
authorstringNoNoNoneDocument author.
subjectstringNoNoNoneDocument subject.
keywordsstring | readonly string[]NoNoNoneSearch keywords, joined when supplied as an array.
creatorstringNoNoNoneApplication or service that created the document.
ON_THIS_PAGE
  1. Signature
  2. Properties
html2realpdf documentationCopyright © Imggion
DOCUMENTATION_TREE