PDF page navigation issue

118 Views Asked by At

As per the SO recommendations, I am using following library to render PDF file. https://github.com/barteksc/AndroidPdfViewer

This pdf contains link to redirect to pages. First page is like index. It has list of link to navigate to a particular page of PDF.

But onlick of any link nothing is happening.

Please help me to resolve this issue.

1

There are 1 best solutions below

0
On

Looks like it is not implemented.

The workaround is to parse PDF file (manually or using any third party library), extract link annotations and handle link navigation manually.