Document properties Issues Version 14.3.0

Hi Support,


I am trying to upgrade to the latest version of Aspose (14.3.0). I found some differences between Version 8.4.0 and 14.3.0, and I have some questions about what is supported as well.

PPT files :
1- I can not access document properties. :
- presentation.DocumentProperties.Count is 0
- presentation.DocumentProperties[name] returns null
- presentation.DocumentProperties[index] returns throws System.ArgumentOutOfRangeException

2 - Is presentation.DocumentProperties.PresentationFormat supported for ppt files?
3 - Is presentation.DocumentProperties.ContentType supported for ppt files?
4 - Is presentation.DocumentProperties.ContentStatus supported for ppt files?


PPTX files :
1- Presentation.DocumentProperties.Comments contains : x000d

Sample code
var ppt = new Aspose.Slides.Presentation(“Slides.ppt”);
DocumentProperties documentProperties = ppt.DocumentProperties;
Trace.WriteLine(“documentProperties.Count: " + documentProperties.Count);
Trace.WriteLine(“documentProperties[“Checked by”]: " + documentProperties[“Checked by”]);
Trace.WriteLine(” Ppt Comments\n” + ppt.DocumentProperties.Comments);

var pptx = new Presentation(“Slides.pptx”);
var dPx = pptx.DocumentProperties;
Trace.WriteLine("documentProperties.Count: " + dPx.Count);
Trace.WriteLine(“documentProperties.PresentationFormat: " + dPx.PresentationFormat);
Trace.WriteLine(“documentProperties[“Checked by”] ==> " + dPx[“Checked by”]);
Trace.WriteLine(” Pptx Comments\n”+pptx.DocumentProperties.Comments);

Output

Aspose.Slides 8.4.0

-------------------------------------------------------
PPT
-------------------------------------------------------
documentProperties.Count: 5
documentProperties[“Checked by”]: Lea
Ppt Comments:
Comment#1
Comment#2
-------------------------------------------------------
PPTX
-------------------------------------------------------
Slidex0 Name :
documentProperties.Count: 5
documentProperties[“Checked by”] : Lea
Pptx Comments:
Comment#1_x000d_
Comment#2


Aspose.Slides 14.3.0
-------------------------------------------------------
PPT
-------------------------------------------------------
documentProperties.Count: 0
documentProperties[“Checked by”]:
Ppt Comments:
Comment#1
Comment#2
-------------------------------------------------------
PPTX
-------------------------------------------------------
documentProperties.Count: 5
documentProperties[“Checked by”]: Lea
Pptx Comments:
Comment#1_x000d_
Comment#2


Please find attached Slides.ppt and Slides.pptx , the files used for my tests.

Thank you,
Lea.

Hi Lea,


I have worked with the presentation files shared by you and have observed an issue with accessing of PPT presentation document properties by using Aspose.Slides for .NET 14.3.0. An issue with ID SLIDESNET-35401 has been created 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. As far as the document properties of PPTX are concerned, I have not been able to observe the issue.

We are sorry for your inconvenience,

Hi guys,


What is the update on this bug. It’s been open since Janurary.

Maurice

Hi Maurice,

Thanks for inquiring Aspose.Slides.

I like to share that the issue has been added in our issue tracking system on May 29, 2014. It is still unresolved and I have raised the priority of the issue to High as well for resolution. I have also requested our development team to share updates in this regard. I will be able to share the further feedback with you in this regard as soon as it will be shared by our development team. I will really appreciate your patience in this regard.

Many Thanks,

The issues you have found earlier (filed as SLIDESNET-35401) have been fixed in this update.


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