ReadPDFFile.ReadPDF
- ReadPDF activity is used to read all the characters from a specified PDF file by storing the output in a string variable.
- This activity reads the characters from the starting page till the page number assigned in the pageNumber field in the properties panel.
ย
Properties
ย ย ย ย Input
- FileName (InArgument<String>) – The full path of the PDF which needs to be read.
- PageNumber (InArgument<String>) – Define the page number till which needs to be read.
ย ย ย Misc
- DisplayName (String) โ To set a meaningful name according to the user.
ย ย ย Output
- Error (OutArgument<String>) – Stores the error occurs during the execution of the activity in a string variable.
- Text (OutArgument<String>) – Stores the output of the PDF file which was read.e output of the PDF file which was read.