org.pdfbox.examples.pdmodel
Class CreateBookmarks
java.lang.Objectorg.pdfbox.examples.pdmodel.CreateBookmarks
public class CreateBookmarks
extends java.lang.Object
This is an example on how to add bookmarks to a PDF document. It simply
adds 1 bookmark for every page.
Usage: java org.pdfbox.examples.pdmodel.CreateBookmarks <input-pdf> <output-pdf>
static void | main(String[] args)- This will print the documents data.
|
main
public static void main(String[] args)
throws Exception This will print the documents data.
args - The command line arguments.