Missing Smart Art Object on Notes Master when Saving Presentation to PPT

Hi,


I have a .ppt file with Smart Art object on Notes Master slide. When I load and save the file, Smart Art object is missing in target file.

Here’s the code I use:

String presentationPath = “SmartArtNotesMaster.ppt”;
InputStream inputStream = new FileInputStream(presentationPath);
Presentation presentation = new Presentation(inputStream);
inputStream.close();
presentation.save(“SmartArtNotesMaster-16.9.0.ppt”, SaveFormat.Ppt);

Note: In case of .pptx files, everything works fine.

I’m using Aspose.Slides for Java 16.9.0.

Can you check this?

Thanks,
Zeljko

Hi Zeljko,


Thank you for posting.

I have observed your comments and like to share with you that, a ticket with ID SLIDESJAVA-35688 has been logged in our issue management system to further investigate and resolve the issue.This thread has been linked with the issue so that you may be notified automatically as soon as the issue will be resolved.

We are sorry for your inconvenience,

The issues you have found earlier (filed as SLIDESJAVA-35688) have been fixed in this update.