[PDF.GetFieldValues](filename)
|
Returns array of field values corresponding to field names returned from GetFieldNames.
Parameter(s)
filename - Typically this would be the filename of the current document {fdocname}.
|
[PDF.GetFieldValue](filename, fieldname)
|
Returns field value for the field name passed in the fieldname parameter.
Parameter(s)
filename - Typically this would be the filename of the current document {fdocname}.
fieldname - PDF form field name to retrieve.
|