Good Morning,
 
i changed from the itext0.94 version to the new one itext0.97.
i get then a error with my xml-application. after i initialized the pdf-document and open
the PDFWriter a get the error. what can i do?
 
thank you.
 
thomas k�bler
 
java.lang.NoSuchMethodError
 at com.lowagie.text.pdf.PdfDate.<init>(Unknown Source)
 at com.lowagie.text.pdf.PdfDate.<init>(Unknown Source)
 at com.lowagie.text.pdf.PdfDocument$PdfInfo.addCreationDate(Unknown Source)
 at com.lowagie.text.pdf.PdfDocument$PdfInfo.<init>(Unknown Source)
 at com.lowagie.text.pdf.PdfDocument.<init>(Unknown Source)
 at com.lowagie.text.pdf.PdfWriter.getInstance(Unknown Source)
 at pdflib.PDFObjekt.<init>(PDFObjekt.java:113)
 at pdflib.PDFPower.pdfaufbauen(PDFPower.java:216)
 at pdflib.PDFPower.doPdf(PDFPower.java:153)
 at pdflib.Start.main(Start.java:45)
Exception in thread "main"
 
 

Reply via email to