hallysonh / ngx-imageviewer

Angular 5 Image Viewer Component based on Canvas
MIT License
84 stars 52 forks source link

ReferenceError: pdfjsLib is not defined at new PdfResourceLoader #55

Open rajppd opened 5 years ago

rajppd commented 5 years ago

Hi, I have done all installs and script additions to Angular CLI as given. Images are properly loading. But pdf files show this error.

ReferenceError: pdfjsLib is not defined at new PdfResourceLoader (hallysonh-ngx-imageviewer.js:450) Any help please...

rajppd commented 5 years ago

As an update, if I downgraded version to the one as recommended "yarn add pdfjs-dist@2.0.489" its working. Higher version of pdfjs-dist has the issue that I reported.