AndroidPdfViewer icon indicating copy to clipboard operation
AndroidPdfViewer copied to clipboard

Is there any way to implement search function using this library?

Open lightstudioapp opened this issue 4 years ago • 1 comments
trafficstars

I want to implement search functionality in my Pdf reader app but i dont know how do i add this in my pdf reader activity.Do barteksc pdf reader provide any way to achieve this functionality??If not then how can this functionality be achieved.

lightstudioapp avatar Mar 13 '21 06:03 lightstudioapp

pdfium should have this function, the problem is to implement it for android. I remember the old app "google pdf viewer" which however was based on pdfium and had this function

I did some research and found some libraries that have implemented the search, but I don't know if they work, they should be tested. It would take someone to test them and maybe fork and keep an updated fork.

Test them and let me know if they work in any way

https://github.com/gulshan98185/AndroidPdfViewer

https://github.com/beeline09/AdvancedPdfView

https://github.com/beeline09/android-support-pdfium

https://github.com/benjinus/android-support-pdfium

odmfl avatar Oct 20 '22 12:10 odmfl