Ritendra Mall

Ritendra Mall

  • NA
  • 316
  • 31.1k

How to use HTML tags in word using console application

May 12 2020 8:25 AM
Hello,
 
Thanks in Advance, pleas help me to implement the below issue :-
 
JsonData data = new JsonData()
{
Name = "Cipla",
Client = "Cipla Chemicals",
RevenueSize = "$300,000",
Product_Service = "Cognitive",
Agent = "Ramesh",
Next_Step= "<b>Hi there</b><br><br><i>How are you</i>. I am <u>waiting</u> for you."
};
 
 
i want to  apply all the html tags which i've applied in Next_Step when i will save it to doc file .
 
Thank you  
 
 

Answers (1)