}
/*
NOTE: This statement instructs the PDF viewer to go to page 2 on document opening.
*/
documentActions.setOnOpen(
new GoToLocal(
document,
new LocalDestination(
document.getPages().get(1), // Page 2 (zero-based index).
Destination.ModeEnum.Fit,
null