Silent Printing in asp.net without opening Print Property Dialog box using C#

  • Thread starter Thread starter satheeshrajesh
  • Start date Start date
S

satheeshrajesh

Guest
In our company, we have a conference to be conducted. At least 5000 Visitors would come and we are in need to print id card for each visitor. We have 100 laptops at the conference hall. I know that using windows application we can achieve silent printing without opening print property dialog box with a single button click using System.Drawing.Printing.PrintDocument class.

This option would require us to install windows app in 100 laptops and it will be time consuming. I need to have a asp.net app and in button click I should get the default printer and print the pages content without opening print dialog box. Is that possible ? Please share code samples and your thoughts. Thanks.

Continue reading...
 
Back
Top