4

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.

Rohan Patel
  • 1,758
  • 2
  • 21
  • 38

1 Answers1

0

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.

Yuras
  • 13,856
  • 1
  • 45
  • 58