AlessioLuciani / flutter-pdf-text

A plugin for Flutter that allows you to read the text content of PDF documents and convert it into strings.
MIT License
18 stars 45 forks source link

Highlight the Searched Text #8

Open gitdamilareofficial opened 4 years ago

gitdamilareofficial commented 4 years ago

Hello Alessio, Thanks for this great library, it has really been useful. Just wondering if you can give an advice on how to highlight the text in the pdf image after searching for it. Currently I'm using the library to retract the text and save the page number of the text in the pdf. But now I want to highlight the text itself on the pdf. Looking forward to hearing from you. Cheers

AlessioLuciani commented 4 years ago

Hello there, As of now this package does not allow you to do something like that, since it only reads the text contents through external libraries. By the way it should not be hard to find a feature like that in these libraries I suppose. For instance, I think that this could solve your problem. Is that what you are looking for?

gitdamilareofficial commented 4 years ago

Thank You for your reply. I will look into this.