Text editor HTML text to Word document

Hi:
I have HTML passed from a text editor text box and want this text (which contains HTML tags) to be seved into a Word document using ASPOSE.Words. When I do that the HTML tags are show, can ASPOSE.Words take HTML encapsulated text and produce a Word document?
Thanks a lot for your assistance.
Miguel

Hi
Thanks for your request. You should use DocumentBuilder.InsertHtml(string html) method. For an additional information se the following likks.
https://reference.aspose.com/words/net/aspose.words/documentbuilder/inserthtml/

Best regards.