1.5

Table Of Contents
extractMeta()
Method that extracts the value of a metadata field.
Related Object: Data.
extractMeta(levelName String, propertyName String)
Extracts the value of metadata field propertyName from a PDF/VT's levelName level. Note
that names are case-sensitive.
The extractMeta method always return a string data type.
levelName
String.
propertyName
String.
Examples
fieldExists()
Method that returns True if a metadata field exists.
Related Object: Data.
fieldExists(levelName, propertyName)
In a PDF file, that method that returns True if metadata field propertyName exists at the
levelName level or False otherwise.
levelName
String.
propertyName
String.
Page 244