Aldo Hernandez

Results 25 comments of 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: ![imagen](https://github.com/TaTo30/vue-pdf/assets/57086025/eb1eca86-5c57-4436-b073-c24657d72188)

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. ![Screenshot 2024-05-23 131603](https://github.com/quasarframework/quasar/assets/57086025/dd7a0e2f-3ef5-4b8a-8a33-8adb1e930ebe) But in production environment...

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...