Re: Java transformation from xsl-fo to pdf

2001-07-03 Thread Abdul Wahab
8:01 PM Subject: Java transformation from xsl-fo to pdf > 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? > > Code: > > import javax.xml.transform.*; > import javax.xml.t

RE: Java transformation from xsl-fo to pdf

2001-07-03 Thread Michiel Verhoef
[mailto:[EMAIL PROTECTED]] $ Sent: dinsdag 3 juli 2001 14:01 $ To: [EMAIL PROTECTED] $ Subject: Java transformation from xsl-fo to pdf $ $ $ 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? $ $ Code

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 sin

Java transformation from xsl-fo to pdf

2001-07-03 Thread Braniganz
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? Code: import javax.xml.transform.*; import javax.xml.transform.stream.*; import java.io.File; import org.apache.fop.apps.Fop; public class pdf { public st