public class PrintBookmarks
extends java.lang.Object
Constructor and Description |
---|
PrintBookmarks() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
This will print the documents data.
|
void |
printBookmark(PDOutlineNode bookmark,
java.lang.String indentation)
This will print the documents bookmarks to System.out.
|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line arguments.java.lang.Exception
- If there is an error parsing the document.public void printBookmark(PDOutlineNode bookmark, java.lang.String indentation) throws java.io.IOException
bookmark
- The bookmark to print out.indentation
- A pretty printing parameterjava.io.IOException
- If there is an error getting the page count.