Re: .FO outout

2005-08-26 Thread Madhavi Kumar
. -Original Message- From: Andreas L Delmelle [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 11:17 AM To: fop-users@xmlgraphics.apache.org Subject: Re: .FO outout On Aug 25, 2005, at 20:12, Anil Pinto wrote: Hi Anil, Is it possible to see the .fo output that FOP uses once

Problem running FOP in servlet (was Re: .FO outout)

2005-08-26 Thread Chris Bowditch
Madhavi Kumar wrote: Hi all, Hi - please don't hijack other people's threads - start a new one. Im using Jakarta's FOP , to convert xml to PDF Actually its Apache's FOP. Jakarta is just a project within the Apache community. at run time im getting following exception.

Re: .FO outout

2005-08-25 Thread Andreas L Delmelle
On Aug 25, 2005, at 20:12, Anil Pinto wrote: Hi Anil, Is it possible to see the .fo output that FOP uses once it accepts the xml and xsl to create the pdf from the command line ? With FOP 0.20.5 your only option is to run the XSL transformation separately, using the xalan.bat/xalan.sh

RE: .FO outout

2005-08-25 Thread Anil Pinto
PROTECTED] Sent: Thursday, August 25, 2005 11:24 AM To: fop-users@xmlgraphics.apache.org Subject: Re: .FO outout Hi, Anil, Yes. To get the .fo file, run Xalan rather than FOP. For example: xalan -in mysource.xml -xsl mystylesheet.xsl -out myout.fo Then, to turn the FO file into PDF, you can use