Hi,
I am using Aspose.total with Developer OEM license.
- With Aspose slides, I am trying to convert a PPTX file to PDF as follows :
com.aspose.slides.LoadOptions loadOptions = new com.aspose.slides.LoadOptions();
Presentation pres = new Presentation(GZIPInputStreamObject, loadOptions);
pres.save(fileOutputStream, com.aspose.slides.SaveFormat.Pdf);
- I am using the latest version of Aspose slides [21.12 ]
<dependency> <groupId>com.aspose</groupId> <artifactId>aspose-slides</artifactId> <version>21.12</version> <classifier>jdk16</classifier> </dependency>
What are the Microsoft Powerpoint versions that are officially supported by Aspose 21.12 ?