为什么 itext 转换<
为<
, >
to >
, &
to&
等请建议我应该怎么做才能用 itext1.4.8 修复它
代码
PdfTable table = new PdfTable();
BaseFont baseF = BaseFont.createFont(BaseFont.HELVETICA_BOLD,BaseFont.WINANSI,BaseFont.EMBEDED);
Font f= new Font(baseF,Font.DESFAULTSIZE,Font.NORMAL);
PdfCell cell = new PdfCell(new Paragraph("Gyet should not be > 5 & should not be < 1",f))
现在,当创建 PDF 时,如上所述解决