|
@ -66,7 +66,7 @@ public class PdfUtil { |
|
|
document.add(subheadPar); |
|
|
document.add(subheadPar); |
|
|
} |
|
|
} |
|
|
// 每行加空白
|
|
|
// 每行加空白
|
|
|
fillBlankRow(document, new Font(bfChinese, 8, Font.NORMAL)); |
|
|
fillBlankRow(document, new Font(bfChinese, 3, Font.NORMAL)); |
|
|
//设置介绍内容
|
|
|
//设置介绍内容
|
|
|
if (CollectionUtil.isNotEmpty(intros)) { |
|
|
if (CollectionUtil.isNotEmpty(intros)) { |
|
|
fillRow(intros, document); |
|
|
fillRow(intros, document); |
|
|