[EMAIL PROTECTED] wrote:
> 
> Hey,
> I want to use fop to generate a PDF document from an XML document with
> JAVA.
> Which class must i use???
> 
> Regards
> 
> Pierre AUDIGIER

First, do n o t answer a previous question with a new one.
I'v seen this behaviour twice in short time on this list and
it is not good netiquette.

In answer to your question, begin by looking at
xml.apache.org/fop/embedding.html
It requires that you familiarize yourself with stuff like
XSL, XSL-FO and such.

Basically you have an XSL document which is used to
transform your XML into XSL-FO which in turn gets converted
into PDF by FOP.
Just reading through the pages at xml.apache.org/fop will
help you a lot.

hth///

Magnus

Reply via email to