PDF Extract Images
Description
This action component allows you to extract all images from pdf file and save to local path.
Input Properties
- Input PDF Object (IPdfObject) – Input PDF connection object.
- _PageNumber (Int32) –
- Output Path (String) – The full path where you want to save the extracted images.
- Image Type (PdfImageTypes) – Specify the file extension you want to save the extracted images.
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.