Hi,
I am using Aspose.Pdf 8.1.0 and I have a problem with saving doc stream.
I got error message : “Cannot access a closed Stream.”
Code example:
MemoryStream mStream = new MemoryStream();
Document newDoc = new Document(@“d:\test.pdf”);
newDoc.Save(mStream, SaveFormat.Doc);
mStream.Position = 0;
return mStream;
Error occurs when I save to stream, but when I try to save pdf to doc file, it’s working correctly.
Hi Lukash,
issue as PDFNEWNET-31684 in our issue tracking system. We will
further look into the details of this problem and will keep you updated on the
status of correction. Please be patient and spare us little time. We are sorry
for this inconvenience.
Is there a work around to avoid having to write the converted document to disk?
Hi Lukash,
We are really sorry for this inconvenience.
Is there an estimated time when this ability will be added/fixed?
This may prevent us from purchasing Aspose Total when our current single licenses expire later this year.
Hi Charles,
Hi Lukash,
The issues you have found earlier (filed as PDFNEWNET-31684) have been fixed in Aspose.Pdf for .NET 8.3.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.