What is the alternative of "findMultiple" ? #1888
Replies: 1 comment 13 replies
-
I'm afraid I removed it. There's no replacement. To be honest, that was a decision I didn't do easily. I hated it. The problem was that the find algorithm of pdf.js evolved rapidly, and I didn't manage to merge my changes into their advanced algorithm. After trying a year or so, I gave up. I pruned the library in order to keep up with the progress of the base library. Technically speaking, it's possible to implement the feature again. All you need to do is to analyse the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to update the version of
ngx-extended-pdf-viewer
from15.2.0
to18.0.1
and I am having trouble replacing the functionfindMultiple
in my code because it doesn’t exist anymore in18.0.1
version.What is the alternative of
findMultiple
? how to search in pdf using an array of strings ?Beta Was this translation helpful? Give feedback.
All reactions