PPTX Clones not identical with original

Hello

The clone of a slide from a pptx presentation seems not to be identical with its original. If I execute the following code, the cloned slide doesn't have any whitespace anymore in its textframes. Am I doing something wrong?

destinationPresentationEx = new PresentationEx(stream); // blank ppt with one empty slide
int index = destinationPresentationEx.Masters.AddClone(slideEx.LayoutSlide.MasterSlide);
destinationPresentationEx.Slides.AddClone(slideEx, destinationPresentationEx.Masters[index]);

// Removes the empty slide from the destination presentation
destinationPresentationEx.Slides.RemoveAt(0);

// Saves the destination presentation
destinationPresentationEx.Write("c:\test.pptx");

Hello,

Thanks for reporting. We will fix it as soon as possible.

Is there a way I can track the status of this bug?

Thank you and best regards

You can keep an eye at the Aspose.Slides Blog for the new releases and fixes. Anyway, when this specific problem will be resolved, we will update you by posting here.