Quoting george brown <[EMAIL PROTECTED]>: > Is there anything in iText library that would prevent it to be called from > inside of app server like for example WAS
No, iText can be used in an EJB application. I have lots of Servlets that generate PDF. Beans can produce PDF too. But maybe you are trying to exchange objects that are not serializable between the client and the server. In iText, classes are not Serializable (for pure technical reasons). br, Bruno ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
