Windows打印机驱动程序

Windows打印机驱动程序

问题描述:

我必须开发一个将成为Windows打印机驱动程序的软件。它将出现在打印机列表中。



当我将文件发送到此打印机时,此打印机会将其保存到位图作为位图。



我怎样才能做到这一点,我可以尝试哪些样品或者我正在研究哪些样品?我应该使用哪种编程语言?



我尝试了什么:



我正在查看msdn文档和github样本2周。关于它的信息不多,互联网上的文件太旧了。



编辑:对于Richard MacCutchan的解决方案:2周后,我阅读了所有MSDN windows打印机文档。我已经检查了100个github项目和很多网站。但我无法管理它。我想要的就是你的指导。

i have to develop a software which will be a windows printer driver. It will be appeared in the printer list.

When i sent a file to this printer, this printer will save it to a location as bitmap.

How i can do that, which samples can i try or what shuold i research exactly? What programming language should i use?

What I have tried:

I'm looking the msdn documents and github samples for 2 weeks. There is not much information about it and the documents on the internet are too old.

For Richard MacCutchan's solution: For 2 weeks, i read all MSDN windows printer documents. I have checked out 100 github projects and so many websites. But i couldnt manage it. All i want is your guidance.

两周后你没有尝试:谷歌用于Windows驱动程序开发。
Two weeks and you did not try: Google for "Windows driver development".