I have tried to pass as src parameter of the canvas-viewer a clean base64 string and does not render the file, I tried to convert it to Uint8Array and top recognizes the format, there is some way that the module can recognize base64 coming from an angular http service.
Cannot read property 'refresh' of null -> CanvasViewer.js:174:15
data:application/pdf;base64,[object ArrayBuffer] net::ERR_INVALID_URL -> FormatReader.js 307
Any help or track be very grateful.
I have tried to pass as src parameter of the canvas-viewer a clean base64 string and does not render the file, I tried to convert it to Uint8Array and top recognizes the format, there is some way that the module can recognize base64 coming from an angular http service.
Cannot read property 'refresh' of null -> CanvasViewer.js:174:15
data:application/pdf;base64,[object ArrayBuffer] net::ERR_INVALID_URL -> FormatReader.js 307
Any help or track be very grateful.