Posted By:
Michael_Wax
Posted On:
Wednesday, April 11, 2001 12:23 PM
Printing on the client side is under the control of the browser or other client application. The servlet has no access to client printers or other resources.
That said, if printing on the client side is likely, you may want to include servlet functionality that will produce printer-friendly output (as opposed to pretty browser output).