Hi,
I am streamlining my previous post. The problem is not with the size of the powerpoint but the version. One of the presentation size is more than 5MB which is handled efficiently by ASPOSE, but another one is of few KB but not handled by ASPOSE!!! But both the files are PPT and not PPTX.
I have a powerpoint presentation SAMPLE.ppt which I am trying to open in ASPOSE and do some operation and Save it by the following code.
Aspose.Slides.License license = new Aspose.Slides.License();
license.SetLicense(“Aspose.Slides.lic”);
//load ProjectPPT
Presentation pres = new Presentation(“C:\TMPOCTeast\Sample.ppt”);
…
…
…
pres.Write(“C:\TMPOCTeast\Sample1.ppt”);
It hangs.
But same operation when I am doing using some other presentation (PPT) is being hadles efficiently.
That PPT was created in Office 2003 and Sample.ppt is created in office 2007.
The sample PPT is attached here for the ref. Please have a look and let me know if I am missing something. I am completely stuck in my project.
Is there any tool which convert the PPT into desired format in case ASPOSE does not handle it…
ASPOSE version is 2.5.9.0
Thanks in advance,
Regards,
Dibyendu.