>I want to print SVG calendars on different pages of a PDF.

I believe you should use FOP rather than Batik, and you should look at the 
FOP mailing list. 
There are a lot of resources for beginners.

For example, look at :
http://xml.apache.org/fop/embedding.html
(how to embed FOP in your java code)

>I see also that I can use SVG embedded in FO file

In a xsl-fo document, you can embed a svg graphic 
(fo:instream-foreign-object) or reference an external file 
(fo:external-graphic) ; in both cases your Java code will remain the same.

You can handle multiple pages in a single xsl-fo document (using multiple 
page-sequences for example).

Sorry if my mail is short, but it might give you a few ideas ; you should 
look at the FOP forum and site.

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

Reply via email to