Quoting Jose Puchi <[EMAIL PROTECTED]>: > Hello Bruno: > I take a example from logawie site, this example is Calendar.java, well my > idea is generate pdf�s files in my local pc with iText api. I can do it with > System Simbol, but when i try to do it with a servlet i can�t.
iText was designed to be used in Servlets. The question is too general to provide an accurate answer, but I guess your problem could be a) you don't have the iText.jar in your CLASSPATH b) you are using the wrong path to the Images you want to display > I am using the apache server with jserv, this package come with the > Oracle8i instalation, my question is how can i do for generate pdf�s files > with java in a servlets, need i cofigurate the server?, need i configurate > other part in my system?, If you can help, thank for your time Try example 0105 first before you try more complex PDFs with Images: http://www.lowagie.com/iText/tutorial/ch01.html#servlets Please post further questions to the mailing-list: [EMAIL PROTECTED] br, Bruno ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
