stephanrauh / ngx-extended-pdf-viewer

A full-blown PDF viewer for Angular 16, 17, and beyond
https://pdfviewer.net
Apache License 2.0
449 stars 167 forks source link

Rename pdfDefaultOptions.activateWillReadFrequentlyFlag to pdfDefaultOption.enableHWA in pdf.js 4.4 #2372

Open stephanrauh opened 1 week ago

stephanrauh commented 1 week ago

pdf.js 4.4 add a new option to activate hardware accelleration. Hence, ngx-extended-pdf-viewer removes the old flag from the pdfDefaultOptions and add enableHWA. Note that enableHWA is the opposite of activateWillReadFrequentlyFlag.