I have an HTML which have images included also. With the above code it is not coming correctly in doc format (images not shown). Also the styles of each html element is missed after conversion ( like font size etc).
Abhay Pai - 2017-03-15 11:09:27 - In reply to message 1 from anant kumar singh
For Images try to give the whole path in the html "img" 's "src" attribute it will automatically download and save in the document.
and coming to the styling even am having the same problem after conversion.