I am making an application which will act as a virtual printer saving the printed document to a file.
How can I make my app appear as a printer in the print dialog?
Thanks, Jason
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to write a printer driver for this, you will not be able to do this in C#. You will at the very least need to use C/C++ and the WDK (Windows Driver Kit), there are commercial libraries/tools that make writting drivers easier.
If you are interested, a good online resource is
http://www.osronline.com/