Wednesday 6 January 2010

iText, rjb and Rails

Got that all to work, but with one important 'gotcha'.
The class names in iText have changed - they are now called things like com.itextpdf.text.factories.PK - rather than com.lowagie.text.factories.PK
That caused me a few problems - kept getting

NoClassDefFoundError: com/lowagie/text/Document

until I found out that the names had changed.

No comments:

Post a Comment