Jonathan Logue wrote: > My problem is that I am using ColdFusion and I don't think it is possible to > implement the PdfPCellEvent without using Java. I will do it in Java if I > must, but I was hoping there might be some other way to get this to work.
It's not about PdfPCellEvent, but the following example explains how to use PdfPageEvents with Cold Fusion. http://cfsearching.blogspot.com/2008/03/using-itexts-pdfpageeventhelper-with.html It doesn't look obvious (you need to do plenty of extra work), but maybe you can adapt the example to work with PdfPCellEvent too. -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
