Not able to open the password protected PowerPoint 2003 documents using Aspose.Slides for .Net version 14.3.0.0

Hi, I am using Aspose.Slides.dll version 14.3.0.0 to open the password protected PowerPoint 97-2003 presentation documents. It is throwing "Aspose.Slides.PptxUnsupportedFormatException" with unknown file format error message. This feature is working in the Aspose.Slides.dll for .Net version 7.8.1.0.

Please find the sample code for your reference.

List m_passwordList = new List();
passwords.Add("Test1");
passwords.Add("Test2");
passwords.Add("Test3");
passwords.Add("Test4");
String m_documentFile = "D:\\Aspose Data\\TestPres.pptx";

Presentation presentation = null;

LoadOptions loadOps = new LoadOptions();

foreach (string pass in m_passwordList)

{

try

{

loadOps.Password = pass;

presentation = new Presentation(m_documentFile, loadOps);

break;

} catch {continue; }

}

return presentation;

Thanks,Dhivya

Hi Dhivya,

I have observed the requirement shared by you and like to share that we are already working over th issue shared. An issue with ID SLIDESNET-35320 has already been created in our issue tracking system to provide support to load the password protected PPT presentations using Aspose.Slides for .NET. This thread as 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-35320) have been fixed in this update.


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