Hi Team,
I have powerpoint template which is developed in office 2007,when i try to open the file it is throwing an error.
I have developed a class which is using aspose.slides.Presentation class ,when i tried to open the "powerpoint.pptx " file it is throwing an error .Below is code
Aspose.Slides.Presentation AspPresentation = new Aspose.Slides.Presentation(
Server.MapPath("PPTTemplates/Templatetwoobjects.pptx"));
Please suggest the solution to open in pptx files and assign it to presentation object without using Presentationex class.