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(…...MemoryStream(); var options = new PptxOptions(); options.WarningCallback...Aspose.Slides.Export.SaveFormat.Pptx, options); ms.Position =...