View Single Post
Old 03-17-2006, 04:53 AM   #1 (permalink)
CSflim
Sky Piercer
 
CSflim's Avatar
 
Location: Ireland
[c++] Send a document to the printer?

I am currently working on a program, and would like to give the user the option to print off a document directly from the application (the document would be dynamically generated by the program). I don't have the slightest clue on what is involved here. What would be the easiest and quickest way to go about doing this?
I don't need to do anything fancy, no graphics or stylised layouts - it's just text (although graphics would be a nice bonus, though not strictly necessary). However, I don't have the time to spend days or weeks figuring it out.

Any help would be appreciated.

EDIT: Also, I am developing for Windows.
__________________

Last edited by CSflim; 03-17-2006 at 07:19 AM..
CSflim is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76