I’m attempting to convert an Xlsx file to a Pdf through an API. Works great locally, but when being run in Azure, I get a Share to image Error.
var doc = new AsposeCells.Workbook(Image.Stream);
doc.Save(convertedbyt…...Mahocker January 26, 2024, 2:10pm 1 I’m attempting to convert...amjad.sahi January 26, 2024, 2:28pm 2 @Brian.Mahocker , I have tested...