Hi,
After simple load/save routine with the attached presentation, SmartArt shapes from the slide #2 to slide #7 disappeared.
Here’s the code I use:
String presentationPath = “Leinsparen Entwurf.ppt”;
InputStream inputStream = new FileInputStream(presentationPath);
Presentation presentation = new Presentation(inputStream);
inputStream.close();
presentation.save(“Leinsparen Entwurf-aspose.ppt”, SaveFormat.Ppt);
Can you check this?
Thanks,
Zeljko