hello i cant generate the pdf with font. When i run the aplication and try to generate a pdf file with font, jbuilder 6 show me this error:
 
Times-Italic not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts)
Times-Italic not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts)
ExceptionConverter: com.lowagie.text.DocumentException: Times-Italic not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts)
 at com.lowagie.text.pdf.Type1Font.<init>(Type1Font.java:187)
 at com.lowagie.text.pdf.BaseFont.createFont(BaseFont.java:372)
 at com.lowagie.text.pdf.BaseFont.createFont(BaseFont.java:325)
 at com.lowagie.text.FontFactory.getFont(FontFactory.java:228)
 at com.lowagie.text.FontFactory.getFont(FontFactory.java:448)
 
but whe i generate the pdf file with out font the aplication generate a perfect pdf file.

Reply via email to