摘要:
IText构造PDF文件1.1 生成DocumentDocument是我们要生成的PDF文件所有元素的容器,因此要生成一个PDF文档,必须首先定义一个Document对象。 Document有三种构造函数: public Document(); public Document(Rectangle... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;//注意添加该反射的命名空间 using System.Reflection;... 阅读全文