Methods
creationDate() → {string}
- Description:
Returns a string specifying the date of file creation.
Returns:
The date of file creation.
- Type
- string
creator() → {string}
- Description:
Returns a string specifying the creator tool of the specified PDF file - e.g. "Adobe Acrobat 21.5" etc.
Returns:
The creator tool of the specified PDF file.
- Type
- string
dateModified() → {string}
- Description:
Returns a string specifying the date when the file was last modified.
Returns:
The date when the file was last modified.
- Type
- string
producer() → {string}
- Description:
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:
The authoring tool used to generate the specified PDF file.
- Type
- string
author() → {string}
- Description:
Returns the name of the author of the specified PDF file
Returns:
The name of the author of the specified PDF file.
- Type
- string
title() → {string}
- Description:
Returns a string specifying the title of the specified PDF file.
Returns:
The title of the specified PDF file.
- Type
- string