| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
| org.apache.pdfbox.text |
| Modifier and Type | Method | Description |
|---|---|---|
PDPageTree |
PDDocument.getPages() |
Returns the page tree.
|
PDPageTree |
PDDocumentCatalog.getPages() |
Returns all pages in the document, as a page tree.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
PDFTextStripper.processPages(PDPageTree pages) |
This will process all of the pages and the text that is in them.
|
Copyright © 2002–2018. All rights reserved.