);
attachment.setName(fileAttachmentName);
attachment.setText("File attachment annotation");
attachment.setIconType(FileAttachment.IconTypeEnum.PaperClip);
blockComposer.begin(new Rectangle2D.Double(30,170,200,50),AlignmentXEnum.Left,AlignmentYEnum.Middle);
composer.setFont(font,12);
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);