Get Signature Field List operation

Returns a list of all the signature fields located within a PDF document. You can retrieve the names of all the signature fields in a PDF document for signing or certifying.

For example, your application must use the LiveCycle Server to sign signature fields on the PDF form, however, you do not know the names of the signature fields. You use the Get Signature Field List operation to retrieve the list of signature fields from the PDF form. You get the name of the signature field to sign from the list.

For information about the General and Route Evaluation property groups, see Common operation properties.

Input properties

Property to specify the PDF document.

Input PDF

A document value that contains a signature field for which data is retrieved.

If you provide a literal value, clicking the ellipsis button opens the Select Asset dialog box. (See About Select Asset.)

Output properties

Property to specify the signature field list.

Signature Field List

The location in the process data model to store signature fields in the PDF document. The data type is a list of PDFSignatureField values.

For information about retrieving values from a list, see Accessing data in data collections.

Exceptions

This operation can throw PDFOperationException, InvalidArgumentException, and PermissionsException exceptions.

// Ethnio survey code removed