| |
|
| java.lang.Object org.pdfbox.examples.pdmodel.GoToSecondBookmarkOnOpen
GoToSecondBookmarkOnOpen | public class GoToSecondBookmarkOnOpen (Code) | | This is an example on how to an action to go to the second page when the PDF is opened.
Usage: java org.pdfbox.examples.pdmodel.GoToSecondPageOnOpen <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. |
|
|
|