:
baos.setContentType("application/pdf");
response.setContentLength(baos.size());
Hope this helps anyone.
Bill Ensley
Bear Printing
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Bruno
Sent: Thursday, January 06, 2005 7:30 AM
To: David Ewi
Quoting David Ewing <[EMAIL PROTECTED]>:
> I actually have an answer instead of a question.
Thanks for your very comprehensive answer.
The different problems you tackled keep turning up on the mailing-list on a
regular basis. In most cases people have to puzzle the answer together based on
diffe
I actually have an answer instead of a question. I spent several hours
on a problem, and tried to find the answer online and couldn't. So I
thought I would write to the list with my answers.
I was trying to create a servlet that would stream a pdf to Internet
Explorer (IE6 on my PC). I was pos