Thanks for everyones help, I finally found the solution.  I figured I send
it back to the list in case anyone else encounters this same problem in the
future.  I had to set the content length before writing the bytes.  So I
just had to add:

response.setContentLength(pdf.length);

to the servlet before writing any data.

-chris

Reply via email to