How to write a driver for virtual printer

Asked By 10 points N/A Posted on -
qa-featured

We want a virtual printer driver (in C or Java) writing (for example, how to create a virtual printer in Windows) We allow you to redirect the file to a file server (eg http: / /www.colorpilot com /VirtualPrinterForCSharp2.html. Which are the building blocks of a basic printer driver and I Spooler Print Monitor (these two are enough) Each offers Estimated Read.

SHARE
Answered By 5 points N/A #188749

How to write a driver for virtual printer

qa-featured

Happy to support you!

Here it is necessary to write a “rendering plug in” to stream information through a socket.        A redirection port monitor can be utilized for this task. Also, use the sample port monitor in WDK – Windows Driver Kit. (Get reference from TTV sample in the Microsoft site.)

It is possible to write windows drivers directly in Java unlike in C/ C++. Further, try using the LPD implementation which is available in Java, so that Windows use the  LPR protocol to print to the Java LPD.

 

 

Related Questions