PPTX to PDF Is Not Converting Charts when SaveMetafilesAsPng Is False

Hi,

I am trying to convert PPT to PDF and the chart area is blank.

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

ASPOSEPPTOPDFISSUE.zip (93.7 KB)

Using the latest stable version 24.3.0(Aspose.Slides.Net)

Regards,

@ServerSide527,
Thank you for contacting support. 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-44481

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.

Please also share the following additional information if it is possible:

  • OS version on which the conversion was performed
  • .NET target platform in your app

The issues you found earlier (filed as SLIDESNET-44481) have been fixed in Aspose.Slides for .NET 24.5 (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.