.NET生成PDF文件

C#未借助第三方组件,自己封装通用类,生成PDF文件。

调用方式:

            //路径
            string path = @"C:\yuannwu22.pdf";
            //内容
            string strContent = "ddd3232342434d";
            new PDFGenerator.PDFGenerator(path, strContent).Create();

  

下载地址:

http://pan.baidu.com/s/1kTIchev

posted @ 2015-03-10 22:21  提灯寻影~  阅读(270)  评论(0编辑  收藏  举报