Getting input as an HTML text and want to convert into Doc with that formatting

Hi,
I want to make a word document from the output of FCK editor . FCK editor give output in HTML format .
For Example

<p>sadsadsaxcvc</p>
<p>&nbsp;</p>
<h3 style="color: red">ssad</h3>
<p>&nbsp;</p>
<h1>sadadsad</h1>

I want to convert this into word format as it is showen in FCK editor.
Please guide me
Thanks,
Saumil

Hi
Thanks for your request. I think you can use DocumentBuilder.InsertHtml method in this case. Please see the following link for more information:
https://reference.aspose.com/words/net/aspose.words/documentbuilder/inserthtml/
Hope this helps.
Best regards.