1 Star 0 Fork 1

me860/itextsharp

forked from feng/itextsharp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
itextsharp.nuspec 2.83 KB
一键复制 编辑 原始数据 按行查看 历史
iText Software 提交于 2020-08-26 14:10 +08:00 . [RELEASE] 5.5.14-SNAPSHOT -> 5.5.13.2
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>iTextSharp</id>
<version>5.5.13.2</version>
<title>iTextSharp</title>
<authors>Bruno Lowagie, Paulo Soares, et al.</authors>
<owners>Bruno Lowagie,Paulo Soares</owners>
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
<projectUrl>https://itextpdf.com/</projectUrl>
<iconUrl>https://itextpdf.com/sites/default/files/ITSC-avatar.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>PLEASE NOTE: iTextSharp is EOL, and has been replaced by iText 7. Only security fixes will be added
We HIGHLY recommend customers use iText 7 for new projects, and to consider moving existing projects from iTextSharp to iText 7 to benefit from the many improvements such as:
- HTML to PDF (PDF/A) conversion
- PDF Redaction
- SVG support
- Better language support (Indic, Thai, Khmer, Arabic, Hebrew)
- PDF Debugging for your IDE
- Data Extraction
- Better continued support and bugfixes
- More modular, extensible handling of your document workflow
- Extra practical add-ons
- Encryption, hashing and digital signatures
iText is a PDF library that allows you to CREATE, ADAPT, INSPECT and MAINTAIN documents in the Portable Document Format (PDF), allowing you to add PDF functionality to your software projects with ease. We even have documentation to help you get coding.
iText 7 is available under AGPL and Commercial license. iText 7 Community: https://www.nuget.org/packages/itext7/
iText 7 is a complete re-write of iText 5, allowing you to choose your adventure with add-ons, all based on a simple, modular code structure that is easy to use and well documented.
iText 7 includes pdfDebug, the first debugging tool that gives you a clear overview of your content streams and document structure as well as pdfCalligraph, allowing you to leverage advanced typography.
Several iText engineers are actively supporting the project on StackOverflow: https://stackoverflow.com/questions/tagged/itext</description>
<summary>iTextSharp is a DEPRECATED library for PDF generation written entirely in C# for the .NET platform. Please use iText 7 instead.
iText 7 Community: https://www.nuget.org/packages/itext7/</summary>
<copyright>Copyright (c) 1998-2020 iText Group NV</copyright>
<language>en-US</language>
<tags>itext itextsharp c# .net csharp pdf</tags>
<dependencies>
<dependency id="BouncyCastle" version="1.8.6.1" />
</dependencies>
</metadata>
<files>
<file src="src\core\bin\Release\itextsharp.dll" target="lib\" />
<file src="src\core\bin\Release\itextsharp.xml" target="lib\" />
<file src="src\notice.txt" target="" />
<file src="gnu-agpl-v3.0.md" target="" />
<file src="LICENSE.md" target="" />
</files>
</package>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/me860/itextsharp.git
git@gitee.com:me860/itextsharp.git
me860
itextsharp
itextsharp
master

搜索帮助