Hi bruno,

we use the method

com.lowagie.text.Image gif = com.lowagie.text.Image.getInstance(urlstring);

other classes of the packet java.awt are not used. What can you recommend to 
install in order to get the pdf generation faster?

Rgds,
Stephan


>>> Bruno Lowagie <[EMAIL PROTECTED]> 15.02.06 16.13 >>>
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



-------------------------------------------------------
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&kid3432&bid#0486&dat1642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to