Printing to a remote machine in a J2EE Web App
417011Mar 16 2004 — edited Mar 23 2004I would like to now if there is any way that in a j2ee application, the thin client can send without opening a pop windows o anything like, a document or file to a printer which is located in another computer that has the printer installed (in windows or linux environment) and shared. So the app know the remote host name, the printer name and the port that the printer is attached to.
So I need to send a pdf file or text file to this printer from a client computer without a printer properly installed.
thanks.