Quoting nitin jengte <[EMAIL PROTECTED]>: > Hi > > B'cos of some security constraints I can't use java.awt classes on my > production servers. So is there any way I can still use itext. Is there > another version of itext which doesn't use java.awt classes.
Most of the iText library doesn't use java.awt classes. java.awt is only used in some workarounds, for instance to add GIF-images that can't be added with the plain com.lowagie.text.Gif class. Bruno ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
