Hello,
We have noticed an issue with paragraph numbering when converting a .doc to .docx in which the top level numbering is missing after conversion.
The original .doc file in word looks like this:
After conversion to .docx it looks like this:
Below is the file and code to replicate the issue.
numbering-example.7z (12.6 KB)
var doc = new Document("./numbering-example.doc");
doc.Save("./numbering-example.docx", SaveFormat.Docx);
We are using Aspose.Words 24.9.0
Thanks for considering this issue
Regards,
Draftable Team