Title: Message
Hi,
 
I have a web application using iText.  When I install the application on Weblogic 6.1 and try to generate a PDF I get the following error:
 
Helvetica not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts)
I have the itext jar files in the WEB-INF/lib folder.  This same application works fine with other web servers.
 
I tried some of the tips given for similar issue (ClassLoader cl = FontsResourceAnchor.class.getClassLoader();) but it didn't helped.
 
Does anyone can give me some pointers?
 
Thanks
 
Louis
 

Reply via email to