We will be using OpenXML
and OpenXmlPowerTools
to convert Word document into HTML.
Step 1
Install Required Package
Install-Package DocumentFormat.OpenXml
Install-Package OpenXmlPowerTools
Add Reference
Right click in you Project in Solution Explorer
then Add >> Reference >> Select System.Drawing and WindowsBase
Follow the CODE Below
Fork me on GITHUB