2020年1月16日
摘要: using System;using System.Collections.Generic;using System.IO;using System.Net.Mail;using System.Net.Mime;using System.Text;using System.Xml; namespac 阅读全文
posted @ 2020-01-16 15:23 A菜鸟 阅读(376) 评论(0) 推荐(0) 编辑
摘要: //实例化一个PdfDocument对象 PdfDocument doc = new PdfDocument(); //加载PDF文档 doc.LoadFromFile("测试文档.pdf"); //实例化一个StringBuilder 对象 StringBuilder content = new 阅读全文
posted @ 2020-01-16 15:21 A菜鸟 阅读(8612) 评论(1) 推荐(1) 编辑