Sunday, June 30, 2013

Managing printing over print server 2003 in C#

Hi All experts


I am developing a web based application in C#. I have get all printers installed over a print server (windows server 2003) and shown all printers in a grid view. Have also get print job queue for each printer in a separate grid view. Now I want some custom functionality here.


1. Initially each printer over printer server 2003 should be in ready state


2. Initially all print jobs should be in pause state


3. When the printing supervisor resume any print job shown in grid view, that specific job should go to printer for print.


I have implemented Print job resume and cancel function in c#, both functions are working fine, problem i have is, initially printer should in ready state and all print jobs should in pause status, so that only print supervisor can select a job and resume it.


Waiting for reply please


No comments:

Post a Comment