Posted 2 August 2024, 8:57 am EST
I am trying to use javascript pdf viewer in my blazor application. So as per below line of code we can able to open the existing pdf with path or url.
viewer.open(“sample-file.pdf”);
But if I have FileStream data then can we have any option to load stream directly into the viewer? Please suggest.