Extract Text From PDF
Extract text from a given PDF.
This activity extracts text from user-specified PDF.
Input
File Name:
Object Argument
Required
Specifies the full path of the PDF file from which the text is to be extracted.Page No:
Integer Argument
Required
Specifies the page number or a range of page numbers of the page/pages to be processed.The page number range can be specified as the following:
Output
Result:
String Variable
Stores the extracted text in a specified String variable.
Last updated