Exception while converting PPTX to PDF

Hi.

I am getting exception while converting below ppt file to pdf using ASPOSE.Please help to resolve the issue.


Hi Anand,


I have worked with the presentation file shared by you using Aspose.Slides for Java 3.0.0 using following code snippet. I have not been able to reproduce the issue in Windows 7 environment. For your kind reference, I have also shared the generated PDF as well. Please share if the issue still happen on your side using following code snippet.

PresentationEx pres = new PresentationEx(path+“testbardiag.pptx”);
pres.save(path+“testbardiag.pdf”,com.aspose.slides.SaveFormat.Pdf);

Many Thanks,