|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.text.pdf.parser.PdfTextExtractor
public class PdfTextExtractor
Extracts text from a PDF file.
Constructor Summary | |
---|---|
PdfTextExtractor(PdfReader reader)
Creates a new Text Extractor object. |
Method Summary | |
---|---|
java.lang.String |
getTextFromPage(int page)
Gets the text from a page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdfTextExtractor(PdfReader reader)
reader
- the reader with the PDFMethod Detail |
---|
public java.lang.String getTextFromPage(int page) throws java.io.IOException
page
- the page number of the page
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |