Bryan Stevenson wrote: > The techs also swear that the Helvetica font is found in the package > where the error is saying it is not. > > Any ideas?
No, it works for us. If you get "Helvetica-Bold not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts)" then you don't have the file Helvetica-Bold.afm in the package com.lowagie.text.pdf.fonts (or the file is there, but the application can't access it). It's as simple as that. The exception tells you exactly what the problem is. Nothing more, nothing less. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ 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 Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
