Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 666 Bytes

File metadata and controls

14 lines (10 loc) · 666 Bytes

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