-
-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: update to latest pdf.js v2.7.570 #714
Comments
Also if going to v2.7.570 please use the minified versions of es2015 or later or provide option to do so for smaller code and better performance. See the nice but somewhat bloated ngx-extended-pdf-viewer for some examples, going minified might make this lightweight ng2-pdf-viewer library even better. |
@cvjanick when the pdf-js npm dependency is node_modules/pdfjs-dist/build, you have the minified versions available there At the moment I have 2 changes in my project to make things work:
this was needed because the dynamic CDN loading was blocked by the security content policy which we restricted. |
Thank you igorlino will give that a try. |
Also thanks to both Stephan and Vadim - two great libraries! Using both for different purposes. |
+1 to this Feature Request! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@VadimDez sorry to spam, in the meantime there are 6 releases, not sure if it is hard to integrate to the latest one, but each release seems to contain a very significant amount of features/bug fixes/performance improvements. v2.10.377 … |
sorry my bad, there you did already a release in #777, so technically you covered already the reported releases. |
FYI I created a quick, temporary fix, if you want to use it: https://github.com/beckedorf/ng2-pdf-viewer |
Closed by #829 |
Bug Report or Feature Request (mark with an
x
)https://github.com/mozilla/pdf.js/releases
pdf viewer does not contain the last 3 minor releases:
v2.7.570 …
18 hours ago f2c7338 zip tar.gz Notes https://github.com/mozilla/pdf.js/releases/tag/v2.7.570
v2.6.347 …
on 3 Sep 2020 3be9c65 zip tar.gz Notes https://github.com/mozilla/pdf.js/releases/tag/v2.6.347
v2.5.207 …
on 1 Jun 2020 0974d60 zip tar.gz Notes https://github.com/mozilla/pdf.js/releases/tag/v2.5.207
Perhaps is a good time to update to v2.7.570 that includes several performance improvements.
The text was updated successfully, but these errors were encountered: