[EMAIL PROTECTED] wrote:


What do you mean that I forgot the X Server?

Exactly that.

Does that mean that I need the X Server to run to use the createGraphics function?

It means that Java (not iText in particular) needs the X Server to run
as soon as you decide to use classes such as Graphics2D (that's a
class to do Graphics). If you would have used PdfContentByte to
draw your graphics, no X Server would have been needed.

The problem is that I have no easy access to the Tomcat machine...

That's indeed a problem.

If the XServer is running is that enough, and the function will work fine?

You should test this.

If not, is there a workaround...?

Don't use any java.awt class, use PDF graphics only.
br,
Bruno


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to