I have Silverlight 5 application. On the server i have a list of documents ( all pdf files) which i want to print on client printer one by one upon clicking print button.
Here is the workflow
1> User Clicks on the print button on UI (Not browser print button)
2>Print dialog box appears and user selects a printer attached to his machine.
3>Silverlight gets the document from server and start printing that document.
4>Once the 1st document is printed successfully, it should get 2nd document from server but this time it should NOT popup print dialog. and it should repeat the process untill all documents are printted.
My problem is how do i tell printer not to popup print dialog from 2nd document onward.