I need to output a formatted file that can be printted or viewed at a latter date. Some of the things I need to output are bolded titles, pagebreaks, different fontstyles does anyone have suggestion as to the best approach to take.
Printable View
I need to output a formatted file that can be printted or viewed at a latter date. Some of the things I need to output are bolded titles, pagebreaks, different fontstyles does anyone have suggestion as to the best approach to take.
html would be a probable solution
or
pdf (you could do this with a pdf - printer driver).. can't be changed later...
another way would be rtf (richtext).. but i don't have got any clue how to get a rtf file..
hope tihs helps a little bit,
bernhard
I'd say definitely HTML. You could easily create a class for printing formatted output to a selected file, and browsers that can read it are pretty much ubiquitous.