This class provides document authoring related information, such as creation date, creator etc.

Constructors

Properties

_author?: string
_creationDate?: string
_creator?: string
_modDate?: string
_producer?: string
_title?: string

Accessors

  • get author(): undefined | string
  • Returns the name of the author of the specified PDF file

    Returns undefined | string

    A String denoting the name of the author of the specified PDF file.

  • get creationDate(): undefined | string
  • Returns a string specifying the date of file creation.

    Returns undefined | string

    String denoting the date of file creation.

  • get creator(): undefined | string
  • Returns a string specifying the creator tool of the specified PDF file - e.g. "Adobe Acrobat 21.5" etc.

    Returns undefined | string

    A String denoting the creator tool of the specified PDF file.

  • get dateModified(): undefined | string
  • Returns a string specifying the date when the file was last modified.

    Returns undefined | string

    A String denoting the date when the file was last modified.

  • get producer(): undefined | string
  • Returns a string specifying the authoring tool used to generate the specified PDF file - e.g. "Adobe Acrobat 21.5 Image Conversion Plug-in" etc.

    Returns undefined | string

    A String denoting the authoring tool used to generate the specified PDF file.

  • get title(): undefined | string
  • Returns a string specifying the title of the specified PDF file.

    Returns undefined | string

    A String denoting the title of the specified PDF file.

Generated using TypeDoc