PDF Extract Tables
Description
This action component allows you to extract all tables from a pdf file and return them as a list of DataTable.
Input Properties
- Input PDF Object (IPdfObject) – Input PDF connection object.
- Page Index (Int32) – The pdf page index where you want to extract the tables.
- Algorithm (Dropdown) – The algorithm used to extract the tables.
Output Properties
- Result (List`1) – The result of the table extraction will be stored in a list of DataTable.
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.