How to create a virtual printer in Windows?

前端 未结 6 2035
盖世英雄少女心
盖世英雄少女心 2020-12-02 09:19

I want to create a virtual printer driver for Windows. How and where can I start properly? The WDK has some printing drivers examples that do not seems a good introductory.

6条回答
  •  粉色の甜心
    2020-12-02 09:28

    Create a Print Port Monitor, associate that port with a printer, and you'll get the data the printer driver sends to the port.

    working example of how is it done in Cpp and java can be found here: http://www.mms-computing.co.uk/uk/co/mmscomputing/device/printmonitor/index.php

提交回复
热议问题