| Package | Description | 
|---|---|
| org.apache.pdfbox.examples.pdmodel | These examples show how to use the classes in the PDModel package. | 
| org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline | The outline package allows for a PDF outline(bookmarks) to be created. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PrintBookmarks. printBookmark(PDDocument document,
             PDOutlineNode bookmark,
             String indentation)This will print the documents bookmarks to System.out. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDDocumentOutlineThis represents an outline in a pdf document. | 
| class  | PDOutlineItemThis represents an outline item in a pdf document. | 
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.