|
|
@@ -289,9 +289,9 @@ public class PdfUtil {
|
|
|
createPDFCell(tableFont, table, data.get("createBy").toString(), Element.ALIGN_MIDDLE, 2, 1);
|
|
|
// /statics/2023/12/05/20231205183106A001.png
|
|
|
//证件图片
|
|
|
- createPDFCell(tableFont, table, "证件图片", Element.ALIGN_MIDDLE, 1, 65);
|
|
|
+ createPDFCell(tableFont, table, "证件图片", Element.ALIGN_MIDDLE, 1, 1);
|
|
|
//证件图片 图片填充
|
|
|
- final PdfPTable imageTable1 = getImage((List<String>) data.get("imageFile"), 2, 200, 150, 2);
|
|
|
+ final PdfPTable imageTable1 = getImage((List<String>) data.get("imageFile"), 2, 148, 108, 2);
|
|
|
final PdfPCell cell1 = new PdfPCell();
|
|
|
cell1.setNoWrap(false);
|
|
|
cell1.setPaddingLeft(8f);
|
|
|
@@ -299,12 +299,12 @@ public class PdfUtil {
|
|
|
cell1.setPaddingBottom(8f);
|
|
|
cell1.setPaddingTop(8f);
|
|
|
cell1.setColspan(5);
|
|
|
- cell1.setRowspan(65);
|
|
|
+ cell1.setRowspan(1);
|
|
|
//cell1.setBorder(Rectangle.LEFT | Rectangle.RIGHT | Rectangle.BOTTOM);
|
|
|
cell1.addElement(imageTable1);
|
|
|
table.addCell(cell1);
|
|
|
- createPDFCell(tableFont, table, "介绍信附件", Element.ALIGN_MIDDLE, 1, 65);
|
|
|
- final PdfPTable imageTable2 = getImage((List<String>) data.get("file"), 2, 200, 150, 2);
|
|
|
+ createPDFCell(tableFont, table, "介绍信附件", Element.ALIGN_MIDDLE, 1, 1);
|
|
|
+ final PdfPTable imageTable2 = getImage((List<String>) data.get("file"), 2, 148, 148, 2);
|
|
|
final PdfPCell cell2 = new PdfPCell();
|
|
|
cell2.setNoWrap(false);
|
|
|
cell2.setPaddingLeft(8f);
|
|
|
@@ -312,12 +312,12 @@ public class PdfUtil {
|
|
|
cell2.setPaddingBottom(8f);
|
|
|
cell2.setPaddingTop(8f);
|
|
|
cell2.setColspan(5);
|
|
|
- cell2.setRowspan(65);
|
|
|
+ cell2.setRowspan(1);
|
|
|
//cell1.setBorder(Rectangle.LEFT | Rectangle.RIGHT | Rectangle.BOTTOM);
|
|
|
cell2.addElement(imageTable2);
|
|
|
table.addCell(cell2);
|
|
|
- createPDFCell(tableFont, table, "身份核验材料", Element.ALIGN_MIDDLE, 1, 65);
|
|
|
- final PdfPTable imageTable3 = getImage((List<String>) data.get("checkImage"), 2, 200, 150, 2);
|
|
|
+ createPDFCell(tableFont, table, "身份核验材料", Element.ALIGN_MIDDLE, 1, 1);
|
|
|
+ final PdfPTable imageTable3 = getImage((List<String>) data.get("checkImage"), 2, 148, 148, 2);
|
|
|
final PdfPCell cell3 = new PdfPCell();
|
|
|
cell3.setNoWrap(false);
|
|
|
cell3.setPaddingLeft(8f);
|
|
|
@@ -325,7 +325,7 @@ public class PdfUtil {
|
|
|
cell3.setPaddingBottom(8f);
|
|
|
cell3.setPaddingTop(8f);
|
|
|
cell3.setColspan(5);
|
|
|
- cell3.setRowspan(65);
|
|
|
+ cell3.setRowspan(1);
|
|
|
//cell1.setBorder(Rectangle.LEFT | Rectangle.RIGHT | Rectangle.BOTTOM);
|
|
|
cell3.addElement(imageTable3);
|
|
|
table.addCell(cell3);
|