PDF Object
Description
This action component allows you to automate the specified PDF.
Input Properties
- File Path (String) – The full path of the PDF file.
- Password (SecureString) – The password of the PDF file, if necessary.
- Save As (String) – The path of the folder to save the PDF to.
- Input PDF Object (IPdfObject) – The input PDF connection object.
- Body (IPdfObject) – Allows you to add subsequent action components.
Output Properties
- Result (IPdfObject) – The result of the PDF connection, stored in an IPdfObject object 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.