I want to write a driver for virtual printer (in C++ or Java) (As explained in How to create a virtual printer in Windows?) I would redirect the file to a file server (again as explained in http://www.colorpilot.com/VirtualPrinterForCSharp2.html.
What are the fundamental building blocks of a printer driver ?
I have read about spooler and print monitor but I am not sure that these are all that I have to know!
Any guide or suggestion appreciated in advance!
Regards