DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.18k stars 1.91k forks source link

Pdf file search function #986

Open l995318 opened 3 years ago

l995318 commented 3 years ago

Hello

I need to add search function to the current version. Is there any plan that can be implemented?

tanoDxyz commented 3 years ago

unfortunately lower level c or c++ engine just loads pages in the format of bitmap.

odmfl commented 2 years ago

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