Using aspose-slides-19.10-jdk16.jar to convert ODP to PPTX.
When I converted an ODP with circles in it to a PPTX the circles aren’t preserved (on slide one).
Code below:
com.aspose.slides.Presentation presentation = new com.aspose.slides.Presentation(inputPath);
presentation.save(outputPath, com.aspose.slides.SaveFormat.Pptx);
Before/after sample attached.
ODP.zip (153.0 KB)