|
@@ -2788,8 +2788,7 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
|
|
|
lineFeed(document, 4, 1);
|
|
|
|
|
|
//添加首页
|
|
|
- BaseFont bf = BaseFont.createFont("fonts/simsun.ttc,1", BaseFont.IDENTITY_H,
|
|
|
- BaseFont.NOT_EMBEDDED);
|
|
|
+ BaseFont bf = BaseFont.createFont("fonts/simsun.ttc,1", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED);
|
|
|
Font f1 = new Font(bf, 48, Font.BOLD);
|
|
|
Paragraph elm1 = new Paragraph("ICV仿真云平台", f1);
|
|
|
elm1.setAlignment(Element.ALIGN_CENTER);
|