We are using “slides-19.10-jdk16.jar”.
When converting the shadow.odp to shadow.pptx the shadow effect of the font is not preserved.
Using the following code:
com.aspose.slides.Presentation presentation = new com.aspose.slides.Presentation(inputPath);
presentation.save(outputPath, com.aspose.slides.SaveFormat.Pptx);
shadow.zip (32.3 KB)