No PDFJS.workerSrc specified

前端 未结 5 1193
借酒劲吻你
借酒劲吻你 2021-01-07 23:18

Trying to use PDF JS in a local Apache server and receiving the following error in console:

Uncaught Error: No PDFJS.workerSrc specified

Th

5条回答
  •  借酒劲吻你
    2021-01-08 00:05

    Go to pdf.js

    search function getWorkerSrc()

    replace this lines

    pdfjsFilePath = "YOUR_PATH_TO_JS_FILE/pdf.worker.js";
    if (pdfjsFilePath) {
      return pdfjsFilePath;
    } 
    

提交回复
热议问题