Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

Links in a PDF

More
IP: 192.168.0.71 11 years 8 months ago #6682 by [email protected]
Hello,

We are currently with a problem that in some pdfs that contains links (in the index for example) those links are not working correctly.

They are being displaying with another background (which is ok) but when you try to click is not jumping. We just checked that the links are correctly linked while using another viewer.

We have a premium license, I tell this because I saw in another similar topic talking about the type of license also.

Thanks in advance
More
IP: 192.168.0.158 11 years 8 months ago #6686 by nermeen
Replied by nermeen on topic Links in a PDF
You need to implement the listener PDFReaderListener
You need to call m_reader.PDFPerformAnnot() in OnAnnotClicked(PDFVPage, Annotation)
And for links you need to imlpement OnOpenURI(String)
More
IP: 192.168.0.71 11 years 8 months ago #6692 by [email protected]
Replied by [email protected] on topic Links in a PDF
Thanks, the anchor problem was solved overriding the method.

@Override
public void OnAnnotClicked(PDFVPage vpage, Annotation annot) {
this.PDFPerformAnnot();
}
Time to create page: 0.383 seconds
Powered by Kunena Forum