Chart Is Missing when Converting PPTX to PDF

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)

@operationsdotbcs,
Thank you for the issue description. I reproduced the problem with missing the chart and logged the issue with ID SLIDESJAVA-38612 in our tracking system. Our development team will investigate this case. You will be notified when the problem is fixed.

Hi,
Why status blocked?

@operationsdotbcs,
This issue was blocked by a similar issue with Aspose.Slides for .NET. When the issue is resolved for .NET version, it will be resolved for Java as well.

The issues you have found earlier (filed as SLIDESJAVA-38612) have been fixed in this update.