On 14.05.2007 11:47:00 thomas.deweese wrote: <snip/> > > 2. I would like to have multiple pages transformed into a single pdf, > > but don't know, how. > > The simplest way to do this would be to construct a FO document > that references your SVG documents. The simplest way to do that > is to write the documents to disk as temp files that the FO document > refs. > > I think it would also be possible to do this in a variant of > the PDFTranscoder but I don't know the details.
Yes, the class PDFDocumentGraphics2D (which PDFTranscoder uses) has a public method called nextPage(). So if the PDFTranscoder would be modified to somehow call that method, it could be done. But I haven't checked if that would fit into the Transcoder framework. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
