PPTX to PDF: Pictures missing (Java)

While attempting a simple conversion ppt to either a pptx or pdf, the output file is generated with all images missing.

Input file is: https://github.com/apache/poi/blob/trunk/test-data/slideshow/pictures.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 the presentation file shared by you and have been able to observe the issue. An issue with ID SLIDESJAVA-37638 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.