blockComposer.showText("Embedded-goto link");
composer.setFont(font,8);
blockComposer.showText("\nIt allows you to navigate to a destination within an embedded PDF file.");
composer.setFont(font,5);
blockComposer.showText("\n\nClick on the button to go to the 2nd page of the attached PDF file (" + fileName + ").");
blockComposer.end();
/*
NOTE: This statement instructs the PDF viewer to navigate to the page 2 of a PDF file
attached inside the current document as described by the FileAttachment annotation on page 1 of the current document.
*/