Pptx to PDF pie chart not converting properly

Hi,
I am using aspose java 20.5 to convert from pptx to pdf and the pdf comes out with only a slice of the pie.
My source code is:
Presentation pres = new Presentation(sourceFileName + “.” + extension);
dataDir = dataDir + sourceFileName + “.pdf”;
pres.save(dataDir, SaveFormat.Pdf);
I am uploading the source file and the pdf that I got.
Thanks in advance, YuvalPie Charts.zip (834.5 KB)

@yuvalbne

Can you please try using latest Aspose.Slides for Java 20.10 on your end and if there is still an issue then please share the output PDF with us.