Click to See Complete Forum and Search --> : formatted output


gfr1
July 16th, 2002, 06:58 AM
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.

bernhard_r
July 16th, 2002, 07:24 AM
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

Bob Davis
July 16th, 2002, 12:08 PM
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.