BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi,
Synfusion Blazor pdf viewer server not rendering in Azure. It's working fine in my local
Please provide more details as requested:
This will help us to analyze further and provide more details.
Environment : Windows
Nuget package : Syncfusion.Blazor.PdfViewerServer.Windows; Version="20.2.0.48"
Sample code:
<SfPdfViewerServer DocumentPath="@fileName"></SfPdfViewerServer>
Thank you for your details.
We found that you have created a ticket for the reported query. Kindly follow that ticket for the further update regarding the reported query.
Hello Support Team,
I have a similar request .. Some PDFs are produced and stored on an Azure Storage. Tha URL to this blobis similar to https://myprivatestorage.blob.core.windows.net/documents
Off course, this is blob with private access.
How can I use the PDF Viewer with such URL and specifying the needed azure account key?
Thank you in advance.
We don't have direct support to load the document from Azure storage/private URL. However, we can achieve it in the sample by retrieving the document as a stream from Azure storage or a private URL before loading it into the PDF Viewer. Once we get the document as stream then we can load it into our PDF Viewer control.
Kindly find the documentation below for loading the stream.
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer/how-to/load-pdf-document-dynamically
Kindly try this and let us know if you have any concerns.