CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2002
    Posts
    25

    formatted output

    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.

  2. #2
    Join Date
    Apr 2002
    Posts
    19

    file formats..

    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

  3. #3
    Join Date
    Jan 2001
    Posts
    588
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured