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
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
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