springmvc使用itext生存pdf文件

最近做项目,需要生成PDF格式的日报,由于之前没有做过,研究了好几天,中途遇到了一些问题,现在把它记录先来,方便以后查看. 先贴代码: Document document = new Document(PageSize.A4);  PdfWriter.getInstance(document, new FileOutputStream(fileName)); BaseFont bfChinese
相关文章
相关标签/搜索