摘要: // 将原来的证书图片画到pdf文件上File originalPdf = new File( "图片画到pdf上.pdf");com.itextpdf.text.Document tDoc = new com.itextpdf.text.Document(PageSize.A4, 50, 50, 阅读全文
posted @ 2020-07-31 15:30 seeAll 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 前言: 后台生成图片,我能想到的有可能有以下几种方式: 1,使用图片相关api画图; 2,使用pdf画图,然后pdf -> 图片; 3,使用html画图(freemarker),然后html -> 图片; 4,使用html画图(freemarker),然后html -> pdf -> 图片; 实现: 阅读全文
posted @ 2020-07-31 14:53 seeAll 阅读(3225) 评论(0) 推荐(0) 编辑