senny / pdfjs_viewer-rails

PDF.js viewer packaged as a Rails engine.
MIT License
114 stars 175 forks source link

How to update underlying pdfjs? #62

Closed twnaing closed 4 years ago

twnaing commented 4 years ago

As of 2020-5-13, stable Mozilla pdf.js version is 2.3.200.

When I look around in the source code, the version is 1.10.100. Correct me if I am wrong.

I want to confirm Mozilla pdf.js content (web and build) is distributed across public folder and app/assets folders.

twnaing commented 4 years ago

There is an ongoing pull request with pdf.js version 2.2.228 https://github.com/senny/pdfjs_viewer-rails/pull/61

There is instruction on how to update