摘要:
参考地址:https://www.cnblogs.com/ibeisha/p/itextsharp-pdf.html 一、先在程序中使用Nuget安装iTextSharp(我是创建的控制台程序) 二、建立静态常量类 1 public class ConstantInfo 2 { 3 /// <sum 阅读全文
posted @ 2019-07-23 21:11
雪球茸茸
阅读(1198)
评论(0)
推荐(0)
摘要:
参考地址:https://www.cnblogs.com/ibeisha/p/itextsharp-pdf.html 一、使用场景:在线填写一些信息,根据对应的信息生成奖状。 二、解决方案 1.新建word文档,将其另存为pdf。 2.添加表单域(Adobe Acrobat软件) 用Adobe Ac 阅读全文
posted @ 2019-07-23 21:10
雪球茸茸
阅读(4673)
评论(0)
推荐(0)