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<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
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