Skip to content

Commit b268031

Browse files
iText-CIEvgeniy Prudnikov
authored and
Evgeniy Prudnikov
committed
[RELEASE] iText 5 - 5.5.13.3
Merge branch 'release/5.5.13.3' into master
2 parents 1521211 + cf0e6ad commit b268031

File tree

1,390 files changed

+6905
-1675
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,390 files changed

+6905
-1675
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 187 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ You can also [build iTextSharp from source][building].
3131

3232
We also have RUPS — a Java tool that can help you debug PDFs. It's hosted on http://github.com/itext/rups
3333

34-
If you have an idea on how to improve iTextSharp and you want to submit code,
35-
please read our [Contribution Guidelines][contributing].
36-
3734
iTextSharp is licensed as [AGPL][agpl] software.
3835

3936
AGPL is a free / open source software license.
@@ -52,7 +49,6 @@ Contact sales for more info: http://itextpdf.com/sales
5249

5350
[agpl]: LICENSE.md
5451
[building]: BUILDING.md
55-
[contributing]: CONTRIBUTING.md
5652
[gratis]: https://en.wikipedia.org/wiki/Gratis_versus_libre
5753
[itext]: http://itextpdf.com/
5854
[itext7]: https://github.com/itext/itext7-dotnet

iTextAsian.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>iTextAsian</id>
55
<version>2.1</version>
66
<title>iTextSharp.xtra</title>
7-
<authors>Bruno Lowagie, Paulo Soares, et al.</authors>
7+
<authors>iText Software</authors>
88
<owners>Bruno Lowagie,Paulo Soares,et al.</owners>
99
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
1010
<projectUrl>https://itextpdf.com/</projectUrl>
@@ -27,7 +27,7 @@ We HIGHLY recommend customers use iText 7 for new projects, and to consider movi
2727
This DEPRECATED library adds extra functionality for iTextSharp. Please use iText 7 instead. iText 7 Community: https://www.nuget.org/packages/itext7/ and iText 7 pdfSweep addon: https://www.nuget.org/packages/itext7.pdfsweep/</description>
2828
<summary>Extra functionality for DEPRECACTED iTextSharp PDF generation library written entirely in C# for the .NET platform. Please use iText 7 instead.
2929
iText 7 Community: https://www.nuget.org/packages/itext7/</summary>
30-
<copyright>Copyright (c) 1998-2020 iText Group NV</copyright>
30+
<copyright>Copyright (c) 1998-2022 iText Group NV</copyright>
3131
<language>en-US</language>
3232
<tags>itext itextsharp c# csharp .net pdf</tags>
3333
</metadata>

itext-hyph-xml.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>itext-hyph-xml</id>
55
<version>2.0.0</version>
66
<title>iTextSharp.xtra</title>
7-
<authors>Bruno Lowagie, Paulo Soares, et al.</authors>
7+
<authors>iText Software</authors>
88
<owners>Bruno Lowagie,Paulo Soares,et al.</owners>
99
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
1010
<projectUrl>https://itextpdf.com/</projectUrl>
@@ -27,7 +27,7 @@ We HIGHLY recommend customers use iText 7 for new projects, and to consider movi
2727
This DEPRECATED library adds extra functionality for iTextSharp. Please use iText 7 instead. iText 7 Community: https://www.nuget.org/packages/itext7/ and iText 7 pdfSweep addon: https://www.nuget.org/packages/itext7.pdfsweep/</description>
2828
<summary>Extra functionality for DEPRECACTED iTextSharp PDF generation library written entirely in C# for the .NET platform. Please use iText 7 instead.
2929
iText 7 Community: https://www.nuget.org/packages/itext7/</summary>
30-
<copyright>Copyright (c) 1998-2020 iText Group NV</copyright>
30+
<copyright>Copyright (c) 1998-2022 iText Group NV</copyright>
3131
<language>en-US</language>
3232
<tags>itext itextsharp c# csharp .net pdf</tags>
3333
</metadata>

