you could create an Image object from Container.createImage(width,height)...then get the Graphics object by Image.getGraphics() and then draw all the text onto it using drawString()...u would have to calculate stuff by FontMetrics....then u could write the image by usin the new javax.imageio package... ImageIO.write(img, "tiff", file); http://pallav.cjb.net for java stuf...
___________________________________________________________________________ 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
