I want a virtual printer to be listed under available printers when I do a print from any application, this virtual printer would send the print data to my code for some tweaking.
And I believe I need not write a new driver for this as Microsoft itself ships Windows with the Universal driver, Postscript and XPS driver.
Is my belief right? Can I somehow exploit these existing drivers to create a virtual printer?
And what actually should I do to achieve what I want?