adding virtual printer using c#
how to add a virtual printer in system using c# program?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Maen BadwanPosted Nov 2, 2017, 11:35 AM
https://msdn.microsoft.com/en-us/library/windows/hardware/ff557573(v=vs.85).aspx
https://github.com/Microsoft/Windows-driver-samples
But keep in mind that you will need to wrap many Windows APIs to accomplish this in .NET.
Alternatively, you could try high-level virtual printers features from LEADTOOLS that provides ready .NET classes to create your own virtual printer, which should behave similar to any printer’s driver.
You can find more details here:
https://www.leadtools.com/help/leadtools/v19/dh/pr/printer-printer-install.html
https://www.leadtools.com/help/leadtools/v19m/dh/to/pr-topics-programmingwithvirtualprinterdriver.html
Nilesh PatilPosted Oct 27, 2017, 6:11 AM
Rajkiran SwainPosted Oct 27, 2017, 4:48 AM