Re: [iText-questions] Problem in generation PDF with JDBC calls for IE

2002-06-27 Thread Bruno
Quoting Aspert Edison <[EMAIL PROTECTED]>: > While I generate the document, I make a JDBC call to so some data to be > included as part of the PDF document > ResultSet info = Utility.getInfoForPDF("Select * from emp"); > //This is the JDBC call > out = res.getOutputStream(); > res.setContentTy

RE: [iText-questions] Problem in generation PDF with JDBC calls for IE

2002-06-26 Thread Chris Ward
26, 2002 4:13 PM To: [EMAIL PROTECTED] Subject: [iText-questions] Problem in generation PDF with JDBC calls for IE Hi, I am trying to generate a PDF from a servlet. The method called from the service method of the servlet is the one responsible for generating the PDF. While I generate the doc

[iText-questions] Problem in generation PDF with JDBC calls for IE

2002-06-26 Thread Aspert Edison
Hi, I am trying to generate a PDF from a servlet. The method called from the service method of the servlet is the one responsible for generating the PDF. While I generate the document, I make a JDBC call to so some data to be included as part of the PDF document. Here is the code. ByteArrayO