Adding new slide to pptx

Please tell me how to add empty slide in pptx and add notes to this empty slide.
This message was posted using Aspose.Live 2 Forum

Dear Daman,

Thanks for your interest in Aspose.Slides.

We apologize for the inconvenience that you have experienced.
Please use the code snippet below for adding an empty PPTX slide.

PresentationEx pres = new PresentationEx();
pres.Slides.AddEmptySlide(pres.LayoutSlides[0]);

Well, as far as issue of adding notes to an empty PPTX slides is concerned, I regret to inform you that this is feature is currently unavailable. An issue with issue id 14157 has already been created on our Issue Tracking System to fix the problem. This thread has also been associated with this issue, so that you can be automatically notified as soon as this issue is resolved.

Thanks and Regards,

The issues you have found earlier (filed as 14157) have been fixed in this intermediate release of Aspose.Slides for .NET 4.4.6.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(3)