RE: [iText-questions] Help with outputting bytestream to PDF

2005-08-01 Thread Bill Ensley
Where exactly are you sending the baosPDF to the response.getOutputStream()? There is a large section on servlet output streams on the iText website. It may help you Bill Ensley Bear Printing > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Kyle > Sen

RE: [iText-questions] Help with outputting bytestream to PDF

2005-08-01 Thread Jeremy Nix
Kyle, Are you setting the content type on the response? Are you setting the content length on the response? Given that you only posted a snippet of your code, are you writing the contents of your ByteArrayOutputStream to the response? response.setContentType("application/pdf"); response.setCont