org.pdfbox.examples.pdmodel

Class GoToSecondBookmarkOnOpen


public class GoToSecondBookmarkOnOpen
extends java.lang.Object

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>
Version:
$Revision: 1.2 $
Author:
Ben Litchfield

Method Summary

static void
main(String[] args)
This will print the documents data.

Method Details

main

public static void main(String[] args)
            throws Exception
This will print the documents data.
Parameters:
args - The command line arguments.