Chart 3D Effects Are Lost when Converting PPTX to PDF

Hi,

I have some issues to convert the PPTX to PDF when I include charts in that.
Attached is input TestPPT2.pptx and output is TestPPT123.pdf.
I can see the different the z-axis is not coming in output pdf.

//Instantiate a Presentation object that represents a PPT file
PresentationEx pres = new PresentationEx("C:\\ppt\\TestPPT2.pptx");

//Save the prsentation to PDF with specified options
pres.save("C:\\ppt\\TestPPT123.pdf", com.aspose.slides.SaveFormat.Pdf);

Could you please help in this.

Thanks,
Jahir

Hi Jahir,

I have observed the presentation file shared by you and regret to share that at the moment the 3D effects support is missing in Aspose.Slides. Therefore, you are unable to observe them in generated PDF. An issue with ID SLIDESJAVA-34261 has already been added in our issue tracking system to provide the requested support. This thread has been linked with the issue so that you may be automatically notified once the support will be available.

We are sorry for your inconvenience,

The issues you have found earlier (filed as SLIDESJAVA-34261) have been fixed in Aspose.Slides for Java 22.1 (ZIP).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.