I have an asp.net application . I hosted this application in shaired server. When the client is logined this site , they have an option for print the certificate based up on the number of copies. My questin is right now i generated this one pdf, so pdf it self i can print unlimited copies. So i want to restrict this one by blocking the print dialogbox. I want to print it based up on the number of copies from databsase of a table value. then how to identify the clint side printer to print this one.
Please give any suitable solution for it to print the number of copies without popup the print dialogshop.
So please give a goodd solution for it to print the certificaate in client side based up on the number of copies from database and should be restrict print dialogbox .
Requirments is
Any methord print client side print based up on the number of copies from database and restrict print dialogbox . User should not be prin number of copiest apart from the number of copies from database.
Please give me the tips for impliment it. and send me source code for easy understanding
Thank You.........
View Complete Post