> The error message is:
>
>  Exception in thread "AWT-EventQueue-0" java.lang.NoSuchFieldError: HALFTONE
>     at com.lowagie.text.pdf.PdfHalftone.<init>(Unknown Source)
>
> not HHALFTONE as showed the previos message.

Maybe you're running against the wrong version of iText (i.e. not the
version you added HALFTONE to) - I think the previous poster was on
the right track.  If I were doing it, I wouldn't add HALFTONE to
PdfName, I would just have the
PdfName HALFTONE = new PdfName("Halftone");
in the PdfHalftone class.

Brian

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to