We have integrated PDFJS Express in our Blazor wasm app.
After integrating the component we see the following when loading a pdf:
The error happens right after
“.loadDocument(base64ToBlob(value.fileBase64), { filename: value.fileName,extension: ‘pdf’ });”
After a while searching we started from scratch again and downloaded the template files for blazor from the url: Integrate JavaScript PDF Library & Blazor | PDF.js Express Viewer SDK
" Get the Blazor sample source code here"
The same error keeps occuring.
I guess there’s some other things also not ok, when we search for text we also get errors.
How can we solve these issues?
gr