Hi Team,
Do you have any older release notes of aspose-slides-for-java? As of now, I couldn’t find the release notes before 2015. The actual case is, we’re using aspose.slides-8.8.1.jar. But we’re trying to adopt the latest jar. While adopting the same, we can see more classes were replaced with new ones. We couldn’t find some alternate classes in the new jar. So It would be better if you can share me the old release notes which have major changes like Slides into ISlides …
Example:
Presentation preso = new Presentation(“sample.ppt”);
old code - com.aspose.slides.Slides slides = preso.getSlides();
new code - ISlideCollection slides = preso.getSlides();