Uses of Class
org.apache.pdfbox.pdmodel.PDPageTree
-
Packages that use PDPageTree Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.text -
-
Uses of PDPageTree in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDPageTree 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. -
Uses of PDPageTree in org.apache.pdfbox.text
Methods in org.apache.pdfbox.text with parameters of type PDPageTree 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.
-