views:

358

answers:

1

Looking for some examples of iText 5 and ColdFusion 7.

I need to fill some pdf forms with data from the DB all the iText and ColdFusion examples I found are at least 4 years old and use previous version of iText.

+4  A: 

i have an example on how to do this in one of my previous question:

http://stackoverflow.com/questions/697122/adding-a-dynamic-image-to-a-pdf-using-coldfusion-and-itext

rip747
Thanks rip... this worked like a charm, only thing I changed was the package name to match the iText 5.0 changes... com.itextpdf.text.pdf.PdfReader
JBeckton