An open API service indexing awesome lists of open source software.

https://github.com/lofcz/html2docx

Using C#, Convert Doc file to Html and vice-versa
https://github.com/lofcz/html2docx

Last synced: 7 months ago
JSON representation

Using C#, Convert Doc file to Html and vice-versa

Awesome Lists containing this project

README

          

# Html2Docx Core

## Getting Started

Install Html2Docx via NuGet:
```
Install-Package Html2DocxCore
```

Convert HTML to DOCX:

```cs
Exception? exception = await Html2Docx.Convert("html", "output path");
```