Re: [PHP] Re: fpdf adding font error

2009-03-30 Thread Thodoris



If you want to use UTF-8 fonts with FPDF then switch to TCPDF 
(www.tcpdf.org)


  


Thanks Tony I think that it will do what I really need.

--
Thodoris


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: fpdf adding font error

2009-03-27 Thread Tony Marston
If you want to use UTF-8 fonts with FPDF then switch to TCPDF 
(www.tcpdf.org)

-- 
Tony Marston
http://www.tonymarston.net
http://www.radicore.org

Thodoris t...@kinetix.gr wrote in message 
news:49ccee54.80...@kinetix.gr...
 Hello gang,
I know this is not an fpdf mailing list but if anyone has experience on 
 the matter please help. I am working on a pdf generation part of a project 
 and I am using fpdf to generate them.

The content of the pdf needs to be in greek. But I am having 
 difficulties to get the pdf generated properly. This means that I can't 
 see the greek in the pdf file that is generated. I have tried to set the 
 encoding to non-UTF since fpdf doesn't support UTF-8 but the problem still 
 remains. As a second solution I am trying to add new fonts with the 
 ISO-8859-7 encoding but it doesn't work as expected. The font is not being 
 although I am following the fpdf's directions step-by-step.


 Does anybody know another way to generate pdf files with greek properly or 
 can help me with the fpdf??

 Thanks in advance.

 -- 
 Thodoris
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php