How to create a virtual printer in Windows?

前端 未结 6 2032
盖世英雄少女心
盖世英雄少女心 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:36

    You can look to the 'minidriver' development in the from Microsoft (Microsoft MDT), that might help depending on your exact needs. If the port you need to deal with (ie: you are going to take the data from an existing printer driver and want to process) you could look to the source code for RedMon. It doesn't support Vista/Win7 but might point you in the right direction.

提交回复
热议问题