[Help] create a linked index - Acrobat error 110

Hi, I’m using Aspose.PDF evaluation version (ver. 1.8.5.0) and I get an error from Acrobat Reader: an error has occurred reading this document (110).

There is no error from the component, the pdf file is generated but seems incompatible with Adobe Reader 6.0.1.2003110300 (a similar error occurs with Acrobat reader 5). Both programs are Italian versions.

I think the problem is in this statement:

oSegment.Hyperlink.LinkType = HyperlinkType.Local

I had tried HyperlinkType.Web / Hyperlink.Url and it works fine…

please let me know how to proceed

thanks

pana

Dear pana,

Thank you for considering Aspose.

  1. There is a bug about GIF image and I have fixed it. Please download the latest version from Aspose.PDF Downloads.

  2. Empty Text paragraph will be ignored. So please change oText = New Aspose.Pdf.Text(Section, “”)
    to oText = New Aspose.Pdf.Text(Section, " ") since the link refer to this paragraph.

  3. You need not set ImageWidth and ImageHeight when using GIF image. You can use ImageInfo.FixWidth to control the image size.