Hi,
I used the following code to read the attached presentation and save it immediately. I am observing some differences in the animation of an object (Picture 3) which has motion on slide # 9.
Presentation ppt = new Presentation("Intro to Oracle EPRCS.pptx");
ppt.save("Intro to Oracle EPRCS_readAndSave.pptx",
com.aspose.slides.SaveFormat.Pptx);
When I click on animation pane, and see what is going on, in the original slide I observe that under enhancements of the animation effect, the effect says that the object should "hide after animation", where as this property is changed in the saved ppt to "Don't Dim".
I have also attached screen shots of the same named "animation_beforeSave.png" and "animation_afterSave.png".
I have also attached screen shots of the same named "animation_beforeSave.png" and "animation_afterSave.png".
I used 16.3.0 version of slides -- java.
My environment details: Oracle Linux 5 (Intel 64-bit)
Java version: 1.7.0_85(default)
Java SE version: 1.7.0_85 (default)
Thanks,
Monica