用于生成pdf的第三方控件,包含itextsharp, ITextAsian, ITextAsianCmaps 3个dll
2021-12-29 16:26:13 2.65MB itextsharp
1
C# .net 利用Npoi将Excel转Pdf(完整代码)。 blog: https://blog.csdn.net/xjzdr/article/details/121287537
2021-12-25 22:38:50 34.24MB NPOI iTextSharp Excel
1
ITextSharp使用手册,c# pdf操作的文档,有ITextSharp属性方法介绍及示例代码。
2021-12-24 14:00:23 620KB c# ITextSharp pdf
1
ITextSharp中文教程用C#制作PDF文件全攻略ITextSharp中文教程用C#制作PDF文件全攻略
2021-12-12 19:50:05 3.22MB pdf生成
1
在C#中对PDF操作时需要引用到,编辑、打印等。我是在做打印软件时用到的。能直接引用直接用,很好。
2021-12-10 09:01:22 1.25MB ITextSharp PDF
1
C# itextsharp.dll创建生成PDF文档源码实例
2021-12-03 16:15:49 20KB itextsharp
1
iTextAsian.dll,iTextAsianCmaps.dll,itextsharp.dll 3个打包的dll,用于生成pdf的第三方控件,包含中文所需的dll
1
最近在做关于PDF文档添加水印的功能,折腾了好久,终于好了。以下做个记录: 首先会用到iTextSharp组件,大家可以去官网下载,同时我也会在本文中附加进来。 代码中添加引用为: using System; using System.Collections.Generic; using System.Linq; using System.Text; using iTextSharp.text.pdf; using System.IO; using iTextSharp.text; 创建一个显示指定图片的pdf /// /// 创建一个显示指定图片的pdf ///
2021-11-22 17:44:08 46KB ar arp ex
1
itextsharp.5.0.5 到 itextsharp.5.5.13.1 共11个版本的原版压缩dll。 假如您在使用的过程中 使用中文、日文、韩文等字体,遇到“Encoding 1252 data could not be found. Make sure you have correct international codeset assembly installed and enabled.”请参考 https://answers.unity.com/questions/42955/codepage-1252-not-supported-works-in-editor-but-no.html 这个文章所讨论的,向工程添加 "I18N.dll" 和"I18N.West.dll",或者 改变 StreamWriter 的 Encoding.GetEncoding("UTF-8");。
2021-11-20 07:53:33 18.2MB rar zip 最新itextsharp
1
itextsharp各种操作pdf的范例,可以直接运行查看结果,代码有注释
2021-11-10 11:56:45 1.39MB itextsharp
1