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
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