[EMAIL PROTECTED] wrote: > Hi, > > I want to export a jasperReport file to pdf but when I do this i get > this error. > > java.lang.NoSuchMethodError: > com.lowagie.text.pdf.PdfContentByte.transform(Ljava/awt/geom/AffineTrans > form;)V > > I'm using > itext-2.0.4 > Jasperreports-2.0.0
OK, but which JDK version are you using. As explained in the book, the iText.jar is compiled with JDK 1.4. If you use this jar in a JDK 1.3 environment, you will get these kind of NoSuchMethodErrors. br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
