|
@@ -98,7 +98,7 @@ public class GeneratePdf {
|
|
// 使用宋体显示中文
|
|
// 使用宋体显示中文
|
|
String songtiFontName = "./config_file/simsun.ttc";
|
|
String songtiFontName = "./config_file/simsun.ttc";
|
|
songtiFontName += ",1";
|
|
songtiFontName += ",1";
|
|
- Font songtiFont = new Font(BaseFont.createFont(songtiFontName, BaseFont.IDENTITY_H, BaseFont.EMBEDDED));//中文简体
|
|
|
|
|
|
+ Font songtiFont = new Font(BaseFont.createFont(songtiFontName, BaseFont.IDENTITY_H, BaseFont.EMBEDDED));
|
|
Phrase phrase = new Phrase(content, songtiFont);
|
|
Phrase phrase = new Phrase(content, songtiFont);
|
|
doc.add(phrase);
|
|
doc.add(phrase);
|
|
for (String imagePath : imagePathList) {
|
|
for (String imagePath : imagePathList) {
|