espresso3389 / pdfrx

pdfrx is yet another PDF viewer implementation that built on the top of pdfium. The plugin currently supports Android, iOS, Windows, macOS, Linux, and Web.
MIT License
62 stars 38 forks source link

Not search specific letter #73

Closed Prafu-94 closed 3 months ago

Prafu-94 commented 3 months ago

Here when search using "PdfTextSearcher.startTextSearch" it will search overall word and highlight word but i want to highlight only single letter

espresso3389 commented 3 months ago

At least currently, Web version could not do character level selection. pdf.js sample actually does it but the pdf.js API does not provide any APIs to do that; it seems it uses SVG or such to do that.

espresso3389 commented 3 months ago

The issue has been discussed on #4 but should we need a separate issue?

Prafu-94 commented 3 months ago

No