Package | Description |
---|---|
org.faceless.pdf2 |
Contains the classes used to create a PDF document
|
org.faceless.pdf2.viewer2 |
The "viewer" package contains the classes required to create a Swing application to
display PDFs.
|
Modifier and Type | Method and Description |
---|---|
PageExtractor |
PageExtractor.Text.getPageExtractor()
Return the
PageExtractor this text was created from |
PageExtractor |
PDFParser.getPageExtractor(int pagenumber)
Returns a
PageExtractor for the specified page number. |
PageExtractor |
PDFParser.getPageExtractor(PDFPage page)
Returns a
PageExtractor for the specified page. |
Modifier and Type | Method and Description |
---|---|
List<PageExtractor> |
PDFParser.getPageExtractors()
Get a list containining all the PageExtractors for this
PDF, in order.
|
Modifier and Type | Method and Description |
---|---|
void |
PagePainter.setPageExtractor(PageExtractor extractor)
Set the
PageExtractor to extract text to. |
Modifier and Type | Method and Description |
---|---|
PageExtractor |
PagePanel.getPageExtractor()
Return the
PageExtractor associated with this PagePanel. |
Copyright © 2001-2017 Big Faceless Organization