Load ppt file from PresentationEx: formatting problem

Dear Aspose,

We have a problem when loading .PPT presentation into PresentationEx. When PresentationEx saves this presentation to disc, some formatting is lost, for example, we will get bullets in places where they do not exist in original presentation. See our code below:

Dim pptx As New Aspose.Slides.Pptx.PresentationEx("presentation.ppt")

For j As Integer = 0 To pptx.Slides.Count - 1

Dim slidePPTX As New Aspose.Slides.Pptx.PresentationEx()

Dim slideAdd As Aspose.Slides.Pptx.SlideEx = pptx.Slides(j)

slidePPTX.Slides.AddClone(slideAdd)

slidePPTX.Save(Server.MapPath("~/presentation" & j & ".pptx"), Export.SaveFormat.Pptx)

Next

We are reading one presentation in PPT format and trying to save each slide from that presentation into pptx format. But some text in resulting presentation has bullet at its begining. See attached files

Please advise.

Hi jelena,

Thanks for your interest in Aspose.Slides.

I
have tested the scenario and I am able to reproduce the same problem.
For the sake of correction, I have logged it in our issue tracking
system as SLIDESNET-29121. Our team will look into this issue and you
will be updated via this forum thread once it is resolved.

We apologize for your inconvenience.