使用.NET编写一个虚拟打印机打印机、NET

由网友(魅)分享简介:我在找创建数据传递给我的.NET应用程序虚拟打印机。我想,然后创建一个安装了打印机和.NET应用程序的安装程序。这将我们真的很高兴能够写这一切在C#中,但我必须写一个感觉,这将需要一个打印机驱动程序是不受管理的code。有谁知道一个相当干净的教程或例子,如何做到这一点的?I'm looking to create a...

我在找创建数据传递给我的.NET应用程序虚拟打印机。我想,然后创建一个安装了打印机和.NET应用程序的安装程序。这将我们真的很高兴能够写这一切在C#中,但我必须写一个感觉,这将需要一个打印机驱动程序是不受管理的code。有谁知道一个相当干净的教程或例子,如何做到这一点的?

I'm looking to create a virtual printer that passes data to my .NET application. I want to then create an installer that installs both the printer and the .NET application. It would we really nice to be able to write it all in C#, but I have a feeling that this will require a printer driver to be written is unmanaged code. Does anyone know of a fairly clean tutorial or example of how to do this?

推荐答案

访问 http://www.printerplusplus.com 。它是开源.NET虚拟打印机。它为您提供了一个安装程序和.NET类写入code来处理您的打印机数据。

Visit http://www.printerplusplus.com. It is open source .NET virtual printer. It gives you an installer and a .NET class for writing code to process your "printer data".

阅读全文

相关推荐

最新文章