Extract Notes from odp (Open Office)

Hi,

I am unable to extract speaker notes from a odp file (Open Office Presentation).

Presentation
oDocument = new Presentation§;

foreach (ISlide oSlide in
oDocument.Slides)

{

if (oSlide.NotesSlideManager.NotesSlide != null)

{

INotesSlide note
= oSlide.NotesSlideManager.NotesSlide;

MessageBox.Show(note.NotesTextFrame.Text);

}

}

Please check it once. Attached the sample file.

Hi Yuva,

I have observed your requirements and worked with the file shared by you. I have been able to reproduce the issue. A ticket with ID SLIDESNET-36711 has been logged in our issue tracking system 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-36711) have been fixed in this update.


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

Tried with Aspose.Slides v16.3.0.0 and still unable to extract text. Please check.

Regards,

Hi Yuva,


I have observed your comments and like to share with you that I been able to notice the problem, for which the issue has been reopened. The Null Reference exception which was occurring earlier has been fixed but text is not being extracted. This will be fixed in upcoming version, Aspose.Slides for .NET 16.4.0 whose tentative date of release is the first week of May 2016. We will notify you as soon as the product will be shared online.

Best Regards,