bullets are missing while converting docx to htmlissues_T_Template.docx (29.0 KB)
@farshadpalayil Unfortunately, I cannot reproduce the problem on my side using the latest 23.8 version of Aspose.Words for Java and the following simple code:
Document doc = new Document("C:\\Temp\\in.docx");
doc.save("C:\\Temp\\out.html");
Here is output HTML produced on my side:
out.zip (1.8 KB)