/OpenXmlToHtml

Converts docx to html

Primary LanguageC#Apache License 2.0Apache-2.0

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);