Copy slide with video

Hi, I am trying to copy a slide with embedded video from one presentation to another. When we open the output presentation pptx it says "Powerpoint found a problem with content in . Powerpoint can attempt to repair the presentation. if you trust the source of this presentation click repair"


clicking repair gives the message

"powerpoint couldn’t read some content in output.pptx[Repaired] and removed it. please check your presentation to see if the rest of it looks ok"


when running the slide show powerpoint freezes and crashes


Aspose.Slides.License slideLicense = new Aspose.Slides.License();
slideLicense.SetLicense(“Aspose.Slides.lic”);

String path = @“C:\aspose”;

Presentation source = new Presentation(path + “input.pptx”);
Presentation dest = new Presentation();

dest.Slides.RemoveAt(0);
dest.Slides.InsertClone(0, source.Slides[0]);
dest.Save(path + “output.pptx”, Aspose.Slides.Export.SaveFormat.Pptx);


we get the same result if we try to copy the slide from one presentation to another

var slide = source.Slides[0];
dest.Slides.AddClone(slide);

we are using version 15.1.0.0

thanks
Jeff

Hi Jeff,


Thank you for your interest in Aspose.Slides.

I have observed your comments and like to request you to please try using Aspose.Slides for .NET 15.7.0 on your end and then share your kind feedback with us.

Please let us know if the issue persists. We will be happy to assist you further.

Best Regards,

Yes, upgrading to the latest version (15.7) fixed the problem.


thanks
Jeff

Hi Jeff,


Thank you for sharing your valuable feedback.

We are glad to know that, your problem is resolved and things have started working on your end. Feel free to contact us if we could be of any help to you.

Best Regards,