There is a style issue when converting Word to PDF using Aspose.word

//The simplest way to use, no need to do any operation
Aspose.Words.Document doc = new Aspose.Words.Document(@"test.docx");

doc.Save(@"output.pdf");

test.docx (21.9 KB)

test.pdf (16.1 KB)

@Jamesqin The problem is not reproducible on my side using the latest 24.7 version of Aspose.Words. As I can see you are using the really old 16. 7 version of Aspose.Words. Please try using the latest version of Aspose.Words.