I am trying to evaluate Aspose.Slides for Java to create OOXML Powerpoint Presentations. The system requirements page states that Aspose.Slides for Java requires JAI and JAI Image I/O. The FAQ (https://docs.aspose.com/slides/java/frequently-asked-questions/) states that those libraries can be downloaded from https://jai.dev.java.net/binary-builds.html
which does not exist any more. I am running on Java SE 7 / JDK 7u3, where can I find binary releases of the required JAI packages?
I already had a look on the API Aspose.Slides provides, and it seems to me that the methods which the OOXML PowerPoint class PresentationEx provides are very limited in comparison the old PowerPoint format class Presentation. Am I correct to conclude that Aspose.Slides for Java is not suited to create OOXML presentations at its current state as it does not provide the same features as for the old format (not to speak of any of the new capabilities the OOXML format provides)? Or is it just that the new API has changed and now is more nested than before?
Thank you in advance for your answer,
Florian Burger