Hi @all,
if i try to convert a ppt or pptx file to pdf, the following error is thrown:
com.aspose.slides.PptxException: This export format is not implemented for PPTX yet
code is from the api-example https://docs.aspose.com/display/slidesjava/Converting+a+Presentation#ConvertingaPresentation-ConvertingPresentationtoPDFusingtheDefaultOptions
Presentation pres = new Presentation(“demo.pptx”);
pres.save(“demoDefault.pdf”, SaveFormat.Pdf);
Version Aspose-slides-17.7-jdk16
Regards,
Vincent