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
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
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
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
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
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