aspose file tools
The moose likes Servlets and the fly likes Error while opening a pdf file in IE7 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Error while opening a pdf file in IE7" Watch "Error while opening a pdf file in IE7" New topic
Author

Error while opening a pdf file in IE7

Danush Karthik
Greenhorn

Joined: Mar 31, 2008
Posts: 7
I try to open a pdf file in a servlet by setting the content disposition header to 'inline' so that the pdf opens in the same window. I am able to open the same in the IE6 browser but when I try to open the same in IE7 I get a blank page being displayed. I use the response.getOutputStream to write the byte array of the pdf to the screen.
If any of you have encountered similar kind of problem and have got a solution, please post a reply.
Scott Escue
Ranch Hand

Joined: Jan 20, 2005
Posts: 34
Danush,

Can you post the code from your servlet? Setting the Content-disposition header to inline is working for me in both IE7 and Firefox2.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Error while opening a pdf file in IE7
 
Similar Threads
open a pdf inline using MIME in ie7
how to embed pdf in html
url not opening in IE&
location replace works in firefox and not in IE
HTTPS Issue - not displaying pdf file properly