3
votes
How do I convert HTML to RTF (Rich Text) in .NET without paying for a component?
It is not perfect of course, but here is the code I use to convert HTML to plain text.
(I was not the original author, I adapted it from code found on the web)
public static …
