In PDF class the "_getFontFile" method reads the fontfile from the wrong location. It should be $file = 'Horde/PDF/fonts/' . strtolower($fontkey) . '.php'; instead of $file = 'Horde/PDF/' . strtolower($fontkey) . '.php'; Duck