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?

