Re: [iText-questions] Pdf Template adding multiple images

2009-07-19 Thread Bruno Lowagie
PortfolioMan wrote: > I am attempting to add multiple images to a PdfTemplate. ... > But when I attempt to add more than one image I just get the one. I am > missing some piece of knowledge about how to draw multiple images and add > them to the template .My apologies in advance for not understandi

[iText-questions] Pdf Template adding multiple images

2009-07-17 Thread PortfolioMan
I am attempting to add multiple images to a PdfTemplate. The images are from JFreeCharts. I was following the scenario ... PdfContentByte cb = m_writer.getDirectContent(); ... JFreeChart chart1 = ... JFreeChart chart2 = ... PdfTemplate tp = cb.createTe