Chart Rendering Is Different after Loading on Linux

Hi,
I use this snippet to open and resave the ppt file on Linux.
using (var presentation = new Presentation(inFile))
{
SaveFormat format = SaveFormat.Ppt;
presentation.Save(tempFile, format);
}

There is a chart shadow appearing on slide 25 of the output file. Also, the font is changed.
image.jpg (238.9 KB)
Can you investigate this issue and give me some advice?
The env information:
Ubuntu 18.04
.Net 5.0
Aspose.Slides 21.10
msttcorefonts installed.
libgdiplus 6.0.5 installed.
checking_asposeslide.zip (3.0 MB)

@dunghnguyen,
Thank you for the issue description.

I reproduced the problem with chart shadows and logged the issue with ID SLIDESNET-42887 in our tracking system. Our development team will investigate this case. You will be notified when the issue is resolved.

As for the font, you can make sure it is not applied on your left screenshot (input presentation). Instead, PowerPoint displays Calibri font. Please check the following possible reasons:

  • “Akzidenz Grotesk” font was not installed (where PowerPoint was opened)
  • in the presentation, the name “AkzidenzGrotesk” (without whitespace) must be specified instead of “Akzidenz Grotesk” font_list.png (211.6 KB)

Hi @Andrey_Potapov
Is there any update on this issue?
Thanks.

@dunghnguyen,
I’ve requested plans for this issue from our development team. We will let you know soon.

@dunghnguyen,
An investigation of this issue has been scheduled for the week of 2022/11.

The issues you have found earlier (filed as SLIDESNET-42887) have been fixed in Aspose.Slides for .NET 22.6 (ZIP, MSI).
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.