The example in jfreechart2pdf-v2.pdf, found in the JFreeChart downloads, can create a chart inside a PdfTemplate. You can call Image.getInstance(PdfTemplate) and use it as any other image.
----- Original Message ----- From: "Mark Smith" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, August 01, 2005 1:49 AM Subject: [iText-questions] JFreeChart and Document.newPage > Sorry for the newbee questions but. > > > > Are there any examples of using JFreeChart or any Graphics2D drawing on > multiple pages? I don't need to span pages, but I would like to put several > charts into a document, one per page. It seems like I've tried every > permutation of the JFreeChart examples, mixed with Document.newPage() but no > luck so far. > > > > Any help is appreciated, > > Mark > > > > > > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
