Home Freemagazine Issue8 Tips and Tricks



Tips and Tricks
Posted on: April 3, 2006 at 12:00 AM
This example retrieves data from MySQL and sends response to the web browser in the form of a PDF document using Servlet.

Tips and Tricks

       

 

  1. Send data from database in PDF file as servlet response
    This example retrieves data from MySQL and sends response to the web browser in the form of a PDF document using Servlet. This program uses iText, which is a java library containing classes to generate documents in PDF, XML, HTML, and RTF. For this you need to place iText.jar file to lib folder of your JDK and set classpath for it. You can download this jar file from the link http:// www.lowagie.com/iText/ download.html/.

     


Now, read more information at:

http://www.javajazzup.com/issue8/page63.shtml

Related Tags for Tips and Tricks:


More Tutorials from this section

Ask Questions?    Discuss: Tips and Tricks  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.