Pdfviewer Load method not respond in rare scenario

Hi Team,


Pdfviewer Load method not respond in IIS rare scenario, i not able find the rootcause could you please help me out. Please reply ASAP.

Thanks in Advance.


Sample Code: 

PdfRenderer pdfviewer = new PdfRenderer();

byte[] bytes = System.IO.File.ReadAllBytes(documentPath);

stream = new MemoryStream(bytes);

jsonResult = pdfviewer.Load(stream, jsonObject);



Reagrds,

Manimaran


1 Reply

VV Visvesvar Venkatesan Syncfusion Team November 9, 2023 12:54 PM UTC

Hi Manimaran,


We've included a sample using the latest MVC version. Kindly load the document into this sample and give it a check.

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/pdfviewer_mvc_free_text-157297284.zip


Note: If your requirement or scenario is different, kindly provide the details of it.


Loader.
Up arrow icon