-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
796 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU Affero General Public License version 3 | ||
as published by the Free Software Foundation with the addition of the | ||
following permission added to Section 15 as permitted in Section 7(a): | ||
FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY | ||
ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT | ||
OF THIRD PARTY RIGHTS | ||
|
||
This program is distributed in the hope that it will be useful, but | ||
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
or FITNESS FOR A PARTICULAR PURPOSE. | ||
See the GNU Affero General Public License for more details. | ||
You should have received a copy of the GNU Affero General Public License | ||
along with this program; if not, see http://www.gnu.org/licenses or write to | ||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
Boston, MA, 02110-1301 USA, or download the license from the following URL: | ||
http://itextpdf.com/terms-of-use/ | ||
|
||
The interactive user interfaces in modified source and object code versions | ||
of this program must display Appropriate Legal Notices, as required under | ||
Section 5 of the GNU Affero General Public License. | ||
|
||
In accordance with Section 7(b) of the GNU Affero General Public License, | ||
a covered work must retain the producer line in every PDF that is created | ||
or manipulated using iText. | ||
|
||
You can be released from the requirements of the license by purchasing | ||
a commercial license. Buying such a license is mandatory as soon as you | ||
develop commercial activities involving the iText software without | ||
disclosing the source code of your own applications. | ||
These activities include: offering paid services to customers as an ASP, | ||
serving PDFs on the fly in a web application, shipping iText with a closed | ||
source product. | ||
|
||
For more information, please contact iText Software Corp. at this | ||
address: [email protected] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>itext</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-2016 iText Group NV</copyright> | ||
<language>en-US</language> | ||
<tags>itext 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>itext.font-asian</id> | ||
<version>$version$</version> | ||
<title>iText 7 Asian Font</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 Asian fonts for use in conjunction with iText 7, an open source PDF library</description> | ||
<summary></summary> | ||
<releaseNotes>http://itextpdf.com/itext7release</releaseNotes> | ||
<copyright>Copyright (c) 1998-2016 iText Group NV</copyright> | ||
<language>en-US</language> | ||
<tags>itext itextsharp c# .net csharp pdf asian</tags> | ||
</metadata> | ||
<files> | ||
<file src="bin\Release\itext.font_asian.dll" target="lib\net40" /> | ||
<file src="bin\Release\itext.font_asian.xml" target="lib\net40" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>itext.hyph</id> | ||
<version>$version$</version> | ||
<title>iText 7 Hyph</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>XML files that can be used for hyphenation with iText 7, an open source PDF library</description> | ||
<summary></summary> | ||
<releaseNotes>http://itextpdf.com/itext7release</releaseNotes> | ||
<copyright>Copyright (c) 1998-2016 iText Group NV</copyright> | ||
<language>en-US</language> | ||
<tags>itext itextsharp c# .net csharp pdf hyphenation hyph</tags> | ||
</metadata> | ||
<files> | ||
<file src="bin\Release\itext.hyph.dll" target="lib\net40" /> | ||
<file src="bin\Release\itext.hyph.xml" target="lib\net40" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters