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 sh…...Rendering Is Different after Loading on Linux Aspose.Slides Product...Also, the font is changed. image.jpg (238.9 KB) Can you investigate...