Hi
When loading a presentation in PPTX format and saving it in PPSX format the video in not preserved.
Please advise
Thanks
Hi Oren,
Best Regards,
Hi
I shared the right presentation. Please double click the picture and the video will start. You should also enable content and editing.
I have attached the presentation before and after.
Thanks
The issues you have found earlier (filed as SLIDESNET-36353) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
Hi
I have downloaded the new DLLs and cannot see the fix. The video is still not preserved.
Can you please check with my presentation. It is attached again.
Thanks.
Hi Oren,
Hi Oren,
Presentation pres = new
Presentation(@“D:\videoSLIDESNET-36353.pptx”);<o:p></o:p>
pres.Save(@"D:\videoSLIDESNET-36353.ppsx", Aspose.Slides.Export.SaveFormat.Ppsx);
pres = new Presentation(@"D:\videoSLIDESNET-36353.ppsx");
ISlide slide = pres.Slides[0];
IVideoFrame vf = (IVideoFrame)slide.Shapes[2];
String path = vf.LinkPathLong;
Console.WriteLine(path);