]
Betreff: Re: Embedding fop in IE..Help!!!
Hi
Im using a JSP to generate this PDF. I am able to open
other "Static" pdfs.
This is what i do, i create a bytearrayoutputstream
which will hold the output of the render and then use
a
pageContext.getOut().print();
and this results in print
Hi
Thanks, I did that and it worked.
-Raj
--- Kuehnberger <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I had the same problem:
>
> For me it worked to change the name of the servlet
> (let's say report to
> report.pdf)
> For outputting I use the function:
>
> public void renderFO( Document doc,
> H
u start writing the PDF
> content.
> Try calling clearBuffer() on the output stream
> first.
>
> YS
>
> -Original Message-
> From: Rajagopal. V [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 15, 2001 2:49 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Embedding
Hi,
I had the same problem:
For me it worked to change the name of the servlet (let's say report to
report.pdf)
For outputting I use the function:
public void renderFO( Document doc, HttpServletResponse
response,HttpServletRequest request ) throws Exception {
// Create the PDF.
ByteArra
ge-
From: Rajagopal. V [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 15, 2001 2:49 PM
To: [EMAIL PROTECTED]
Subject: Re: Embedding fop in IE..Help!!!
Hi
Im using a JSP to generate this PDF. I am able to open
other "Static" pdfs.
This is what i do, i create a bytearrayoutputstream
whic
Hi
Im using a JSP to generate this PDF. I am able to open
other "Static" pdfs.
This is what i do, i create a bytearrayoutputstream
which will hold the output of the render and then use
a
pageContext.getOut().print();
and this results in printing binary content on the
screen.. I assume this is b
Can you open other pdf files (via a link in a html page) in IE?
"Rajagopal. V" wrote:
> Hi All
> I have an XML file which i combine with a XSL to
> generate the FO file and render it. It works fine with
> Netscape but im having a tough time with IE. It is
> displaying garbage on teh screen. All
gt; -Original Message-
> From: Rajagopal. V [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 15, 2001 4:45 PM
> To: [EMAIL PROTECTED]
> Subject: Embedding fop in IE..Help!!!
>
>
> Hi All
> I have an XML file which i combine with a XSL to
> generate the FO file and
t;[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, October 15, 2001 10:45 AM
> Subject: Embedding fop in IE..Help!!!
>
>
> > Hi All
> > I have an XML file which i combine with a XSL to
> > generate the FO file and render it. It works fine
> with
Did you set the proper content type?
response.setContentType("application/pdf");
Stefan
-Original Message-
From: Rajagopal. V [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 15, 2001 4:45 PM
To: [EMAIL PROTECTED]
Subject: Embedding fop in IE..Help!!!
Hi All
I have an XML
ROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 15, 2001 10:45 AM
Subject: Embedding fop in IE..Help!!!
> Hi All
> I have an XML file which i combine with a XSL to
> generate the FO file and render it. It works fine with
> Netscape but im having a tough time with IE.
Hi All
I have an XML file which i combine with a XSL to
generate the FO file and render it. It works fine with
Netscape but im having a tough time with IE. It is
displaying garbage on teh screen. All i get is binary
characters for the PDF File. I have IE 5.5 Sp1. and i
tried all the workarounds. T
12 matches
Mail list logo