Hello,
My company has purchased an Aspose Java licence which is valid for Aspose 4.3 but not for the latest Version.
I noticed two bug with our purchased version while trying to create a table of content using XSL/FO syntax. The main bug concern the creation of annotation link over text.
1 - Border is persistent on Links ( Page 3)
This code is not working for the old version!
LinkAnnotation link2 = new LinkAnnotation(pdf.getPages().get_Item(pageNumber), link.getRect());
Border myBorder = new Border(link2);
myBorder.setWidth(0);
link2.setBorder(myBorder);
Border is still here after this code
2 - Page numbers text has a large space between characters (Page 4-..)
See the attached PDF document
As we purchased only the older version, is it possible to have the bug correction for this two points?
You'll find the generated PDF documents in this thread.
Regards,
Mohammad