Hi Team,
We have a business requirement to convert PPTX file to PDF and have bought Aspose Total License for that.
However it seems the quality of text in PPTx is compromized and requirement is not achieved.
demo1.pptx - Input pptx file
demo123.pdf - output pdf using Aspose slides.
TestPPT2.pdf - Output using third party services.
Below is the code snippet we use and expect the output same as we got from thrid party services. Please help us to resolve this.
//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\\demo1.pptx");
//Save the prsentation to PDF with specified options
pres.save("C:\\ppt\\demo123.pdf", com.aspose.slides.SaveFormat.Pdf);
Thanks,
Jahir