Shape outlines on tables/charts are not rendered in PDF/PNG output of slides

Hello,

I am using Aspose.slides v17.3 to generate PDF/PNG of a slide. Shape outlines on tables/charts are not rendered in PDF/PNG output of the slide.

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 presentation file shared by you using Aspose.Slides for Java 17.4 and have been able to observe the issue. A ticket with ID SLIDESJAVA-36386 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with issue so that you may be automatically notified once issue will be fixed.

We are sorry for your inconvenience,