react-native-pdf-lib
react-native-pdf-lib copied to clipboard
Search and highlight
Hi, How to implement search and highlight text in pdf?
Hi @erkangozukucuk,
I haven't looked to deeply into this. However, after a brief search, it looks possible. On iOS you'll probably have to do something like what is explained here. On Android, it will probably be easier, as there is already a PDFTextStripper
class.
Any updates regarding search and highlight text in PDF? @erkangozukucuk Have you found any RN solution for that?