Navigation: DocScript Reference > DocScript Functions >

Adobe PDF Forms Functions

 

 

 

 

Function

Description

[PDF.GetFieldNames](filename)

Returns array of field names.

 

Parameter(s)

filename - Typically this would be the filename of the current document {fdocname}.

[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.

 

 

 

Copyright © 2024 Portford Solutions Group, Inc.