Writing a Virtual Printer in .NET

Posted by David Osborn on Stack Overflow See other posts from Stack Overflow or by David Osborn
Published on 2008-11-03T02:02:20Z Indexed on 2010/05/10 15:14 UTC
Read the original article Hit count: 329

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about virtual

Related posts about printer