PPT with embedded graphs fails to preserve the graphs in saved PDF

Team, could you please take a look at attached input pptx and output PDF?

PDF save using Aspose slides fails to render the embedded graph.

---- code snippet----
public class Ppt2Pdf {
public static void main(String[] args) {
// Instantiate a Presentation object that represents a presentation file
Presentation presentation = new Presentation(“test.pptx”);
// Save the presentation to PDF with default options
presentation.save(“test_pptx.pdf”, SaveFormat.Pdf);
}
}

test.zip (41.8 KB)
test_pptx.pdf (37.1 KB)

@bhaskarg,

I have worked with presentation file shared by you and have been able to observe the missing plot area in exported PDF. An issue with ID SLIDESJAVA-36486 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 automatically notified once the issue will be fixed.

We are sorry for your inconvenience,

Mudassir Fayyaz