Re: pdf not loading in IE 7

2010-11-06 Thread Web Maestro Clay
Did you try ensuring ext=.pdf is part of the link (not adding it after the fact)? The ext=.pdf trick is because IE7 needs a little help knowing what to do with the file... Go figure! "My religion is simple. My religion is kindness." - His Holiness the Dalai Lama of Tibet On Nov 4, 2010, at 12:21

pdf not loading in IE 7

2010-11-05 Thread Estrada, Juan - 2
Hi, I'm rendering a PDF using the following code: InputStream is = new ByteArrayInputStream(xsltext.getBytes("UTF-8")); StreamSource xslSource = new StreamSource(is);