Hi,
We are in process of migrating to aspose slides new version 15.5.0 (JAVA). We found an issue with powerpoint presentations having animations.
We tried a simple testcase where we just load a presentation (having animations) and then save it back in pptx format. When we try to open the saved presentation, we get an error message “Powerpoint was unable to display some of the text, images or objects on slides in the file, because they have become corrupted…”. The sample PowerPoint presentation (PPT_With_Animation.pptx) used in the test case and the other one generated by Aspose (PowerPointSaved.pptx) are attached with this post along with the error message snapshot.
The code we used is given below:
public void testOracleInternal() {
Presentation pptx = new Presentation(“PPT_With_Animation.pptx”);
pptx.save(“PowerPointSaved.pptx”, SaveFormat.Pptx);
}
Please look into this issue as soon as possible as we urgently need update on this.
Thanks
Manisha
Hi Manisha,
The issues you have found earlier (filed as SLIDESJAVA-34921) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.