@@ -344,7 +344,8 @@ public class MailTemplateController {
}
PDFont font = PDType0Font.load(document, getClass().getResourceAsStream("/font/STXIHEI.TTF"));
- // 使用第一个流写标题
+
+ // 使用第一个流写标题
PDPageContentStream contentStream = contentStreams.get(0);
// 页面宽度与高度
float pageWidth = page.getMediaBox().getWidth();