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 Daniel Cardin <Da...@yahoo.com> on 2002/03/14 04:24:01 UTC

multi-page PDF creation using the PDFDocumentGraphics2D class

I have managed to use the PDFDocumentGraphics2D class to create a PDF
document from my application.
I have not seen anywhere how I could instruct the renderer to create a
new PDF page. 
 
Has anyone done this?
 
Thanks in advance,
 
Daniel
 

Re: multi-page PDF creation using the PDFDocumentGraphics2D class

Posted by Keiron Liddle <ke...@aftexsw.com>.
This is not supported.
The PDFDocumentGraphics2D is simply meant to render a single svg to a 
single page.
You could probably get what you want by extending the class and adding 
some extra methods to create a new page and so on.

On 2002.03.14 04:24 Daniel Cardin wrote:
> I have managed to use the PDFDocumentGraphics2D class to create a PDF
> document from my application.
> I have not seen anywhere how I could instruct the renderer to create a
> new PDF page.
> 
> Has anyone done this?
> 
> Thanks in advance,
> 
> Daniel