Duplicate text box on output from Aspose.Slides

Hi there



I have a PPT file, which, when saved using Aspose.Slides, contains two
text boxes around a sentence where there was originally only one. It
occurs on slide 35, over the sentence, “WCAG 2.0 Guideline 1.1.”

I’ve attached the file for testing,



Thanks



Eric

Hi Eric,

I don't think so at least on slide 35 as identified by you. The output presentation as a result of the following code is attached.

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

pres.Write("accessibility_1012.ppt");

Hi Muhammad

I’ve attached a screenshot better illustrating the problem. I followed the steps you mentioned and reproduced the problem.

Thanks

Eric

Hi Eric,

Upon consultation with the development team, i got the following conclusion:

There is a problem but not ours. The shape is group shape with rectangle inside. If this file is opened in PP2003 there will be 2 frames, (lines) group shape and (dots) internal rectangle. PP2007 doesn't show 2 frames but that is problem of PP2007. The reason may be that coordinates of inner and outer frame are the same. Aspose.Slides little change coordinates of the rectangle on recalculation and PP2007 shows it correctly after ppt saving.