Presentation saves corrupted after no modifications were made

Hello I am using aspose.slides for java, version: 15.5.1program_pptx.zip (109.8 KB)
, and the attached presentation is corrupted only after opening and saving it with aspose.slides, example code:

Presentation doc = new Presentation("/tmp/PROGRAM.PPTX");
doc.save("/tmp/program_new.pptx", SaveFormat.Pptx);

After opening it with PowerPoint and allowing to “repair” the last slide is discarded.
The original file opens properly.

Regards

@arik-1,

I have observed your comments. I have worked with source files shared by you using Aspose.Slides for Java 18.3 and unable to observe any issue. Can you please try to use Aspose.Slides latest version on your end and shared feedback with us if there is still an issue. program_new.zip (76.8 KB)