Pdf Get Form Fields
Description
This action component allows you to Read the fields from PDF as a specified template and store it in a DataTable variable.
Input Properties
- Input PDF Object (IPdfObject) – Input PDF connection object.
- Page Index (Int32) – The pdf page index where you want to get fields.
- Field Template (DataTable) – The pdf field location (X, Y, Width and Height) details to be used to capture the fields by OCR.
- _TemplateInfo (String) –
Output Properties
- Result (DataTable) – The captured field values will be stored in a DataTable 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.