Reputation: 635
I am implementing an app in which I need to take .pdf files from internet and display it into web view. I am done with it. But after presenting .pdf file to web view, I want to allow user to search text and selected text. As I displayed .pdf file in web view, it just allows me to zoom in and zoom out. So how could I do this?
Upvotes: 2
Views: 207
Reputation: 635
Take an open source library from here : https://github.com/mobfarm/FastPdfKit
Upvotes: 2