Providing a Print Facility in a servlet

Hello All,

In my servlet, i would like to take out a print out of a page by providing a button "Print" and it should be able to convert the data available on the page (which is a database of users or catalog of books) to a word dpcument or printer-readable form and take a print out of it.

Can you please help me out with this?

[346 byte] By [Kranthi.Remalaa] at [2007-11-26 20:07:01]
# 1
it's a quite complex behaviour...I'd use FOP on the server side to produce a PDF document, because it's far easier than word format to produce.Do you use a framework?
alban.maillerea at 2007-7-9 23:08:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
No Sir, I'm not using a framwork.Infact we are writing raw code in servlets.JDBC+Servlets+html(inside servlet) using PrintWriter
Kranthi.Remalaa at 2007-7-9 23:08:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...