Re: [iText-questions] Adding Image to template

2009-05-11 Thread Hawkini2000
ex); > } catch(IOException ex) { > LOG.error("IOException adding image to template.", ex); > } > } > } > } > > The image will only be added once. > > Paulo > >> -Original Message- >

Re: [iText-questions] Adding Image to template

2009-05-11 Thread Paulo Soares
ed once. Paulo > -Original Message- > From: Matthew Hawkins [mailto:hawk...@4email.net] > Sent: Monday, May 11, 2009 11:19 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Adding Image to template > > Hi, > > first thanks to those that

[iText-questions] Adding Image to template

2009-05-11 Thread Matthew Hawkins
Hi, first thanks to those that answered my previous question - I am using a different method as I have a heap space error, so must go down the BatchFormFill route when using forms rather than PDFSmartCopy etc. My problem is that I have a base PDF, and I must add an Image at runtime to it. Now tha