I want to generate PDF dynamically.
Can anyone give a sample code for accessing FOP and passing
it xml , xsl and FOP streams rather Filenames.

Currently i generate using
String[] arr = {"-q", "-xml",xmlFile, "-xsl",xslFile, "-pdf", pdfFile};
                Fop.main(arr);

but i dont want ot do in this manner, as i don't want to generate PDF file.
Just want to stream data to client.


Sami


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

Reply via email to