Hi all,
I'm currently evaluating Aspose PDF Java and I tried to use the bookmark feature:
I see the bookmark in the generated PDF but it doesn't work (doesn't jump to the defined page).
The example link above mentions:
pdfOutline.setAction(new com.aspose.pdf.GoToAction(pdfDocument.getPages().get_Item(1).getNumber()));
which is currently depreciated but I also tried:
pdfOutline.setAction(new com.aspose.pdf.GoToAction(pdfDocument.getPages().get_Item(1)));
without any success.Any hints?Cheers- Peter