I generate multi-page PDF documents from
multiple SVG files using a DocBook XML article.
I have each SVG file referenced in a
mediaobject element like this:

<mediaobject>
<imageobject>
<imagedata align="left" fileref="whatever.svg" format="SVG"/>
</imageobject>
</mediaobject>

DocBook XML can be transformed into FO using the
docbook-xsl open-source stylesheets.
But, maybe that's not what you are looking to do?

--
Don Adams


----- Original Message ----- 
From: "Antonio Broughton" <[EMAIL PROTECTED]>
To: <fop-users@xmlgraphics.apache.org>
Sent: Wednesday, September 20, 2006 8:42 PM
Subject: Multiple SVG files to create multipage PDF files using
PDFTranscoder


> Hi,
>
> I was wondering if it was possible to create a multi-page PDF document
> from multiple SVG documents using the PDFTranscoder (each SVG document
> represents a page in the PDF document)?
>
> I have looked around google, and searched on the mailling lists, but
> there is no mention about it... or am I looking in the wrong place?
>
> If this is possible, how would I go about doing this?
>
> If this is not possible... how hard would it be to implement? :)  (any
> pointers on where to start?)
>
>
> Thanks
> Antonio Broughton
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to