
winform
开心懒宝
这个作者很懒,什么都没留下…
展开
-
Spire.Pdf 的各种操作总结-------------学习笔记
首先,从这下载它的免费版:http://freepdf.codeplex.com/ 安装下载的软件,结果你会得到两个dll文件(Spire.License.dll和 Spire.Pdf.dll),如下图所示在你的程序中添加他们的引用: 创建PDF并设置它的格式 创建PDF和使用Spire.Pdf一样简单。这就意味着,仅仅用Spi转载 2016-11-29 14:57:30 · 9578 阅读 · 5 评论 -
c#程序为PDF文件填写表单内容 ---------------------学习笔记
方法一: 用坐标给对应的位置写上内容。 PdfContentByte cb = pdfStamper.GetOverContent(1); iTextSharp.text.Image image = iTextSharp.text.Image.GetInstance(@".......jpg");原创 2016-12-01 15:44:39 · 1140 阅读 · 0 评论 -
winform 推送消息---------------------学习笔记
model:using Service.Interface; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Models { public class Client {转载 2016-11-22 11:57:05 · 2285 阅读 · 0 评论