Print HTML Document from Windows Service Without Print Dialog

Printing from a Windows Service

The point is not how to print from a windows service or from an application, if you don't want any user interaction to be required you have to specify all print parameters without any need to show a print dialog ( which you can't because a windows service has no access to the UI ).

see here: http://msdn.microsoft.com/en-us/library/system.drawing.printing.printdocument.aspx

Printing a page without the Print dialog box?

I think you have confused client side printing with printing on the server.

You can print on the client side with Java, how some coupon printers work. However, this is frowned upon. The client should always have a choice of how they want it printed.

The calls on Page_Load would be done on the server-side printers.



Related Topics



Leave a reply



Submit