EQ field is lost after saving document

Hello,
I have a problem with attached sample file processing in Aspose.Words 15.4.0
It contains EQ field which is lost after saving document.

C# code:

using (var inputStream = new FileStream(@"C:\test\test.docx", FileMode.Open))
using (var outputStream = new FileStream(@"C:\test\test_out.docx", FileMode.Create))
{
var doc = new Document(inputStream);
SaveFormat format = Aspose.Words.FileFormatUtil.LoadFormatToSaveFormat(doc.OriginalLoadFormat);
doc.Save(outputStream, format);
}

Hi Lubomír,


Thanks for your inquiry. We tested the scenario and have managed to reproduce the same problem on our end. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-11935. Our product team will further look into the details of this problem and we will keep you updated on the status of correction. We apologize for your inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-11935) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.