PDF Set Form Fields
Description
This action component allows you to fill the PDF from fields with specified template.
Input Properties
- Input PDF Object (IPdfObject) – Input PDF connection object.
- Page Index (Int32) – The pdf page index where you want to fill the fields.
- Field Template (DataTable) – The pdf field name, location (X, Y, Width and Height) details to be used to fill the fields.
Output Properties
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.