Save ppt hang

hang.zip (4.2 MB)

when open – save this ppt , thread will be block forever save method block

@lsl,

I have tried loading and saving the presentation using Aspose.Slides for .NET 18.12 on my end using following sample code. I have not observed any issue on my end. For your kind reference, generated presentation is also attached.

        Presentation pres = new Presentation(path + "test.ppt");
        pres.Save(path + "saved.pptx", Aspose.Slides.Export.SaveFormat.Pptx);

saved.zip (4.2 MB)

yes save as Pptx is ok
but save as ppt will hang

@lsl,

I have tried saving the presentation to PPT and have been able to reproduce the issue. An issue with ID SLIDESNET-40810 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.