From: david l. <dav...@ya...> - 2004-11-26 07:15:34
|
i just take a try. if use it.the report module will be changed. maybe need wrap the old code. <?php define('FPDF_FONTPATH','font/'); require('chinese.php'); $pdf=new PDF_Chinese(); $pdf->Open(); $pdf->AddPage(); $pdf->AddGBFont(); $pdf->SetFont('GB','',20); $pdf->Write(10,'你好'); $pdf->Write(20,'你好'); $pdf->Write(30,'你好'); $pdf->Output(); ?> --- Daintrees <p.d...@pa...> 的正文: > Would appreciate any scripts you may have. > > Phil > ----- Original Message ----- > From: "david luo" <dav...@ya...> > To: <web...@li...> > Sent: Friday, November 26, 2004 4:53 PM > Subject: [WebERP-developers] multi-byte PDF > > > > FPDF can create multi-byte pdf file. > > like chinese ,japanese, Korean. > > http://www.fpdf.org/ > > and i have try it.it works well. > > > > > _________________________________________________________ > > Do You Yahoo!? > > 150万曲MP3疯狂搜,带您闯入音乐殿堂 > > http://music.yisou.com/ > > 美女明星应有尽有,搜遍美图、艳图和酷图 > > http://image.yisou.com > > 1G就是1000兆,雅虎电邮自助扩容! > > > http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/ > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT > Products from real users. > > Discover which products truly live up to the hype. > Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > _________________________________________________________ Do You Yahoo!? 150万曲MP3疯狂搜,带您闯入音乐殿堂 http://music.yisou.com/ 美女明星应有尽有,搜遍美图、艳图和酷图 http://image.yisou.com 1G就是1000兆,雅虎电邮自助扩容! http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/ |