-
ReferenceError: structuredClone is not defined
at LoopbackPort.postMessage (/Users/yanhui/code/pdfGPT-main/node_modules/pdfjs-dist/build/pdf.js:1709:13)
at MessageHandler.sendWithPromise (/U…
-
there are dependencies with modules,
"node_modules/pdfjs-dist" : "4.2.67",
"node_modules/react-doc-viewer": "4.2.67",
"node_modules/react-pdf" : "3.11.174",
"node_modules/react-pdf/node_modules/…
-
The pdf.js version should be updated to 4.2.67 in order to address the vulnerability shown below.
-
**To Reproduce**
Steps to reproduce the behavior:
1. git clone https://github.com/mozilla/hubs.git
2. cd hubs
3. rm -rf node_modules && yarn install --frozen-lockfile -> npm ci doesn't work waits on e…
-
![image](https://github.com/user-attachments/assets/2b34f36c-40c9-4271-b722-e8c7d3c202c2)
-
https://github.com/mozilla/pdf.js
-
## Issue
nodejs crashes when processing a PDF file containing an image. Enclosed the PDF file too.
The crash is as follows:
```
FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal.
1: 0xb85…
-
Hello,
do you have any plans to update pdfjs-dist and mammoth to the latest one? The currently used versions are 2,5 years old and might have a plenty of security issues.
Best
Andre
-
Hey there.
As noted in #225, there is an upcoming major release of `node-canvas` that appears to actually compile correctly with electron. I have been testing this with `pdf-to-img`, and it more or…
-
Following the advice of @MasterOdin in https://github.com/Submitty/pdf-annotate.js/pull/671#discussion_r1661417129.
We extremely infrequently update or publish the `pdf-annotate.js` package, so as …