Re: Java transformation from xsl-fo to pdf

2001-07-03 Thread Alex McLintock
--- Braniganz [EMAIL PROTECTED] wrote: Hi, I need transform a XSL-FO file to a PDF file. I am a beginner in Java, the next code would be correct? What have I to change? I really don't think this is the right mailing list to help you learn Java. I try to be really helpful but since you

RE: Java transformation from xsl-fo to pdf

2001-07-03 Thread Michiel Verhoef
Hi, if all you want to do is transform an FO file into PDF (i.e. not embed the fop classes in a programm) then you can run fop simply by calling: fop.sh yourfile.fo yourfile.pdf or (in win): fop.bat yourfile.fo yourfile.pdf HTH, Michiel $ -Original Message- $ From: Braniganz