Hello All,
I am using the HtmltoOpenXml dll for generating the word document. Let me tell you that this is a great dll and it generates the word document very neatly as required.
I am facing one issue when generating the html content for the word document. Html template is designed on the fly in C# code but the values in the html content is sourced from the database. Those values contain " and ' characters in the text. So generating the html gets failed when I have these characters in the text.
Can anyone let me know is there a solution for this problem.
I am using the HtmltoOpenXml dll for generating the word document. Let me tell you that this is a great dll and it generates the word document very neatly as required.
I am facing one issue when generating the html content for the word document. Html template is designed on the fly in C# code but the values in the html content is sourced from the database. Those values contain " and ' characters in the text. So generating the html gets failed when I have these characters in the text.
Can anyone let me know is there a solution for this problem.