3D shape effects are not rendered in PDF/PNG output of slides

Hello,

I am using Aspose.slides v17.3 to generate PDF/PNG of a slide. 3-D shape effects have been applied on the shapes in the slide, but the shape effects are not rendered in the PDF/PNG output.

Following code has been used to generate the PDF:
Presentation presentation = new Presentation("test.pptx");
int index[] = {1};
presentation.save("response.pdf", index, SaveFormat.Pdf);

Following code has been used to generate the PNG:
Presentation presentation = new Presentation("test.pptx");
ISlide slide = presentation.getSlides().get_Item(0);
BufferedImage sldImg = slide.getThumbnail(1, 1);
File file = new File("response.png");
ImageIO.write(sldImg, "png", file);

Can you please analyse this issue.

Thanks,
Neha

Hi Neha,


I have worked with source presentation shared by you using Aspose.Slides for JAVA 17.4 and regret to share that currently the 3-D rendering are not supported in Aspose.Slides for Java. An issue with ID SLIDESJAVA-36381 has been created in our issue tracking system as a new feature request to provide the support. This thread has been linked with the issue so that you may be automatically notified once the requested support will be available.

We are sorry for your inconvenience,

The issues you have found earlier (filed as SLIDESJAVA-36381) have been fixed in this update.