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
- Host: GitHub
- URL: https://github.com/lofcz/html2docx
- Owner: lofcz
- Created: 2024-10-11T00:06:28.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-11-13T10:59:32.000Z (11 months ago)
- Last Synced: 2025-03-06T08:58:59.183Z (7 months ago)
- Language: C#
- Homepage:
- Size: 4.62 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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");
```