iText pdf 中文問題

1.定義字體java

BaseFont bfChinese = BaseFont.createFont( "STSongStd-Light" ,"UniGB-UCS2-H",false ); 
 Font font =  new  Font(bfChinese,12,Font.NORMAL, BaseColor.BLACK);

2.使用字體字體

PdfPCell cell  = new PdfPCell(new Phrase("客戶 Customer:"+plan.getCusName(), font));
相關文章
相關標籤/搜索