Clipart in PowerPoint2007

We have found an issue with using PowerPoint 2007 to open presentations generated in aspose.

The problem shows if I open the attached presentation and clone certain slides to a new presentation. The resulting presentation will open fine in PowerPoint 2003 but the clipart will be a red X in PowerPoint 2007.

In the attached presentation slides 2, 3, 4, 6, 7 and several others will corrupt the clipart for 2007.

Here is the code
Presentation source = new Presentation(“argument.ppt”);
Presentation np = new Presentation();
source.CloneSlide(source.GetSlideByPosition(2), 1, np, new SortedList());
np.Write(“CloneTest.ppt”);

If you open CloneTest.ppt in PowerPoint2003 it will look fine but the clipart will not show when you open the presentation in PowerPoint2007.


Thanks for looking in to this

Dear Plunk,

Thank you for reporting it, we will look into it and fix it as soon as possible.