Search code examples
c#.netpluginsrtfdoc

How can I convert formatted text on a webpage and in the database to RTF or doc


I have some formatted data that needs to be saved from the web page as a word document or rtf, something ubiquitous so I am thinking RTF. What is the easiest way to save something from .net as rtf? Are there built in tools for this or some plugins?


Solution

  • A tool like this does the trick for manual one-off conversions.

    And if you want to do the same thing programmaticially