Hi,
I am not able convert a pptx file to pdf with the same format. Attaching the pptx file.
Code Snippet :
String fileName = "C:\\attachementTest\\test5.pptx";
PresentationEx pptPresentationEx = new PresentationEx(fileName);
pptPresentationEx.save("C:\\attachementTest\\testPdf.pdf", SaveFormat.PDF);
I am using Aspose java 2.7.0 and Aspose Slide 2.5.0. Even I tried for Slide 2.6.0 also but issue still persists.