Example of Word to Markdown in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to convert the Word document to Markdown using .NET Word (DocIO) library.
DEMO
SOURCE
.NET Word (DocIO) library provides support to convert Word document to Markdown.
- You can convert existing Word document or created using .NET Word (DocIO) library to Markdown.
- You can convert headings, tables, hyperlinks, list, and images from Word document to Markdown.
- You can customize the image path while exporting as Markdown.
More information about Word to Markdown conversion can be found in this
Documentation
section.