Skip to content

PdfJsKit v2.1.5

Choose a tag to compare

@GleamTech GleamTech released this 25 Apr 19:54
· 13 commits to main since this release

Version 2.1.5 - April 25, 2025

  • Fixed: Keyboard shortcuts were not respecting the denied permissions. Especially CTRL + P for print and CTRL + S for save.
  • Fixed: Pages outline color when focused.
  • Improved: Added and used ObjectUtil.override method which is more suitable than ObjectUtil.apply,
    for overriding a class instance/object; it can apply property getters, property setters, functions etc.