hook virtual print driver

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • riccardonews@gmail.com

    hook virtual print driver

    Hi groups,
    I would like to hook print driver for manage the file that the MS
    windows'user want to print.

    I don't want to manage EMF file that the print spooler generate..

    I have generate a virtual print driver which this command:

    "rundll32 printui.dll,Pri ntUIEntry /if /b "Virtual Printer Test" /f
    "%windir%\inf\n tprint.inf" /q /r "lpt1:" /m "driver" /z /u"

    but i don't know which dll or which program manage the file send from
    the program ( M$Word, notepad, M$excel...) to the virtual printer.

    Thanks a lot.

    Bye Riccardo.
  • riccardonews@gmail.com

    #2
    Re: hook virtual print driver

    On 17 Mag, 14:03, riccardon...@gm ail.com wrote:
    Hi groups,
    I would like to hook print driver for manage the file that the MS
    windows'user want to print.
    >
    I don't want to manage EMF file that the print spooler generate..
    >
    I have generate a virtual print driver which this command:
    >
    "rundll32 printui.dll,Pri ntUIEntry /if /b "Virtual Printer Test" /f
    "%windir%\inf\n tprint.inf" /q /r "lpt1:" /m "driver" /z /u"
    >
    but i don't know which dll or which program manage the file send from
    the program ( M$Word, notepad, M$excel...) to the virtual printer.
    >
    Thanks a lot.
    >
    Bye Riccardo.
    Sorry... my component must be a printer, to be used with the print
    command in applications.

    Comment

    Working...