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 and Description |
---|---|
PDPageTree |
PDDocumentCatalog.getPages()
Returns all pages in the document, as a page tree.
|
PDPageTree |
PDDocument.getPages()
Returns the page tree.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PDFTextStripper.processPages(PDPageTree pages)
This will process all of the pages and the text that is in them.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.