afreakyelf / Pdf-Viewer

A Lightweight PDF Viewer Android library which only occupies around 80kb while most of the Pdf viewer occupies up to 16MB space.
https://afreakyelf.github.io/Pdf-Viewer/
MIT License
821 stars 173 forks source link

Search Field and Button #115

Closed vxiber closed 8 months ago

vxiber commented 8 months ago

As the PDF file is a long document, many people need to search through it. There should be a search field and navigation buttons to up and down to navigate to the searched point.

github-actions[bot] commented 8 months ago

Thank you for creating your first issue. We appreciate your help in making this project better. We will look into it, and get back to you soon. Need help or want to discuss this issue? Join our Discord community here to ask questions and discuss this issue live!

afreakyelf commented 8 months ago

Hey, this project may not be able to do that because I render pdf as images to keep the size low, and it may not be possible to search. Thank you for checking out the library. Feel free to reopen or open a new issue.