Re: [iText-questions] error with fonts

2005-12-21 Thread Bruno Lowagie
Vineet Reynolds wrote: AFM files are known to work everywhere. Have you tried using the same AFM files in other PDFs that are not generated by iText [ try Acrobat or some other PDF generator]. I will be tough trying to reproduce the error, so you may have to give us that extra bit of detail. I

Re: [iText-questions] error with fonts

2005-12-21 Thread Vineet Reynolds
AFM files are known to work everywhere. Have you tried using the same AFM files in other PDFs that are not generated by iText [ try Acrobat or some other PDF generator]. I will be tough trying to reproduce the error, so you may have to give us that extra bit of detail. I also think there are utilit

Re: [iText-questions] error with fonts

2005-12-20 Thread Bruno Lowagie
Michael Clayton wrote: Bruno, I put the afm files in every possible location. Could my using a mac os x be a problem? I put the individual files and a jar file of those files in the lib directory, I tried the com.lowagie.text.pdf directory, still no good. As I said before on the mailing l

Re: [iText-questions] error with fonts

2005-12-20 Thread Bruno Lowagie
Michael Clayton wrote: The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts Make sure you have the AFM files in a directory com/lowagie/text/pdf/ in a jar that is in the CLASSPATH or in a directory structure relative to your Java Working Path. By the way: it is

[iText-questions] error with fonts

2005-12-20 Thread Michael Clayton
Hey all, I get the following message when I run a class using iText. I'm doing this in jbuilder. I could not use the jar file, so I un-tar 'd the file and added the packages to jbuilder. Helvetica not found as resource. (The *.afm files must exist as resources in the package com.lowagie.te