Welcome to the ASP.NET MVC feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET MVC, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
I'm using RichTextEditor to create HTML which is later added to a Word document using DocIO.
Attached a text file with the exception I get when the text has a list in it, below that is the HTML string being passed into AppendHTML and at the bottom is the code which is adding the HTML to Word document.
If I remove the ol and li tags from the text, the string is appended without error.
We would like to be able to create numbered lists in the RichTextEditor and save to Word. Please advise.