This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Convert JSP page to PDF Hi ,
I have a JSP page on which view data comming from servlet. JSP page have some images and a design layout. My Problem is that ,i want to convert this jsp page as a PDF file on a phyisical location with same design layout.
Any one can help.
If the page consists of CSS-styled XHTML, then you should be able to use the xhtmlrenderer library (on dev.java.net), maybe set up as a servlet filter.