>>>>> "JM" == Jean-Michel Biollaz (pb) <[EMAIL PROTECTED]> writes:
JM> I have read in the FOP documentation : "It is possible to convert
JM> a standalone SVG document directly into a simple page PDF
JM> document. This is possible through the use of Batik's transcoder
JM> mechanism. java org.apache.batik.apps.rasterizer.Main -m
JM> application/pdf document.svg This will output the svg document as
JM> "document.pdf" containing a PDF rendering of the SVG file. " Is it
JM> possible ? Do we need FOP or is SVG abble to produce PDF alone ?
It is possible but the Batik rasterizer needs the FOP classes/jar
on the class path. Batik's rasterizer looks up the FOP classes
dynamically if you specify application/PDF and if we find them we
invoke them appropriately to generate PDF.
Note: SVG!=Batik, just as SVG!=Adobe Viewer, just as HTML!=Mozilla,
things start getting very confusing when people interchanging the
names of implementations of a standard with the name of the
standard.
JM> Thank's in advance, Jean-Michel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]