Closed GoogleCodeExporter closed 9 years ago
**FPDF Version - 1.7
Original comment by venmathi...@gmail.com
on 17 Apr 2014 at 4:09
You would need to use an unicode (utf8) font, as by default standard fonts are
latin 1, so that character doesn't exist in that encoding (as the python error
says).
Please see:
https://code.google.com/p/pyfpdf/wiki/Unicode
Let me know if that solves your issue
Original comment by reingart@gmail.com
on 17 Apr 2014 at 4:15
Oops, sorry about the noob question. Thanks! Switched the font to DejaVu and it
worked.
Original comment by venmathi...@gmail.com
on 18 Apr 2014 at 3:49
[deleted comment]
Hi again. Not sure if this is the right place to post this question, but is
there a particular python to exe converter recommended for use with PyFPDF? I
tried pyinstaller, but the EXE file doesn't generate the PDF file when I run it
on a different computer.
Original comment by venmathi...@gmail.com
on 21 Apr 2014 at 11:38
Please, xould you fill a news issue?
Also attach the sample code, error message, and some context info like how are
you building the installer.
I could help you with some tunning if the problem is related to the paths
(knowing the stack trace and other relevant info.
Original comment by reingart@gmail.com
on 22 Apr 2014 at 5:46
Original issue reported on code.google.com by
venmathi...@gmail.com
on 17 Apr 2014 at 4:06