[EMAIL PROTECTED] napisał(a):
> Hi,
>
> I have a process that creates a PDF through FOP and stores it in
> Documentum (a document management service). When a user wishes to view the
> PDF it is streamed back via a servlet into IE, but IE cannot open it and
> the user is presented with a blank screen.
>
> To get around this we have to send it to a windows box and open and save
> it in acrobat and then stream it back.
>
> Our HTTP header includes the content type and length.
>
> Does anyone know why the fop only version does not open?

I set headers:
response.setContentType("application/pdf");
response.setHeader("Content-Length", length );
response.setHeader("Last-Modified", "Tue, 03 Jun 01997 08:14:00 GMT");

and it works fine for me. Does it happen only on one computer? Did you
test it on others?

plastic

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to