itextsharp的table如何操作若干问题
1.在table中如何输入汉字我的设置有些问题可是不知道怎么改
BaseFont bfChinese = BaseFont.createFont(@"C:\WINDOWS\Fonts\SIMHEI.TTF", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED); //("STSong-Light", "UniGB-UCS2-H", BaseFont.NOT_EMBEDDED); Font FontChinese = new Font(bfChinese, 10, Font.NORMAL); PdfPCell title = new PdfPCell(new Phrase("測試報告", FontChinese));