Hi,
I am facing an issue that reproduce in coule of pptx that I am trying to convert to pdf using the latest aspose java api.(Version 21.7)
I attached the pptx and the pdf output (First page). As you can see the slide is empty and the chart coudn’t be converted.
The code that convert is:
Presentation pres = new Presentation(dataDir + fileId + “.” + extension);
dataDir = dataDir + fileId.split("\.")[0] + “.pdf”;
pres.save(dataDir, SaveFormat.Pdf);
Aspose.zip (1004.2 KB)