Hi guys,
We’re using Aspose Slides .NET version 20.4 and receiving an error when opening and saving the attached ppt file.
Error is
Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
ProblemPresentation.zip (8.1 MB)
Code to duplicate :
Presentation pres = new Presentation(“C:\ProblemPresentation.pptx”);
pres.Save(“C:\OUTPUT.pptx”, Aspose.Slides.Export.SaveFormat.Pptx);
Thanks,
Daniel