Hello, I am attempting to load a PDF from a base64 string as opposed to a file. This works fine when I specify a service url, but fails on pdfViewer.Load() with the following error when I do not specify the service url:
Cannot read properties of undefined (reading 'style')
I would much rather use the standalone viewer. Is this use case supported, and if so any advice on how to get past this