Document.Save(Doc.rtf) changes numbered list to bulleted

Hello,


We are using latest version of Aspose.Words 15.6.0.0.
We are saving .doc files to .rtf files using Document.Save() method.

var doc = new Document(sourceDocFile);
doc.Save(outoutRtfFile);

When document has a numbered list with only 1 item in it, the output rtf file is missing ‘1.’, and list type is changed from ‘numbering’ to ‘bullets’.

Please see the attached source and output files.

Is there a way around it? Is this a known bug?

Thank you.


Hi there,

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-12201. 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-12201) have been fixed in this .NET update and this Java update.


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