Skip to content

Codeuctivity/OpenXmlToHtml

Repository files navigation

OpenXmlToHtml

Converts docx to html

Nuget Build

  • .net implementation
  • No external infrastructure needed (No Microsoft Office or Libre Office needed)
  • Focused on Windows and Linux support
  • Demo CLI Api OpenXmlToHtmlCli.zip
await OpenXmlToHtml.ConvertToHtmlAsync(inputPathDocx, outputPathHtml);