• 大小: 1.88KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: pdf  电子书  文件  

资源简介

实现功能如下:

1.构造函数
2.私有字段
3.设置字体
4.设置页面大小
5.实例化文档
6.打开文档对象
7.关闭打开的文档
8.添加段落
9.添加图片
10.添加链接、点

资源截图

代码片段和文件信息

/// 
/// 类说明:Assistant
/// 编 码 人:苏飞
/// 联系方式:361983679  
/// 更新网站:http://www.cckan.net/thread-655-1-1.html
/// 

using System.IO;
using iTextSharp.text;
using iTextSharp.text.pdf;

namespace DotNet.Utilities
{
    /// 
    /// PDF文档操作类
    /// 

    //------------------------------------调用--------------------------------------------
    //PDFOperation pdf = new PDFOperation();
    //pdf.Open(new FileStream(path FileMode.Create));
    //pdf.SetbaseFont(@“C:\Windows\Fonts\SIMHEI.TTF“);
    //pdf.AddParagraph(“测试文档(生成时间:“ + DateTime.Now + “)“ 15 1 20 0 0);
    //pdf.Close();
    //-------------------------------------------------------------------------------------
    public class PDFOperation
    {
        #region 构造函数
     

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       8028  2012-12-07 13:58  PDFOperation.cs

----------- ---------  ---------- -----  ----

                 8028                    1


评论

共有 条评论