Example of Word to HTML in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to convert a Word document to HTML using .NET Word Library (DocIO).
DEMO
SOURCE
The .NET Word Library (DocIO) supports converting Word documents to HTML and vice versa.
- Customize image saving to save locally or upload to cloud storage.
- Export text form fields as editable fields or plain text.
- Option to generate HTML with body content only.
More information about Word to HTML conversion and vice versa can be found in this
Documentation
section.