This code works for PPTX case but not for PPSX.
image.png (22.1 KB)
What is wrong? When I try to unzip it, it doesn’t work either. PPTX is not problem.
case ReportType.PPTX:
{
using var ms = new MemoryStream(…...Export.SaveFormat.Pptx, options);...Presentation.Save(ms, Aspose.Slides.Export.SaveFormat.Ppsx, options);...