Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing a cyber cafe web application where admin want to get details of number of print out taken from every system . please help me how is it possible. Please help me.
Posted

1 solution

it depend on how users took printouts. for example if user get print screen and past it on mspaint and took printout from that, you can't get print information of such case from ASP.NET.
But if you have print button on your asp.net web page and you can save record to database with print details whenever user click print.
If you need to know actual count of all the printouts taken from your printer then you better check from printer manufacturer for such API or SDK methods available for your printer or not.
Also check below code projects articles which related to printer jobs and monitoring printer gueue
Monitor jobs in a printer queue (.NET)[^]
Monitoring a Printer Queue from VB.NET[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900