> I am generating PDF files using FOP by the code given below
> 
> String[] arr = {"-q", "-xml",xmlFile, "-xsl",xslFile, "-pdf", pdfFile};
> Fop.main(arr);
> 
> I want to use streams (input stream and output stream)
> Actually i am using Jsps for displaying of reports. And report is generated
> on demand.
> So i dont want to generate file, just want to stream data.
> 
> can any one give sample code.

How about reading the documentation at:
http://xml.apache.org/fop/embedding.html

...or browsing through the mailing list archives?

Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Fon +41 41 317 20 20 - Fax +41 41 317 20 29
Internet http://www.outline.ch


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

Reply via email to