PPTX to PDF Is Not Converting Charts/Tables Properly when SaveMetafilesAsPng Property Is False

Hi,

I have raised a issue previously that was working however the charts and tables are messed up in the pdf.
As mentioned below(differences.jpg image).
differences.jpg (210.3 KB)

Version used 24.6

var saveOptions = new PdfOptions
{
    SaveMetafilesAsPng = false
};
 
Aspose.Slides.Presentation presentation = new Aspose.Slides.Presentation(@"test.pptx");
presentation.Save("Output_affected2.pdf", Aspose.Slides.Export.SaveFormat.Pdf, saveOptions);

aspose_slides.zip (753.6 KB)

Regards,

@ServerSide527,
Thank you for reporting on the issue. I’ve reproduced the problem you described.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): SLIDESNET-44634

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you found earlier (filed as SLIDESNET-44634) have been fixed in Aspose.Slides for .NET 24.9 (ZIP, MSI, NuGet, Cross-platform).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.