Aspose Slides 15.5 Table loses cell borders after cloning slide

Hello,


I have a simple table on a slide in pptx file. After cloning the slide and saving pptx file, tabble does not have vertical cell borders and horizontal line separating table header is gone too.
I included original file Aspose_15_5_1Slide_Table.pptx
and saved file wilth cloned slide TEST_1_SLIDE_TABLE_2.pptx.
My code snippet;
using aspose = Aspose.Slides;
aspose.Presentation peSource = new aspose.Presentation(filePath);
aspose.Presentation peTarget = new aspose.Presentation();
peTarget.Slides.RemoveAt(0)
peTarget.Slides.InsertClone(0, peSource.Slides[0]);
peTarget.Save(“NewPresentation.pptx”, aspose.Export.SaveFormat.Pptx);

Please note that this bug was not there in Aspose.Slides 14.8 and earlier. This is what’s happening with our old pptx files after upgrading Aspose.Slides to version to 15.5.

Thank you,

Natasha Turchak
Senior developer at Viscira Inc. SF


Hi Natasha,


Thanks for inquiring Aspose.Slides.

I have worked with the presentation file shared by you and have been able to observe the issue specified. An issue with ID SLIDESNET-36551 has been created in our issue tracking system as regression 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,

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


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