C#未借助第三方组件,自己封装通用类,生成PDF文件。调用方式: //路径 string path = @"C:\yuannwu22.pdf"; //内容 string strContent = "ddd3232342434d"; new PDFGenerator.PDFGenerator(path, strContent).Create(); 下载地址:http://pan.baidu.com/s/1kTIchev