DEV Community

artydev
artydev

Posted on

1

Loading pdf.js in node projects

I have struggled to import pdf.js in my project.

Here is what I have done to make it work :

npm install pdfjs-dist
Enter fullscreen mode Exit fullscreen mode

in Javascript file :

import * as pdfjsLib from "pdfjs-dist/legacy/build/pdf.mjs";

import * as workerURL from "pdfjs-dist/legacy/build/pdf.worker.min.mjs"

pdfjsLib.GlobalWorkerOptions.workerURL = workerURL;
Enter fullscreen mode Exit fullscreen mode

Hope this help

Top comments (0)

Image of Docusign

πŸ› οΈ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more