itextsharp.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>iTextSharp</id>
5-
<version>5.5.13.2</version>
5+
<version>5.5.13.3</version>
66
<title>iTextSharp</title>
7-
<authors>Bruno Lowagie, Paulo Soares, et al.</authors>
7+
<authors>iText Software</authors>
88
<owners>Bruno Lowagie,Paulo Soares</owners>
99
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
1010
<projectUrl>https://itextpdf.com/</projectUrl>
@@ -35,11 +35,11 @@ iText 7 includes pdfDebug, the first debugging tool that gives you a clear over
3535
Several iText engineers are actively supporting the project on StackOverflow: https://stackoverflow.com/questions/tagged/itext</description>
3636
<summary>iTextSharp is a DEPRECATED library for PDF generation written entirely in C# for the .NET platform. Please use iText 7 instead.
3737
iText 7 Community: https://www.nuget.org/packages/itext7/</summary>
38-
<copyright>Copyright (c) 1998-2020 iText Group NV</copyright>
38+
<copyright>Copyright (c) 1998-2022 iText Group NV</copyright>
3939
<language>en-US</language>
4040
<tags>itext itextsharp c# .net csharp pdf</tags>
4141
<dependencies>
42-
<dependency id="BouncyCastle" version="1.8.6.1" />
42+
<dependency id="BouncyCastle" version="1.8.9" />
4343
</dependencies>
4444
</metadata>
4545

@@ -50,4 +50,4 @@ iText 7 Community: https://www.nuget.org/packages/itext7/</summary>
5050
<file src="gnu-agpl-v3.0.md" target="" />
5151
<file src="LICENSE.md" target="" />
5252
</files>
53-
</package>
53+
</package>

itextsharp.pdfa.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>itextsharp.pdfa</id>
5-
<version>5.5.13.2</version>
5+
<version>5.5.13.3</version>
66
<title>iTextSharp.pdfa</title>
7-
<authors>Bruno Lowagie, Paulo Soares, et al.</authors>
7+
<authors>iText Software</authors>
88
<owners>Bruno Lowagie,Paulo Soares,et al.</owners>
99
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
1010
<projectUrl>https://itextpdf.com/</projectUrl>
@@ -27,11 +27,11 @@ We HIGHLY recommend customers use iText 7 for new projects, and to consider movi
2727
The iTextSharp.pdfa adds PDF/A-related functionality for iTextSharp. The same funcionality is present in pdfa module of iText 7 Community: https://www.nuget.org/packages/itext7/</description>
2828
<summary>Extra functionality for DEPRECATED iTextSharp library for PDF generation written entirely in C# for the .NET platform. Please use itext7 instead.
2929
iText 7 Community: https://www.nuget.org/packages/itext7/</summary>
30-
<copyright>Copyright (c) 1998-2020 iText Group NV</copyright>
30+
<copyright>Copyright (c) 1998-2022 iText Group NV</copyright>
3131
<language>en-US</language>
3232
<tags>itext itextsharp c# csharp .net pdf pdfa</tags>
3333
<dependencies>
34-
<dependency id="iTextSharp" version="5.5.13.2" />
34+
<dependency id="iTextSharp" version="5.5.13.3" />
3535
</dependencies>
3636
</metadata>
3737

@@ -40,4 +40,4 @@ iText 7 Community: https://www.nuget.org/packages/itext7/</summary>
4040
<file src="gnu-agpl-v3.0.md" target="" />
4141
<file src="LICENSE.md" target="" />
4242
</files>
43-
</package>
43+
</package>

itextsharp.xmlworker.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>itextsharp.xmlworker</id>
5-
<version>5.5.13.2</version>
5+
<version>5.5.13.3</version>
66
<title>iTextSharp XML Worker</title>
7-
<authors>Bruno Lowagie, Paulo Soares, et al.</authors>
7+
<authors>iText Software</authors>
88
<owners>Bruno Lowagie,Paulo Soares,et al.</owners>
99
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
1010
<projectUrl>https://itextpdf.com/</projectUrl>
@@ -28,11 +28,11 @@ This DEPRECATED tool parses (X)HTML snippets and the associated CSS and converts
2828

