How can I generate a word document from html file (with some images) using aspose.words components?

Smile [:)]

That's easy:

Document doc = new Document("MyDocument.doc");
doc.Save("MyDocument.html", SaveFormat.FormatHtml);