PDF files under IE 5.0

2001-07-27 Thread Franck LANTRES
Hi, I know that my question is a little out-of-scope of this mailing-list : we have problems with PDF files generating by servlets. Our servlet generates PDF files using 'fop style sheets' and put the result in the body of the HttpServletResponse. The problem is that the PDF file is correctly

Re: PDF files under IE 5.0

2001-07-27 Thread Dmitri Colebatch
from memory ie tends to not pay full attention to mime-types. For example if you have a servlet which can be requested by .jpg and generates an image with an binary stream mimetype IE seems to display it, even though by rights it should save it (this is an old example from a year ago). So

Re: PDF files under IE 5.0

2001-07-27 Thread Franck LANTRES
isleofdogs a écrit : hi franck, my company is having a possibly similar problem. when ie opens up a pdf into acrobat not all the pages display properly but if i use netscape everything is fine. the pages that down show up properly generally have just a little bit of the page and the

Re: PDF files under IE 5.0

2001-07-27 Thread Franck LANTRES
I finally find the solution : just reset the buffer using the HttpServlet.reset() method Thank you IE :-( Franck. Franck LANTRES a écrit : Hi, I know that my question is a little out-of-scope of this mailing-list : we have problems with PDF files generating by servlets. Our servlet