We are using “slides-19.10-jdk16.jar”.
The attached ODP file has an oval shape in it, however when we convert it to PPTX the shape vanishes.
Using the following code:
com.aspose.slides.Presentation presentation = new com.aspose.slides.Presentation(inputPath);
presentation.save(outputPath, com.aspose.slides.SaveFormat.Pptx);
oval.zip (46.2 KB)