Hi,
I’ve just loaded and saved the attached presentation and text in some shapes on the slide #6 changed to asterisk. Please see the attached screenshot for your reference.
Here’s the code I used:
String path = “Test.ppt”;
InputStream inputStream = new FileInputStream(path);
Presentation presentation = new Presentation(inputStream);
inputStream.close();
presentation.save(“Test-aspose.ppt”, SaveFormat.Ppt);
Can you check this?
Thanks,
Zeljko
Thanks,
Zeljko