angularjs-pdf icon indicating copy to clipboard operation
angularjs-pdf copied to clipboard

#221 PDFJS is not defined working fix, compatible with latest pdf.js release

Open czapkowicz opened this issue 7 years ago • 1 comments

PDFJS name is completely removed in latest pdf.js release. More info here: https://github.com/mozilla/pdf.js/pull/9493

czapkowicz avatar Jul 30 '18 15:07 czapkowicz

155 // PDFJS.disableWorker = true;

and

    if (url && url.length) {
      // pdfLoaderTask = PDFJS.getDocument(params);
      pdfLoaderTask = pdfjsLib.getDocument(url);

sargin48 avatar Jul 16 '19 14:07 sargin48