scott1028 / pyfpdf

Automatically exported from code.google.com/p/pyfpdf
GNU Lesser General Public License v3.0
0 stars 0 forks source link

where can i get the chinese.py instead of chinese.php #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i want make a chinese pdf file  by python , and found pyfpdf can do,. from the 
google code page tod there 
http://www.fpdf.org/phorum/read.php?f=1&i=5142&t=5142 
is a php file , it can uesd to  make chinese pdf,but PHP , i try transelate it 
into py ,but it too hard,

So,where can i get  the py file.( before that ,i try use the ex to makefont.py 
,but  
ERROR:
 die('Error: unrecognized font file extension: '+ext)  )

----------------
or help me ,3ku!

Original issue reported on code.google.com by dyy...@gmail.com on 6 Apr 2011 at 3:54

GoogleCodeExporter commented 9 years ago
Can you post the file?

Anyway, I think a better way would be adding unicode support:
http://www.fpdf.org/en/script/script91.php

There is other people interested too, maybe we can work together.

Original comment by reingart@gmail.com on 10 May 2011 at 9:28

GoogleCodeExporter commented 9 years ago
unicode support was added at release 1.7 supporting utf ttf fonts (see tests 
for chinese font)

Original comment by reingart@gmail.com on 6 Aug 2012 at 8:10