摘要: 示例源码//Document:(文档)生成pdf必备的一个对象,生成一个Document示例Document document = new Document(PageSize.A4, 30, 30, 5, 5);//为该Document创建一个Writer实例:PdfWriter.GetInstan... 阅读全文
posted @ 2014-06-09 18:31 丁焕轩 阅读(529) 评论(0) 推荐(0)