Hi,
I have a web based application. Through this application, when the user clicks a print button on the screen it should generate a pdf file and store it on the server side and also fire a print command on a printer on the client side.
How can I do this through
Java ?
since the file is created on the server side and the
JSP is on the server side I do not know how to pint it on the client side ?
Any ideas would be appreciated.
thanks,
gayatri