V2.1 Issue and V2.3 help

Hi.
I was testing version 2.1 of Aspose Words but i got a problem when saving a document.
The original document had a custom property which disappeared when I saved the document.
I have the following code:

com.aspose.words.Document doc = new com.aspose.words.Document();
doc.save(response.getOutputStream(), SaveFormat.DOC);

When writting the content of the InputStream directly to the response stream the custom field is kept. Why does this happens? Is this issue fixed in version 2.3? How do I create a Document object from an InputStream in version 2.3?
Thanks in advance,
Tito

Hi
Thanks fro your interest in Aspose products. It seems that this bug (#3393) is resolved in version 2.3. You can create document in version 2.3 using your code.
This version of Aspose.Words is available for download from here.
Best regards.