Hi
I’m just evaluating Aspose Slides, as PPTX generation solution and notice one problem, after loading and saving presentation without any modification to it, I’m not able to edit data for some charts.
in original pptx all works grate, the problem appear only after I open and save it using Aspose Slides.
using (var presentation = new Presentation(_outputDir + “PPT-Export.pptx”, new LoadOptions(LoadFormat.Pptx)))
{
Save(presentation);
}
not sure why and how to fix that, and that is the only blocker we have right now.
any help appreciated.
Thank you
Ihor