PDF Set Form Field
Description
This action component allows you to set the value to PDF Acro form field.
Input Properties
- Page Index (Int32) – The pdf page index where you want to set the field value.
- Field Name (String) – The form field id to update the field.
- Field Type (PdfFieldTypes) – The form field type.
- Field Value (String) – The form field value to update the field.
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.