Hi all!
I'm having a problem getting PDF's generated using the standard Mambo 4.5 PDF generator.
I get the error :
could not find a font in the Resources dictionary - using Helvetica instead.
It then exports a PDF document with all text on the same line.
What I think must be happening is that the
/media/php_helvetica.afm and
/media/helvetica.afm files are not being found. Thus the PDF generator doesn't have any metrics for the fonts, and renders incorrectly.
I have found references to a /font folder in the class.pdf.php - but haven't really wanted to change anything, since I guess this is something that should work without too much hassle?
Oh, this worked fine on my dev server (windows xp / apache2) - but got the error once i moved over to linux / apache1.3 - i guess it uses your installed fonts on the system with win xp.
I also have the /media directory as CHMOD 776 - if that is of any help?

Your thoughts on this will be appreciated! I know it must be something really simple, but just cant seem to get it working!
Have a cool weekend!
Stefan