Thread: Printing Debug Without Printer :: MFC

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348

    Printing Debug Without Printer :: MFC

    Hi.

    I want to debug code that manages printing. However, I do not own a printer or have access to one. Is it possible to get print preview to emulate a printer? I just need the program to show an sample of what the print would looks like.

    Thanks,
    Kuphryn

  2. #2
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Sure, you can print to a file. Although, I'm not sure what the computer will do without knowing what sort of output to generate. For instance some printers use PCL others use PostScript. Anyways, just start off this way and see how it pans out.

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Okay. Thanks.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Printing with printer
    By g4j31a5 in forum C++ Programming
    Replies: 5
    Last Post: 09-14-2006, 01:06 PM
  2. Debug error creating splitter bar :: MFC ... PLEASE HELP :(
    By SyntaxBubble in forum Windows Programming
    Replies: 0
    Last Post: 04-15-2003, 12:40 PM
  3. Printing :: MFC
    By kuphryn in forum Windows Programming
    Replies: 0
    Last Post: 10-10-2002, 02:49 PM
  4. Printing to a printer....I already did a search :)
    By fastmonkey in forum C++ Programming
    Replies: 1
    Last Post: 10-09-2002, 01:51 AM
  5. WIndows programming?
    By hostensteffa in forum Windows Programming
    Replies: 7
    Last Post: 06-07-2002, 08:52 PM