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
[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
--- 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
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