I'm using Qt 5.14.2 and using WebEngineView to load PDF files successfully.
I tried to to use the findText() feature in WebEngineView. This feature works except I don't know how to resolve the following:
1. It cannot find case sensitive text (using WebEngineView.FindCaseSensitively worked on web pages but not pdf files)
2. It won't highlight all found text. (it only highlights the next found text - one at a time)

Any suggestions are appreciated.