File converting errors

I’m listing the bugs we have found using Aspose.Slides as you have requested here:

<a rel=“nofollow” href="https://forum.aspose.com/t/8753

When converting from PPTX to ODP:
  1. RTL align is not supported
  2. Animations are not saved
  3. Can not convert files that contain an empty text holder or an empty list
  4. Font objects problem as noted above

When converting from ODP to PPTX:
  1. Converted files require PowerPoint’s 'Repair’
  2. RTL align is not supported
  3. Animations are not saved
  4. Font objects problem as noted above

Code used:
public void ConvertToOdp(string filePath, string outputPath){
Presentation presentation = new Presentation(filePath);
presentation.Save(outputPath, SaveFormat.Odp);
}

public void ConvertToPptx(string filePath, string outputPath){
Presentation presentation = new Presentation(filePath);
presentation.Save(outputPath, SaveFormat.Pptx);
}

A file is attached for you to replicate the bug, please try to convert it to Odp, add some RTL text and animations to the output file, and then convert it to Pptx.
Hi Elad,

I have worked with the presentation file using Aspose.Slides for .NET 16.10.0 and have been able to reproduce the issue. A ticket with ID SLIDESNET-38123 has been created in our issue tracking system to investigate and resolve the issue. This thread has been associated with the ticket so that we may share the notification with you once issue will be fixed.

We are sorry for your inconvenience,