Hi team,
With the sample file attached, when I open and save it as new file using Aspose slides, it adds additional lines in the chart.
files.zip (96.0 KB)
The code I use is given below:
public void SaveAsFile(string filePath, string outFile)
{
using Presentation source = new Presentation(filePath);
source.Save(outFile, SaveFormat.Pptx);
}
Let me know how this issue can be resolved.