I want to create a Windows Service that will pull the printjobs generated from a asp.net web application.
Loading
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.
Eddie AptrootPosted Mar 27, 2015, 8:05 AM
Do you mean the web application will be issuing printing command (print jobs) and you want to capture them in your service to get the contents of the printout?
If that's the case, you will need some sort of printer driver installed on the computer to capture the print jobs and deliver them to your service, similar to this toolkit feature: https://www.leadtools.com/sdk/print/virtual-printer.htm
Eddie Aptroot