Generated PDFs are not rendered properly in IE and Adobe Reader

Hello,

I am using Aspose.slides v17.3 to generate PDF of a slide. The slide contains a chart. When the PDF output is opened in Internet Explorer or Adobe Reader, on zooming out, after a certain point the chart content becomes invisible.

In case of MS PPT generated PDF, chart content is not lost on Zoom Out. Behavior of Aspose generated PDF should also be the same and content should be visible irrespective of zoom level.

I have attached a screenshot of both Aspose generated PDF and MS PPT generated PDF at the same zoom level (59.8%).

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

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-36387 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,

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