Make sure you have the following set in your response
                 // CONTENT DISPOSITION ENSURES THAT IE BROWSER RECOGNIZES
THE PDF
                  // BYTE STREAM AS A PDF FILE
                  // SOLUTION FOUND FROM MICROSOFT SUPPORT PAGE
                  // NO IMPACT FOR NETSCAPE BROWSER
                  response.addHeader("Content-Disposition",
"inline;filename=report.pdf");
                  response.setContentLength(contentSize);

Chetan


Jim Urban wrote:

> Be sure you set the content length, otherwise IE has problems.  It also
> helps to call reset to clear any information in the HTTP header before
> setting your content type or any other values.
>
> Jim
>
> > -----Original Message-----
> > From: Katiyar, Bhawana [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, March 04, 2002 3:23 PM
> > To: [EMAIL PROTECTED]
> > Subject: FO -> PDF works with Netscape, not with IE
> >
> >
> > Hi! I am using version .18 to render PDF from XML. Rendering is
> > fine with Netscape, but doesn't work with IE.
> > Any clues?
> > Thanks
> > Bhawana
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]



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

Reply via email to