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(convertedbytes.Stream, opt);
Using version 17.1.0. Xlsx file attached
98959564.zip (195.1 KB)