| |
|
| java.lang.Object org.pdfbox.examples.pdmodel.CreateBookmarks
CreateBookmarks | public class CreateBookmarks (Code) | | 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>
author: Ben Litchfield version: $Revision: 1.2 $ |
Method Summary | |
public static void | main(String[] args) This will print the documents data. |
main | public static void main(String[] args) throws Exception(Code) | | This will print the documents data.
Parameters: args - The command line arguments. throws: Exception - If there is an error parsing the document. |
|
|
|