|
-
Dec 3rd, 2002, 04:06 PM
#1
Thread Starter
Frenzied Member
Help on printing from console app
I am working on a console application which will use printing to print some data from a byte array file. I don't need any fancy settings that Windows form printing enables me to do, I just need to send the byte array to a hp laserjet printer, and it will take it from there. Now, a few questions crossed my mind... how do I do this? Can I do it by sending PCL commands to some port using UDP/TCP, or can I use some of C# baseclasses and perhaps just spool it to windows print manager and it can do a raw printing (I need the file to be send and printed just as it is, that means no PostScript conversion or anything)??? What means are there? I have tried making an ftp client in C# and print from there, but that didn't work very well... I need a simpler method. Any and all help would be greatly appreciated.
best regards
Henrik
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|