Re: Using Apache FOP to create multiple-page PDFs using PDFDocumentGraphics2D

2002-12-06 Thread Alex McLintock


On Mon, 2002-12-02 at 03:40, jcplerm wrote:
 Is it possible, by any means, to use PDFDocumentGraphics2D
 (or any other FOP class) to generate a PDF document with multiple
 pages, so that each page contains a slice of a larger graph created
 using Graphics2D methods?



It probably isn't what you wanted to hear but you could possibly duplicate 
the image several times and possibly use SVG clipping on each one - but 
clip to a different region each time.

Assuming clipping is working

Alex




Openweb Analysts Ltd, London.
Software For Complex Websites http://www.OWAL.co.uk/
Open Source Software Companies please register here 
http://www.OWAL.co.uk/oss_support/


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



Using Apache FOP to create multiple-page PDFs using PDFDocumentGraphics2D

2002-12-01 Thread jcplerm



Is it possible, by any means, to use 
PDFDocumentGraphics2D 
(or any other FOP class) to generate a PDF document 
with multiple 
pages, so that each page contains a slice of a 
larger graph created 
using Graphics2D methods?

Thanks,

Julio