我想生成条形码,并使用itext api将其放在pdf文件中,其方式是必须将其添加到表中,而后没有边框 1 2 3 4 5 6 以上述方式
我已经使用java fxml项目创建了用于循环以增加条形码计数的
PdfContentByte pdfContentByte =pdfWriter.getDirectContent();
Barcode128 barcode128 = new Barcode128();
条形码必须按以下顺序生成 1 2 3 4 5 6 7 8 在两行两列中