Pdf Get Form Field
Description
This action component allows you to get the value from PDF Acro form field.
Input Properties
- Page Index (Int32) – The pdf page index where you want to get the field.
- Field Name (String) – The form field id to find the field.
- Field Type (PdfFieldTypes) – The form field type.
Output Properties
- Result (Object) – The filed value will be stored in a String variable.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.