Re: [iText-questions] servlets and pdf

2004-12-09 Thread Steve Cole
al Message - From: "John Houle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 08, 2004 11:44 PM Subject: [iText-questions] servlets and pdf Is the only way to create pdf's on a webserver is through the use of servlets? I can locally creat

FW: [iText-questions] servlets and pdf

2004-12-09 Thread Gupta_Sachin
Title: FW: [iText-questions] servlets and pdf -Original Message- From: Gupta_Sachin Sent: Thursday, December 09, 2004 4:54 PM To: 'John Houle' Subject: RE: [iText-questions] servlets and pdf Hi can u pls help me out .. that I am using Itext' rtf api I want a

[iText-questions] servlets and pdf

2004-12-09 Thread John Houle
Is the only way to create pdf's on a webserver is through the use of servlets? I can locally create a pdf, but on a web server I cannot create the pdf. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds

Re: [iText-questions] Servlets

2002-03-26 Thread Bruno Lowagie
Quoting David González Blanco <[EMAIL PROTECTED]>: > Hi everybody, > > I'm trying to use iText on a servlet of my project and i've a little > problem. > > I've included iText.jar in my classpath, and my code is: What Servlet Engine do you use? Did you put the jar in the general CLASSPATH of th

RE: [iText-questions] Servlets

2002-03-25 Thread Mattia Dongili
Hi, > I've included iText.jar in my classpath, and my code is: [...] it seems that you didn't inserted iText.jar in your classpath properly (or maybe you added sources only?) > > Original Exception: > Error Message: com/lowagie/text/Document > Error Code: 500 > Target Servlet: null > Error

[iText-questions] Servlets

2002-03-25 Thread David González Blanco
Hi everybody,  I'm trying to use iText on a servlet of my project and i've a little problem.   I've included iText.jar in my classpath, and my code is: package PDF;import java.io.PrintWriter;import java.io.IOException;import java.io.File;import java.util.Date;import javax.servlet.http.*;im