I need to add functionality to my J2EE-based wep application: 1) Take some page, probably with form controls, convert it to some printer friendly format. 2) Print this rendered format a) without showing it and b) without a print dialog.
I'm not too worried about 1, but have no idea if 2a and 2b are even possible.
Thanks for any help.