How to create Hello World Presentation document
Contents
[
Hide
]
A new Aspose.Slides for Java API has been released and now this single product supports the capability to generate PowerPoint documents from scratch and editing the existing ones.
Support for Legacy code
In order to use the legacy code developed with Aspose.Slides for Java versions earlier to 13.x, you need to make some minor changes in your code and the code will work as earlier. All the classes that were present in old Aspose.Slides for Java under Aspose.Slide and Aspose.Slides.Pptx namespaces are now merged in single Aspose.Slides namespace. Please take a look over the following simple code snippet for creating a Hello World Presentation document in legacy Aspose.Slides API and follow the steps describing how to migrate to new merged API.