2929
XMLWorker is an extra component for iTextSharp. The first XML to PDF implementation, is a new version of the old HTMLWorker that used to be shipped with iTextSharp.</description>
3030
<summary>This DEPRECATED tool parses (X)HTML snippets and the associated CSS and converts them to PDF. It is replaced by iText 7 pdfHTML addon https://www.nuget.org/packages/itext7.pdfhtml/ and iText 7 Community: https://www.nuget.org/packages/itext7/</summary>
31-
<copyright>Copyright (c) 1998-2020 iText Group NV</copyright>
31+
<copyright>Copyright (c) 1998-2022 iText Group NV</copyright>
3232
<language>en-US</language>
3333
<tags>itext itextsharp c# csharp xml worker pdf html xhtml css</tags>
3434
<dependencies>
35-
<dependency id="iTextSharp" version="5.5.13.2" />
35+
<dependency id="iTextSharp" version="5.5.13.3" />
3636
</dependencies>
3737
</metadata>
3838

@@ -41,4 +41,4 @@ XMLWorker is an extra component for iTextSharp. The first XML to PDF implementat
4141
<file src="gnu-agpl-v3.0.md" target="" />
4242
<file src="LICENSE.md" target="" />
4343
</files>
44-
</package>
44+
</package>

itextsharp.xtra.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>itextsharp.xtra</id>
5-
<version>5.5.13.2</version>
5+
<version>5.5.13.3</version>
66
<title>iTextSharp.xtra</title>
7-
<authors>Bruno Lowagie, Paulo Soares, et al.</authors>
7+
<authors>iText Software</authors>
88
<owners>Bruno Lowagie,Paulo Soares,et al.</owners>
99
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
1010
<projectUrl>https://itextpdf.com/</projectUrl>
@@ -27,11 +27,11 @@ We HIGHLY recommend customers use iText 7 for new projects, and to consider movi
2727
This DEPRECATED library adds extra functionality for iTextSharp. Please use iText 7 instead. iText 7 Community: https://www.nuget.org/packages/itext7/ and iText 7 pdfSweep addon: https://www.nuget.org/packages/itext7.pdfsweep/</description>
2828
<summary>Extra functionality for DEPRECACTED iTextSharp PDF generation library written entirely in C# for the .NET platform. Please use iText 7 instead.
2929
iText 7 Community: https://www.nuget.org/packages/itext7/</summary>
30-
<copyright>Copyright (c) 1998-2020 iText Group NV</copyright>
30+
<copyright>Copyright (c) 1998-2022 iText Group NV</copyright>
3131
<language>en-US</language>
3232
<tags>itext itextsharp c# csharp .net pdf</tags>
3333
<dependencies>
34-
<dependency id="iTextSharp" version="5.5.13.2" />
34+
<dependency id="iTextSharp" version="5.5.13.3" />
3535
</dependencies>
3636
</metadata>
3737

src/core/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[assembly: AssemblyConfiguration("")]
99
[assembly: AssemblyCompany("iText Group NV")]
1010
[assembly: AssemblyProduct("iTextSharp")]
11-
[assembly: AssemblyCopyright ("Copyright (c) 1998-2020 iText Group NV")]
11+
[assembly: AssemblyCopyright ("Copyright (c) 1998-2022 iText Group NV")]
1212
[assembly: AssemblyTrademark("")]
1313
[assembly: AssemblyCulture("")]
1414
[assembly: InternalsVisibleTo("itextsharp.pdfa, PublicKey=00240000048000009400000006020000002400005253413100040000010001008b21ed5b3fc1c11996390981fe22bbe71a39a9e11d3c2cefddd6ee92920fa871f9666ae0fa941af0280d0653df048ae2d93f8c5e2d820dba3c8df9ed468c8be40a6fffeb32aa481a254f0fb9f37aa7c3ec1c0acd2c009746bbdafcb75bcdbcecb7caf1f0f4b6e7d013906ba60b66eb1c8298e4efb052caf6cece4bf1816902cc"),]
@@ -19,5 +19,5 @@
1919

2020
[assembly: KeyVersion("3.1.1.0")]
2121

22-
[assembly: AssemblyVersion("5.5.13.2")]
23-
[assembly: AssemblyInformationalVersion("5.5.13.2")]
22+
[assembly: AssemblyVersion("5.5.13.3")]
23+
[assembly: AssemblyInformationalVersion("5.5.13.3")]

src/core/KeyVersionAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2020 iText Group NV
3+
Copyright (c) 1998-2022 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)