Hi, I’m trying to do something very basic:
using Aspose.Slides;
using Aspose.Slides.Export;
using var Presentation = new Presentation();
Presentation.Save("blank.pptx", SaveFormat.Pptx);
This crashes on non Windows m…...using var presentation = new Presentation(); presentation.Save("blank...