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…...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…