McGee, Edwin F. Sr. wrote: > I recently pulled some old code out of storage which previously ran > under iText 1.4. I modified my code to recognize the new package > structure "itextpdf" rather than "lowagie" but when I attempt to execute > even the simplest "Hello World" code, I constantly get the "No message > found for l.not.found.as.resource" exception.
> Is there something else I am missing in the upgrade from iText 1.4 to > 5.0? Any assistance would be appreciated. Did you copy the language files? All error messages are now combined into one file. Of course, this doesn't solve your problem yet: seems like the AFM file for Helvetica can't be found. Note that the Hello World example from the book works with iText 5.0.2, so maybe you can start from there: http://itextpdf.com/examples/index.php?page=example&id=12 http://examples.itextpdf.com/results/part1/chapter01/hello.pdf -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ 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/
