Skip to content

PdfJsKit v2.4.3

Choose a tag to compare

@GleamTech GleamTech released this 27 Aug 09:54
· 7 commits to main since this release

Version 2.4.3 - August 27, 2025

  • Improved: When using searchOptions.matchAnyWord, now the quotation marks can be used to specify phrases
    inside a query that is set via searchOptions.term.
    For example;
    • red "four wheels" petrol will match red or four wheels or petrol or red four wheels petrol
    • red ""four wheels"" petrol will match red or "four wheels" or petrol or red "four wheels" petrol
      Note that two consecutive quotation marks "" can be used to escape, i.e. to search for a quotation mark literally as ".
      The same feature can also be used in the Viewer's Find dialog.