I got similar problems for Rectangle when upgrading from iText-1 to iText-2. Some getter methods have been renamed. Change your code to call com.lowagie.text.Image.getPlainWidth() and it should work.
Cheers, Klas > Ämne: > [iText-questions] Error - java.lang.NoSuchMethodError: > com.lowagie.text.Image.plainWidth()F > Från: > "Marcos Carvalho" <[EMAIL PROTECTED]> > Datum: > Fri, 26 Sep 2008 09:00:19 -0300 > Till: > [email protected] > > Till: > [email protected] > > > Good Morning, > > Was with error java.lang.NoSuchMethodError: > com.lowagie.text.Image.plainWidth()F, where use library itext-2.1.3 > and change library old itext-1.1.3 worked. Sorry, my english is more > or less. I am from Brazil. > > Estava com erro java.lang.NoSuchMethodError: > com.lowagie.text.Image.plainWidth()F, onde usava a biblioteca > itext-2.1.3 e troquei pela biblioteca antiga itext-2.1.3 ai funcionou. > -- > > Atenciosamente, > Marcos Antonio R. de Carvalho Filho > Fone: 55-62-81771035 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
