Bullets Numbering aligning issues when converting a word to PDF using aspose

I have a simple conversion of a word to PDF and I see the alignment issues on Bullets(misplaced) using aspose. Attaching my word and generated PDF here for reference.

Code -

Document clAsposeDoc = new Document(claimsRepGuidelineFileName);
clAsposeDoc.save(claimsPDF, SaveFormat.PDF);

Claims Reporting Guideline_ALP.pdf (106.0 KB)

Claims Reporting Guideline_ALP.docx (74.6 KB)

@kselvaraj As I can see you are using an old 19.7 version of Aspose.Words for Java. The problem is not reproducible on my side using the latest 25.5 version of Aspose.Words. Here is the produced output:
out.pdf (116.8 KB)

So, please try using the latest version and let us know if the problem still persists on your side.