I am having hard time trying to generate PDF files containing Greek letters using htmltopdf.

English letters appear in results but not the Greek ones. Searching for the problem, I think it might be related to the font used. I do not know what ttf file to use if this is the problem.I have set encoding as 'Cp1253'

Thanks in advance

link|improve this question

75% accept rate
what programming language are you using? – Matt Ellen Jun 22 '11 at 11:15
I am using php programming language – Abhilasha Shah Jun 22 '11 at 11:22
It would be helpful to people trying to answer your question if you show the code that is causing you an issue. – Matt Ellen Jun 22 '11 at 11:24
feedback

1 Answer

I would suggest you switch to mPDF! It is a little bit slower than HTML2PDF, but it handles almost all Unicode languages, and has many more features bundled with it.

mPDF is a PHP class which generates PDF files from UTF-8 encoded HTML. It is based on FPDF and HTML2FPDF, with a number of enhancements.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.