1.6

Table Of Contents
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.
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.
fieldExists(fieldName)
In a CSV file, that method returns True if the specified fieldName exists in the current record.
Otherwise, it returns False.
fieldName
String that represents a field name (column) in a CSV file.
Page 251