Re: calling fop from java

2002-02-28 Thread Alexandre Denes dos Santos
that helps. Denes - Original Message - From: Fischer Tibor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 28, 2002 10:50 AM Subject: calling fop from java hi i would like to call the fop's transformation procedure from a running java application, to create pdf

Re: calling fop from java

2002-02-28 Thread Fischer Tibor
AM Subject: calling fop from java hi i would like to call the fop's transformation procedure from a running java application, to create pdf realtime how is it possible?? what method sholud i call?? Thanks, Fishy

Re: calling fop from java

2002-02-28 Thread Fischer Tibor
Message - From: Fischer Tibor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 28, 2002 10:50 AM Subject: calling fop from java hi i would like to call the fop's transformation procedure from a running java application, to create pdf realtime how is it possible?? what method

RE: calling fop from java

2002-02-28 Thread Samimi, Ashkan (Contractor)
().flush(); -Original Message- From: Alexandre Denes dos Santos [mailto:[EMAIL PROTECTED] Sent: 28 February 2002 14:23 To: [EMAIL PROTECTED] Subject: Re: calling fop from java I´m working in something like that. I have an servlet filter that calls a JSP page that will return an xml file

AW: calling fop from java

2002-02-28 Thread S. Jayaraman
, February 28, 2002 10:50 AM Subject: calling fop from java hi i would like to call the fop's transformation procedure from a running java application, to create pdf realtime how is it possible?? what method sholud i call?? Thanks, Fishy

Re: AW: calling fop from java

2002-02-28 Thread Fischer Tibor
An: [EMAIL PROTECTED] Betreff: Re: calling fop from java that's ok, sorry but i didn't said, that i have an xml, and an xsl file, and i have to generate the pdf from them Fishy Alexandre Denes dos Santos wrote: Use: Driver driver = new Driver(InputStream in, OutputStream out); driver.setRenderer