Package com.lowagie.text.pdf.parser
Class PdfTextExtractor
java.lang.Object
com.lowagie.text.pdf.parser.PdfTextExtractor
Extracts text from a PDF file.
- Since:
- 2.1.4
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PdfTextExtractor
Creates a new Text Extractor object.- Parameters:
reader- the reader with the PDF
-
-
Method Details
-
getTextFromPage
Gets the text from a page.- Parameters:
page- the page number of the page- Returns:
- a String with the content as plain text (without PDF syntax)
- Throws:
IOException
-