This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PDF creation using FO and Displaying PDF in IE Browser


Anis,

It sounds like you tried something more sensible and rational than Matt
suggested. But you need to try exactly what he suggested - make sure
that the last characters of the URL that fetches the PDF document are
".pdf". It's kind of yucky, but I had the same problem and solution a
year or two ago, and it sounds like IE hasn't fixed this "feature" yet.

Francis.

Anis h wrote:
> 
> Matt,
> 
> I tried but still it doesn't work, unfortunately I
> have to live with IE(My company doesn't use Netscape)
> 
> I tried to read a pdf doucment and put its content in
> a outputstream,attach that into my servlets response..
> and I give setContentType("text/pdf")  instead of
> setContentType("applicaiton/pdf")
> then the browser prompts me a selection window and if
> i select adobe
> then it opens my document...but I want the browser to
> open adobe and display my document..
> 
> please help me!
> 
> anish
> 
> --- Matt Sergeant <matt@sergeant.org> wrote:
> > On Wed, 18 Jul 2001, Anis h wrote:
> >
> > > Thanks Matt,
> > >
> > > Actually  I have the entire document in a
> > PrintStream
> > > which I want to send to the browser in the Servlet
> > > response.
> > >
> > > PrintStream out = new PrintStream(
> > > res.getOutputStream() );
> > >
> > > I don't have any physical PDF document.
> >
> > The answer remains the same. Append a querystring to
> > your URL that says
> > .pdf at the end. This will convince the b0rked IE
> > that you're actually
> > sending a PDF down the wire.
> >
> > I hear that MS haven't even fixed this for IE6, but
> > I haven't tested it
> > yet.
> >
> > --
> > <Matt/>
> >
> >     /||    ** Founder and CTO  **  **
> > http://axkit.com/     **
> >    //||    **  AxKit.com Ltd   **  ** XML
> > Application Serving **
> >   // ||    ** http://axkit.org **  ** XSLT,
> > XPathScript, XSP  **
> >  // \\| // ** mod_perl news and resources:
> > http://take23.org  **
> >      \\//
> >      //\\
> >     //  \\
> >
> >
> >  XSL-List info and archive:
> > http://www.mulberrytech.com/xsl/xsl-list
> >
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]