Results 1 to 3 of 3

Thread: printer driver

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    50

    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.

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    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.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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
  •  



Click Here to Expand Forum to Full Width