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
  • Azure Demo Open Api (running on limited budget... may be offline after usage quota exceeds)
await OpenXmlToHtml.ConvertToHtmlAsync(inputPathDocx, outputPathHtml);