iText输出中文的三种字体选择方式
1、使用iTextAsian.jar中的字体
BaseFont.createFont("/SIMYOU.TTF", BaseFont.IDENTITY_H,BaseFont.NOT_EMBEDDED);
?