Create HTML email with embedded images from RTF in .Net
Read More →Tags: rtf to html
How to convert RTF to HTML email with embedded images and send it via SmtpClient in .Net C#
In this article you will find how to create a simple .Net C# application which converts RTF document to HTML email with attached images and sends it via SmtpClient class. Let’s make a C# code satisfying of these conditions: Acceptable for any .Net application: ASP.NET, Windows Forms, WPF, Console, Web Service, SilverLight etc. Works at […]
Read More →Converting RTF to HTML under Windows Azure
Article from our customer Hi All! Our company has a corporate server which works under Windows Azure. This document management system has many advantages, but one of the functions of document management failed to realize a long time! The aim was to convert RTF documents into HTML files. In one of the databases are stored […]
Read More →