Hi
Here is the file (please delete after usage !):
here is the code:
using (var stream = new FileStream(ppt, FileMode.Open))
{
var presentation = new Aspose.Slides.Presentation(stream, loadOptions);
try
…...stream = new FileStream(ppt_path, FileMode.Open)) { Aspose.Slides...ppt_file_aspose_format = GetPresFormat(ppt_path); pres.Save(ppt_out, ppt_file_aspose_format);...