Convert List from WordML to Doc

Hello

I have a problem when i try to convert a wordml File to doc with a list inside. After convert the list is missing. When i convert to pdf or wordml everything is fine.

This is my code

Aspose.Words.Document doc2 = new Document(@"D:\result.xml");
doc2.Save(@"d:\converted_result.xml", SaveFormat.WordML);
doc2.Save(@"d:\converted_result.doc", SaveFormat.Doc);
doc2.Save(@"d:\converted_result.pdf", SaveFormat.Pdf);

I use Aspose.Words for .NET v9.7.0.0

Hope you can help me.

Hello

Thank you for reporting this problem to us. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Best regards,

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

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