Yes, sure.
Here is the code chunk of slides import subsystem:
Aspose.Slides.LoadOptions loadOptions = new Aspose.Slides.LoadOptions(loadFormat);
Aspose.Slides.Pptx.PresentationEx presentation = new Aspose.Slides.Pptx.PresentationEx(contentStream, loadOptions);
presentation.Save(resultFileName, Aspose.Slides.Export.SaveFormat.Html);
When trying to load empty (with no slides) PPTX prsentation this code works fine.
And empty PPT file throws exception when trying to create instance of Aspose.Slides.Pptx.PresentationEx class.
Please, find PPT file attached.
The issues you have found earlier (filed as SLIDESNET-34259) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.