Hi,

This is an example :
=========================================================================
import com.report.transform.XmlToPdf;
...
try
{
   XmlToPdf.renderPDF(<File_name_XML>,<File_name_XSL>,<File_name_PDF>);
   System.out.println("Transformation PDF succeed");
}
catch (IOException te)
{
        System.out.println("Transformation PDF Failed" + te) ;
}                               }
...
=========================================================================

You have to compile XmlToPdf.java and it in the CLASSPATH.

Jean-Philippe VALENTIN 

-----Message d'origine-----
De: Philippe Caya
A: [EMAIL PROTECTED]
Date: 10/02/03 17:15
Objet: embedding example

Where can I find the source code for the embedding examples listed on
page:

http://xml.apache.org/fop/embedding.html

I looked in the cvs but it not there.

Philippe


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

<<attachment: XmlToPdf.zip>>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to