You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by pa...@elcimai.com on 2002/04/12 11:34:42 UTC

Réf. : RE: print dialo

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




Re: Réf. : RE: print dialo

Posted by MagnusSjöberg <ma...@secode.com>.
paudigier@elcimai.com 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