forked from itext/itext-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitext7.nuspec
38 lines (38 loc) · 2.55 KB
/
itext7.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>itext7</id>
<version>$version$</version>
<title>iText 7 Community</title>
<authors>iText Software</authors>
<owners>iText Software</owners>
<licenseUrl>http://www.gnu.org/licenses/agpl.html</licenseUrl>
<projectUrl>http://itextpdf.com/</projectUrl>
<iconUrl>http://itextpdf.com/sites/default/files/ITSC-avatar.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>iText 7 represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high- and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText 7 can be a boon to nearly every workflow. iText 7 allows you to build custom PDF scenarios for web, mobile, desktop or cloud apps in Java and .NET.</description>
<summary>iText for .NET is a port of the iText open source java library for PDF generation written entirely in C# for the .NET platform.</summary>
<releaseNotes>http://itextpdf.com/itext7release</releaseNotes>
<copyright>Copyright (c) 1998-2017 iText Group NV</copyright>
<language>en-US</language>
<tags>itext itext7 itextsharp c# .net csharp pdf</tags>
</metadata>
<files>
<file src="itext\itext.io\bin\Release\itext.io.dll" target="lib\net40" />
<file src="itext\itext.io\bin\Release\itext.io.xml" target="lib\net40" />
<file src="itext\itext.kernel\bin\Release\itext.kernel.dll" target="lib\net40" />
<file src="itext\itext.kernel\bin\Release\itext.kernel.xml" target="lib\net40" />
<file src="itext\itext.layout\bin\Release\itext.layout.dll" target="lib\net40" />
<file src="itext\itext.layout\bin\Release\itext.layout.xml" target="lib\net40" />
<file src="itext\itext.pdfa\bin\Release\itext.pdfa.dll" target="lib\net40" />
<file src="itext\itext.pdfa\bin\Release\itext.pdfa.xml" target="lib\net40" />
<file src="itext\itext.forms\bin\Release\itext.forms.dll" target="lib\net40" />
<file src="itext\itext.forms\bin\Release\itext.forms.xml" target="lib\net40" />
<file src="itext\itext.barcodes\bin\Release\itext.barcodes.dll" target="lib\net40" />
<file src="itext\itext.barcodes\bin\Release\itext.barcodes.xml" target="lib\net40" />
<file src="itext\itext.sign\bin\Release\itext.sign.dll" target="lib\net40" />
<file src="itext\itext.sign\bin\Release\itext.sign.xml" target="lib\net40" />
<file src="gnu-agpl-v3.0.md" target="" />
<file src="LICENSE.md" target="" />
</files>
</package>