springmvc使用itext生存pdf文件

最近做項目,需要生成PDF格式的日報,由於之前沒有做過,研究了好幾天,中途遇到了一些問題,現在把它記錄先來,方便以後查看. 先貼代碼: Document document = new Document(PageSize.A4);  PdfWriter.getInstance(document, new FileOutputStream(fileName)); BaseFont bfChinese
相關文章
相關標籤/搜索