org.apache.pdfbox.examples.pdmodel
Class GoToSecondBookmarkOnOpen
java.lang.Object
org.apache.pdfbox.examples.pdmodel.GoToSecondBookmarkOnOpen
public class GoToSecondBookmarkOnOpen
- extends Object
This is an example on how to an action to go to the second page when the PDF is opened.
Usage: java org.apache.pdfbox.examples.pdmodel.GoToSecondPageOnOpen <input-pdf> <output-pdf>
- Version:
- $Revision: 1.3 $
- Author:
- Ben Litchfield
Method Summary |
static void |
main(String[] args)
This will print the documents data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Exception
- This will print the documents data.
- Parameters:
args
- The command line arguments.
- Throws:
Exception
- If there is an error parsing the document.
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.