asanchezyu
asanchezyu

Reputation: 700

Open Pdf link android

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

Answers (1)

Boukharist
Boukharist

Reputation: 1229

I personally use this one : AndroidPdfViewer

you can use a webview also following this example : Example pdf on webview

Upvotes: 1

Related Questions