Retrieve PDF Form Contents

This activity retrieves values from a PDF form and stores those values as tokens. PDF forms are interactive PDF documents that allow you to type in information, checkboxes, and choose values from lists. See the tokens this activity produces.

ClosedHow does this activity look in the Designer Pane?

To add this activity to a workflow definition 

To configure this activity

Note: A PDF form is a PDF that allows you to add information to it via editable fields (which are usually tinted blue). ClosedShow me what this looks like. A PDF form is not a form that has just been saved as a PDF.

Tokens for Retrieve PDF Form Content

The Retrieve PDF Form Content activity produces the following tokens.

Name Description Sample Syntax*
PDF Matched Whether the entry matched the master PDF form specified by the Retrieve PDF Form Content activity. This token can have one of two values: True or False. %(RetrievePDFFormContent_PDF Matched)
Field Name A token is created for each field retrieved. The token name is the same as the field name. If the field is a multi-value field, the field name is followed by _All.

%(RetrievePDFFormContent_Field Name)

%(RetrievePDFFormContent_Field Name_All)

*The "RetrievePDFFormContent" portion of the syntax changes to match the activity's name as specified in the Activity Name property box. Note that all non-alphanumeric characters, except underscores, are removed from the name. For example, if you rename the activity Read & Get - Form_A, the syntax for the field named "Date" will be %(ReadGetForm_A_Date).