Inside my applet i create a request for a servlet, which builds up and
give me back a HTML page as response. Now, i want to print this
responce/page without showing it in the browser and above all
overpassing the browser-print way.
Thanx in advance to all who can help me.
Francesco
Two ways.
The hard way: render the page yourself.
The easy way: call a browser and tell it to print your page. You can
either call it with a command line switch or you can script a browser
object if possible.