Question

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?

Was it helpful?

Solution

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

And if you want to do the same thing programmaticially

OTHER TIPS

Personally, I think the formatting should be left out of the database. I'd much prefer seeing the data stored in a format-agnostic way. It might be useful for other purposes, and you can defer formatting choices until the last moment.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top