How to extract speakernotes from uploaded slides

Dear Aspose,

I’m working with PPT version of Aspose.slides (dll version is 5.2.0.0).
I have to read speaker notes from uploaded slide.

Part of my code for reading single slide from uploaded presentation looks like:

Dim ppt As New Aspose.Slides.Presentation(fPath)
Dim slidePPT As New Aspose.Slides.Presentation()
Dim slideAdd As Aspose.Slides.Slide = ppt.GetSlideByPosition(j)
ppt.CloneSlide(slideAdd, slidePPT.Slides.LastSlidePosition + 1, slidePPT, sList)

I need VB code for extracting unformated speaker notes from every single slide slideAdd I got inside loop (j).

Best regards.

Hi Jelena,

You need to copy the slide notes for your purpose. Please visit link 1 and link 2 for your kind reference. Please share with if you need any further help in this regard.

Thanks and Regards,