Getting error while reading word document

Hi Team,

I am getting following exception loading the document using aspose words java.

[com.aspose.words.internal.zzZbK] com.aspose.words.internal.zzWsw: Illegal character entity: expansion character (code 0x1
 at [row,col {unknown-source}]: [2,191]
	at com.aspose.words.internal.zzZbK.zzgp(Unknown Source)
	at com.aspose.words.internal.zzY0t.zzY97(Unknown Source)
	at com.aspose.words.internal.zzY9T.zzXLB(Unknown Source)
	at com.aspose.words.internal.zzY9T.getText(Unknown Source)
	at com.aspose.words.internal.zzZZb.getValue(Unknown Source)
	at com.aspose.words.internal.zzZZb.read(Unknown Source)
	at com.aspose.words.internal.zzZZb.zzWxq(Unknown Source)
	at com.aspose.words.internal.zzXBB.zzW1K(Unknown Source)
	at com.aspose.words.zzZHL.zzwE(Unknown Source)
	at com.aspose.words.zzX7j.zzVWB(Unknown Source)
	at com.aspose.words.zzXep.zzVWB(Unknown Source)
	at com.aspose.words.Document.zzX2D(Unknown Source)
	at com.aspose.words.Document.zzwE(Unknown Source)
	at com.aspose.words.Document.<init>(Unknown Source)

Code :

public static void main(String... args) throws Exception {
        com.aspose.words.License license = new com.aspose.words.License();
        license.setLicense("/home/saurabharora/aspose-licence");
        LoadOptions lo = new LoadOptions();
        lo.setPreserveIncludePictureField(true);
        Document doc = new Document("/home/saurabharora/879945.docx",lo);
        System.out.println("here");
    }

Please help.

@ashu_agrawal_sirionlabs_com
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSJAVA-2905

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you have found earlier (filed as WORDSJAVA-2905) have been fixed in this Aspose.Words for Java 23.12 update.