Usually if we print a page it will print the whole page and we have option to print number of copies. Here is the problem, for my erp application i don't want to give number of copies in the print dialog, somehow that option should disable through program (or) my page should print with only one copy without going to the print dialog box itself.
So, the print option should be available, but I want the user to be only able to print one copy of my page. How to achieve this?