[EMAIL PROTECTED] wrote:
I'm using the following code to write the rendered stream to the response. I don't think I can just append the &dummy.pdf to the prepared stream,

It was meant to append this to the URL which causes the servlet producing the PDF to be invoked.

<CODE-SNIPPET>
This seems to be awfully overcomplicated. In particular this:
Reader reader = new java.io.StringReader(strBuffer1.toString());
indicates you are building an XML string in memory, then parse it,
which is often inefficient.
Look at the FOP FAQ
  http://xml.apache.org/fop/faq.html#part-iex
and the code samples here
  http://xml.apache.org/fop/embedding.html

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to