You can implement printing in JSPs and Servlets the same way as printing in
regular Java Code.
Use the Printing API.
In my experience, the printing API takes the printing configurations from
the computer it is deployed on. So if the network printer is setup on the
clients computer. I would think it would be set up for the printing API to
see. Becareful with using Java's printing functionality if you are using jdk
1.3.x especially on a network printer! It has a SEVER memory requirement.
Apparently due to their switching from vector to raster graphics. Look up
java's bug parade for more information. I hope java decided to fix it in the
latest release, but so far, I've seen nothing of a fix.
-Tim

-----Original Message-----
From: Chua HongTeck-FSGA1975 [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 12, 2001 10:38 PM
To: [EMAIL PROTECTED]
Subject: Printing in servlet or jsp ??


Hi anyone knows about the printing function in servlet or jsp ?? how do i
recognise a particular network printer for printing ??

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to