Thanks for your request. I cannot reproduce the problem on my side using the latest version of Aspose.Words (9.5.0).
You can download the latest version from here: https://releases.aspose.com/words/net
I use the following code for testing:
// Open Document
var doc = new Document();
Run run = new Run(doc);
run.Text = "महत्त्वपूर्ण विस्तारपूर्व गोष्ठी हैं:";
run.Font.Name = "Arial Unicode MS";
doc.FirstSection.Body.FirstParagraph.AppendChild(run);
doc.Save("out.doc");
Best regards,
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
Enables storage, such as cookies, related to analytics.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.