Saving attached Word document as DOC/binary format loses formatting on table

If I load the attached document into Aspose Words and then save it as a DOC/binary format, the formatting on the second row of the table is lost if I reopen the document into Word. This row does have a revision on the table.

Below is my sample code.


System.Windows.Forms.DialogResult dlgResult =openFileDialog1.ShowDialog();
Aspose.Words.Document doc;
doc = new Aspose.Words.Document(openFileDialog1.FileName);
doc.Save(@"C:\temp\output.doc",Aspose.Words.SaveFormat.Doc);

Hi Stacey,

Thanks for your inquiry.

I
have tested the scenario and have managed to reproduce the same issue
at my side. For the sake of correction, I have logged this problem in
our issue tracking system as WORDSNET-10394. I have linked this forum
thread to the same issue and you will be notified via this forum thread
once this issue is resolved.

We apologize for your inconvenience.

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


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