Paragraph repetition problem

Hi there

I’ve noticed that if I open a PPTX file in PowerPoint, save it as a PPT, open the newly created PPT in Aspose.Slides and then save it again with Aspose.Slides, without making any changes to the file, sometimes a paragraph from one slide appears on the next slide, overwriting the paragraph that was originally there.

I was wondering if you could verify this for me? I’ve attached a sample file which demonstrates the problem.

Thanks

Eric Chubb

Hi Eric,

I found no such problem. Can you identify the problem from the attached presentation rewritten with Aspose.Slides with the following code:

Aspose.Slides.License lic = new Aspose.Slides.License();

lic.SetLicense("Aspose.Total.Lic");

Presentation pres = new Presentation("msoffice.ppt");

pres.Write("msofficeASPOSE.ppt");