|
-
Sep 1st, 2001, 09:10 AM
#1
Thread Starter
Member
printer driver
Hi, I want to write a driver that will behave like a real printer but will send data on remote machine to another program that will print these data on physical printer. Thanks in advance.
-
Sep 1st, 2001, 12:18 PM
#2
Frenzied Member
You should have expirience in C++ to do this. To communicate with hardware you will need to write VXD (virtual device drivers). See the DDK for info.
-
Sep 3rd, 2001, 04:09 AM
#3
Monday Morning Lunatic
Do a search for RedMon (Redirection Monitor) - it acts as a printer port driver but will pass the data straight through to another program; you can write that program to accept the data on stdin and send it from there.
The most common use is for PostScript -> PDF conversion (use a PS printer driver, which outputs a load of PostScript. RedMon passes this through to GhostScript which (when you set the options as you need) outputs a PDF file. Dead simple.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
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
|