When converting a ppt to a pdf the chart for slide 16 is rendered spread out across the page in an unsuable manner.
Input file - https://github.com/apache/poi/blob/trunk/test-data/slideshow/37625.ppt
com.aspose.slides.LoadOptions lo = new com.aspose.slides.LoadOptions();
com.aspose.slides.SaveOptions so = new com.aspose.slides.PptxOptions();
Presentation doc = new Presentation(srcFile, lo);
doc.save(outFile, SaveFormat.Pdf, new com.aspose.slides.PdfOptions());
System:
- Windows
- aspose-slides-19.2-jdk16.jar