When calling Slide.Shapes.Remove method the resulting content is corrupted

Hi,

When calling Slide.Shapes.Remove method to remove a rectangle and saving the presentation the resulted content cannot be opened and is reported as corrupted by PowerPoint.
For reproducing the issue please use the attached file and the following code and try to open the result in PowerPoint:

var presentation = new Presentation(“before.pptx”);
var shape = presentation.Slides[0].Shapes[3];
presentation.Slides[0].Shapes.Remove(shape);
presentation.Save(“after.pptx”, SaveFormat.Pptx);


Best regards,
Aurelian Iordache
Software Developer
IBM Romania

Hi Aurelian Iordache,

I have worked with the presentation file shared by you and have been able to observe the issue specified. An issue with ID SLIDESNET-36241 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once the issue will be resolved.

We are sorry for your inconvenience,

Hi,

Do you have an update on this?

Hi Aurelian Iordache,

I have verified from our issue tracking system and regret to share that the issue shared has not yet been resolved. I have requested our development team to kindly schedule the issue for investigation. I will share the feedback with you as soon as the issue will be fixed.

Many Thanks,

Hello,

I would like to find out the status of this issue.

Thanks!

Hi Aurelian Iordache,


I have observed your comments and like to share with you that I am discussing about this issue with our product team. I will get back to you as soon as some feedback will be shared from from their end. We appreciate your patience in this regard.

Best Regards,

Hi Aurelian Iordache,


I would like to share with you that the issue reported by you, SLIDESNET-36241, has been scheduled for investigation for the week 45, 2015 and ETA for this issue is Aspose.Slides for .NET 15.10.0 whose tentative date of release is, first week of December, 2015. We will share the notification with you as soon as the issue will be fixed. We appreciate your patience in this regard.

Best Regards,

The issues you have found earlier (filed as SLIDESNET-36241) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.