Problem saving pptx to a stream

if I use aspose.slides to open up the attached pptx and save it off to a stream, I get an error :

Value cannot be null.

Parameter name: bytes



this seems to only occur with this specific pptx so far, so I am guessing there is something in it that aspose.slides does not like.



here is my code:

// inputFile below is just a bytearray of the original pptx

using (var output = new MemoryStream())

{

var document = new Presentation(new MemoryStream(inputFile));



document.Write(output);





}

Hi Kirk,

Thanks for inquiring Aspose.Slides.

I have worked with the presentation file shared by you and have been able to observe the issue specified. An issue with ID SLIDESNET-35199 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.

We are sorry for your inconvenience,

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


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