Stephan Hendl wrote:
Does anybody know what the problem could be? Does itext uses additional operating system libraries like font-libraries, shared libraries, graphic drivers and so on?
Some questions: Are you using (Pdf)Graphics2D in your application? Are you using java.awt.Image in your application? Are you using java.awt.Color in your application? iText doesn't need an X server, but Java needs one in some cases, if you are only using Color and not java.awt.Image or Graphics2D you can use a virtual X server. That could be the difference. br, Bruno ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
