Reputation: 700
I have to show a PDF file inside my application and the PDF file contains a link inside (this link sends the user to the website).
I am searching for a library that allows me to show the file inside my application and if the user clicks the link, open a browser.
Is it possible?
Thanks in advance! :)
Upvotes: 1
Views: 4843
Reputation: 1229
I personally use this one : AndroidPdfViewer
you can use a webview also following this example : Example pdf on webview
Upvotes: 1