Word To HTML Converter

A common problem when copying formatted text from Word to a HTML editor or to an e-mail / newsletter editor is that a lot of Word / Office specific tags follows, which creates problem in the HTML. It can be problematic to get everything correct afterwards. A better idea is to filter out (remove) the Word / Office specific tags before the formatted text is inserted in the HTML.

We have a .NET class that does this work. It converts HTML received from Word to a clean HTML with a simple syntax that can be used in all kind of HTML editors. The class is written C# but can be used with other .NET programming languages also.

The class is system independent and can be used with .NET Framework 2.0 and later, .NET Core, .NET Standard and Xamarin. You can read more about the class on this web page:

> SamLogic Word To HTML Converter Class