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(PDOutlineNode bookmark,
String indentation)
This will print the documents bookmarks to System.out.
|
Modifier and Type | Class and Description |
---|---|
class |
PDDocumentOutline
This represents an outline in a pdf document.
|
class |
PDOutlineItem
This represents an outline item in a pdf document.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.