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