Loading and Saving a PowerPoint Presentation in C# Breaks a Table Formatting

Hi,
I have the sample (.ppt): sample2.zip (182.8 KB), after loading and save again that file, table’s format turns wrong.
My code:

using(var inputStream = new FileStream(inputPptFile, FileMode.Open,
                                       FileAccess.Read, FileShare.ReadWrite))
{
   var presentation = new Presentation(inputStream );
   SaveFormat format = SaveFormat.Pps;
   presentation.Save(outputPptFile, format);
}

Please check this case.
Thank you very much.

@dunghnguyen,

I have been able to reproduce the issue using latest Aspose.Slides for .NET 20.6. A ticket with ID SLIDESNET-42032 has been created to further investigate and resolve the issue. We will share feedback with you as soon as the issue will be fixed.

Hi,
Do you have any update on it?
Thanks.

@dunghnguyen,

I regret to share that at present the issue is unresolved owing to internally blocking issue. We request for your patience and will share the feedback with you as soon as it will be fixed.

Hi @mudassir.fayyaz,
Can you share any updates on this issue?
Thanks.

@dunghnguyen

I regret to share that this issue is blocked owing to internal API implementation and we request for your patience in this regard. We will share the updates with you as soon as the issue will be fixed.