Anita Krishnamoorthy @ Infosys wrote: > Hi > > I have downloaded itext-2.0.1 from the net and I have j2sdk1.4.2_14 installed > in my system.
Why didn't you download the most recent version? (Which is iText 2.1.4!) > Where do I need to place the iText zip file so that I can complile my code > and I dont get ClassNotFound exception. Er... why did you download the zip instead of the jar? > Kindly guide me in this as I am using iText for the first Have you ever written a Java application using external libraries in jars? If not, please post your question on a Java forum. > time to Export data from JSP to PDF. If you have learnt writing JSP code, surely your teacher has told you that IT IS A VERY BAD IDEA TO CREATE BINARY CONTENT USING JSP. Please don't write JSPs to generate PDF; write a servlet instead and you'll avoid plenty of problems. > The data is generated dynamically by executing an SQL. That's a piece of cake if you read the documentation, for instance: http://1t3xt.info/examples/browse/?page=toc&id=27 BUT none of your questions is iText specific, everything you're asking is off-topic and should be posted on more general Java forums. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
