Hi Team,
we have converting xml document to docx document using Aspose word , Style not loading in converted document.
We have using below the sample coding:
Aspose.Words.License license1 = new Aspose.Words.License();
license1.SetLicense(“Aspose.Total.lic”);
Aspose.Words.Document doc1 = new Aspose.Words.Document(@“D:\FileTest\XML Document.xml”);
doc1.Save(@“D:\FileTest\ConvertedDOC.docx”, Aspose.Words.SaveFormat.Docx);
Please find the attachment for your reference.
Main XML Document screenshot: XML Document.png (113.1 KB)
Converted document screenshots: ConvertedDOC.png (113.3 KB)
Sample Documents(XML and Converted Document): Sample Document.zip (50.5 KB)