Hi,
I got a requirement to write a window program that would run in background and capture all print commands executed from anywhere in system. As soon as print event is identified, a UI will need to be presented to few inputs.
Can someone please give me a quick starting point.
Regards
Manish
Mohamed AbedallahPosted Apr 13, 2017, 11:42 AM
You can achieve your goal using LEADTOOLS Virtual Printer features, since it gives you the ability to create a virtual printer that receives print jobs.
Once the print job is received, you can handle the print job in your application and apply any process you want over that print job data. For more information see the following article:
https://www.codeproject.com/Articles/1004187/Extend-Existing-Applications-with-the-LEADTOOLS-Vi