DocumentInfo

DocumentInfo class

Represents meta information of PDF document.

The DocumentInfo type exposes the following members:

Constructors

NameDescription
DocumentInfo(document)Initializes a new instance of the DocumentInfo class

Properties

NameDescription
titleGets or sets document title.
creatorGets or sets document creator.
authorGets or sets document author.
subjectGets or sets the subject of the document.
keywordsGets or set the keywords of the document.
producerGets or sets the document producer.
creation_dateGets or sets the date of document creation.
creation_time_zoneTime zone of creation date.
mod_time_zoneTime zone of modification date.
mod_dateGets or sets the date of document modification.
trappedGets or sets the trapped flag.

Methods

NameDescription
add(key, value)Adds an element with the specified key and value into the collection.
remove(key)Removes the element with the specified key from the collection.
clear_custom_data()Clears custom data only, leaves all other predefined values (Title, Author, etc.).
is_predefined_key(key)Determines if the key is predefined (Title, Author, etc.), not custom.

See Also