This release introduce major changes:
- Updated the PDF.JS Library to (pdfjs-4.5.136 https://mozilla.github.io/pdf.js/getting_started/#download)
- This new version of PDF.JS have some default capabilities for highlight annotations.
- Also simplified the code to make it easier to extend events and other config properties.
- Improved security by enabling a check to block Javascripts embeded in the PDF. This can be enabled or disabled. If disabled your file will still open, but any macros might not work
- Added support to all locales
- Integrated with pdfAnnotate library (https://github.com/highkite/pdfAnnotate) for programatically adding new annotations. (Check the documentation tab for more info)
PDF JS is under Apache License 2.0
https://github.com/mozilla/pdf.js/blob/master/LICENSE
Added 2 new features!- Get annotation data
- Get loaded document in Base64
Added option to customize the second toolbar.