-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
Problem with dependencies in 3.0.8 #342
Comments
+1 I have the same problem. I'm showing a spinner when loading the pdf and since > 5.0.1 the pdf doesn't show up anymore / doesn't stop loading |
+1 |
@jrupik can you reproduce it with http://vadimdez.github.io/ng2-pdf-viewer/ ? |
No I can't, it is in Electron + Angular6 app. Version 5.0.1 works, but versions > 5.0.1 not. It is frustrating. |
Problem still occurs with 5.1.2 |
5.0.1 used pdfjs-dist 2.0.489, next releases using pdfjs-dist 2.0.550 and it is probably related to issues of pdf.js: 8127 (mozilla/pdf.js#8127) and similar (Error when loading PDF that uses system fonts mozilla/pdf.js#4244) - still opened issues When you change "pdfjs-dist": "2.0.550" to "pdfjs-dist": "2.0.489" in ng2-pdf-viewer v5.1.2 packages.json all starts to work properly. |
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. |
When I install 3.0.8 version of the library, the console show me:
In addition, the library does not work, it does not give errors but it does not show the pdf.
I suspect that the problem of dependencies with the pdf.js library is the cause.
Enviroment:
The text was updated successfully, but these errors were encountered: