Couldn’t convert html to word .docx file in proper format in C#

  softwareengineering

Couldn’t convert html to word .docx file in proper format in C#.

1 => When using this I am converting html to word file it will download with Microsoft Word 97 – 2003 Document (.doc) extension which creates an issue. First time I open that file it opens perfect but second time all the images will goes dark background. So I want to save it as .docx extension.

First Time =>

enter image description here

Second Time =>

enter image description hereenter image description here

2 => I couldn’t get 2 column output using this. Like this

enter image description here
enter image description here

3 => I couldn’t add watermark in file.

4 => I couldn’t handle margins of document.

So I want solution which have this all option to specify word output.

New contributor

Conduct dotnet is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT