摘要: 该文主要介绍如何借助iTextSharp在C# 2.0中制作PDF文件,本文的架构大致按照iTextSharp的操作文档进行翻译,如果需要查看原文,请点击一下链接:http://itextsharp.sourceforge.net/tutorial/一、iTextSharp的介绍和下载(1)用户可以浏览官网进行查看:http://itextsharp.sourceforge.net/index.htmliText# (iTextSharp) is a port of the iText open source java library written entirely in C# for th 阅读全文
posted @ 2013-09-10 17:27 山清石玉 阅读(1412) 评论(0) 推荐(0) 编辑
摘要: TextSharp是一个生成Pdf文件的开源项目,最近在项目中有使用到这个项目,对使用中的经验作一个小结.ITextSharp中相关的概念:一、Document这个对象有三个构造函数:隐藏行号复制代码?这是一段程序代码。public Document();public Document(Rectangle pageSize);public Document(Rectangle pageSize,int marginLeft,int marginRight,int marginTop,int marginBottom);第一个构造函数以A4页面作为参数调用第二个构造函数,第二个构造函数以每边36 阅读全文
posted @ 2013-09-10 17:20 山清石玉 阅读(1828) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-09-10 17:15 山清石玉 阅读(210) 评论(0) 推荐(0) 编辑