Error after simple loading and saving PPTX

Hello,

after simple open-save routine through Aspose Slides API I am getting repair message when opening saved presentation in Office 2013. By clicking repair I get info message that some object are removed which results in content missing. It is happening with Slides 19.4 library. Can you please check?

File file = File.createTempFile("2022", ".pptx");
Presentation presentation = null;
try{
    presentation = new Presentation(" Data Capital Product Presentation.pptx");
    presentation.save(file.getAbsolutePath(), SaveFormat.Pptx);
} finally {
    if (presentation != null) {
        presentation.dispose();
    }

link to file

Regards, Zeljko

@zpredojevic,

Can you please try to use Aspose.Slides latest version 19.7 on your end and share feedback with us. I have worked with sample code and source file shared by you and unable to observe any issue.

Hi Adnan,

I am able to reproduce the issue with 19.7 too. Please note that my java version is
openjdk version “11.0.1” 2018-10-16
OpenJDK Runtime Environment 18.9 (build 11.0.1+13)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode)

@zpredojevic,

Than you for sharing the information. An issue with ID SLIDESJAVA-37742 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.