Opening word doc without temporary storage

Hi,

Can we open a word document from a binary stream using aspose without storing the document created ? we have a requirement where in we need to generate a word document from a stream without any temporary storage on the server or client machine.

Thanks in advance ....

Yes, it is possible to open a word document from a binary stream using Document(Stream) constructor and save a word document to a binary stream Document.Save(Stream, SaveFormat) method.