I am a novice to Windows printer driver, and would appreciate any pointers on the following.
- Enumerating as a printer (In the print menu, similar to print to PDF file)
- Capturing the print job and encode it into a JPG file (say)
I am comfortable with JPG encoding, as I am thinking of using open source tools like ImageMagick. But I am not sure where to start the enumeration and printing stuff.
BTW, Is Microsoft WDM DDK available for free download?