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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]