You don't have to put the pdf generation at the far end. You can get the parameters via EJB and generate the pdf at the servlet level. If you want to generate the pdf at the remote side just send the complete pdf as a byte array.
Best Regards, Paulo Soares > -----Original Message----- > From: Gordon Luk [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 07, 2002 17:04 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Qestion on EJB: OutputStream problem > > Hi all, > > Is there any expert had to write EJB as report service, such use iText > to generating PDF and return to client. There have a problem , that is > the OutputStream , because that is not Seiralizable, and EJB also could > not use java.io.*. I have search from the web, a solution found ( i am > not sure is correct), that is change it to ObjectOutputStream, is that > really possible? anyone try it before? > > I know this is not a efficient way. In read world, i should write it in > servlet :-) anyway, i want to know above is really a correctly solution > in EJB (via ObjectOutputStream)? anybody try it? > > > Gordon > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
