View Single Post
Old 04-30-2009, 11:01 AM   #180
alxwang
Connoisseur
alxwang began at the beginning.
 
Posts: 96
Karma: 14
Join Date: Mar 2009
Device: Kindle DX, PocketBook 360
HTML works but:
1. Image reference got problem.
2. Random crash about index outbound

Or you can add one more param to let me give you what base font I installed for Chinese?
Then you can use the font I papered to create PDF.
For example:
-basefont "/usr/share/fonts/ttf/
fc-cache/msyh.ttf"

You can just create all font like:
BaseFont.createFont("/usr/share/fonts/ttf/
fc-cache/msyh.ttf", BaseFont.IDENTITY_H,BaseFont.NOT_EMBEDDED);

Thanks

Last edited by alxwang; 04-30-2009 at 11:45 AM.
alxwang is offline   Reply With Quote