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:
The page number range can be specified as the following: "0" - All Pages "1" - Page 1 "1-5" - Pages 1 to 5 "1,4,6" - Pages 1,4,6 "1,3,5-9,12" - Pages 1,3,5 to 9 and 12 "^1" - Last page of the given PDF "^2" - Second last page of the given PDF "1,^1" - Pages 1,Last page of the given PDF
Output
Result:
String Variable
Stores the extracted text in a specified String variable.
Last updated