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
Thanks,
Zeljko