PPTX to PDF: Chart is improperly rendered (Java)

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

@rcpeate,

I have worked with presentation file using Aspose.Slides for Java 19.4 on my end and have not been able to observe the issue. Can you please observe the PDF and share if you still observe any issue. I don’t have font used in your presentation on my end. Therefore, the PDF has been rendered with default font on my end.

37625.saved.pdf (7.3 MB)

Many thanks, I’ve attached a screen shot showing the offending slide.

196083.png (96.5 KB)

@rcpeate,

I have worked with source file shared by you using Aspose.Slides for Java 19.4 and have been able to observe issue. A ticket with ID SLIDESJAVA-37640 has been created in our issue tracking system to further investigate issue in detail. This thread has been linked with issue so that you may be automatically notified once issue will be fixed.