Closed (fixed)
Project:
Printer, email and PDF versions
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2008 at 14:26 UTC
Updated:
9 Jun 2008 at 15:32 UTC
Hi,
Thanks for your work at this great module.
I have tried both libs to generate PDF and both do not support a russian chars...
Help, please.
Comments
Comment #1
jcnventuraHi,
Thanks for bringing this to my attention.. I have looked into this, and I have discovered that you must use a licensed version of PDFlib to make this work with dompdf.. If you use TCPDF, Unicode is supported, but their default font ("vera") doesn't contain any Unicode characters..
So the solution is to a) switch to TCPDF and b) switch its font to something else.
Following is a patch, but you can also do it by hand by replacing in print.pdf.inc all the PDF_FONT_NAME_MAIN and PDF_FONT_NAME_DATA with "freesans" as I have done. I am sure this will fix your problem.
João Ventura
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.