Aldo Hernandez
Aldo Hernandez
Some time ago I made a small implementation of PDFJS for Vue3 and seeing that this project no longer receives any more updates, I decided to make a new package...
go to pdfjs-dist/build/pdf.worker.js and with find phrase tool type: 'Unimplemented widget field type' you should see code like this: ```javascript switch (fieldType) { case "Tx": return new TextWidgetAnnotation(parameters); case "Btn":...
That error is common when SSR frameworks are used, Try wrapping the component with some "client-only" component or directive.
I have not used astro but after some research I found this: 
I'm already working for updating the library with the latest version of pdfjs, please be patient.
During development this attribute must be `true`, so the web server can be requested by the client, otherwise, ERR_CLEARTEXT_NOT_PERMITTED error will throw out.  But in production environment...
Any updated of this? @yusufkandemir
I have been trying to reproduce this issue on different devices but I am getting a nice readable page in all cases. What is the result if you run this...
I tried to reproduce this error using both plain Vue 3 and Nuxt but I did not get any issues, both methods works well. > The error I get seems...
Much of those `console.log`'s are printed by pdf.js directly, this library does not include any log but errors. > In addition, when started to load a PDF and then destroying...