On Mar 3, 2007, at 23:26, Thomas Zastrow wrote:
Hi,
I produce PDFs from XML-files with the command:
fop -xml manual.xml -xsl ../st.xsl -pdf manual.pdf
Works fine :-)
But this command directly builds a PDF-file, no FO-file is
produced. Is it possible to get also a FO-file from the commandline
in one step?
Not the FO /and/ the PDF at the same time, but if you need the FO
instead of the PDF, then you can use:
fop -xml manual.xml -xsl ../st.xsl -foout manual.fo
Cheers,
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]