Skip to content

Commit 3e6a670

Browse files
committed
[RELEASE] iText 7 8.0.0
2 parents f6098a4 + 09dbff7 commit 3e6a670

File tree

3,391 files changed

+162624
-75971
lines changed

Some content is hidden

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

3,391 files changed

+162624
-75971
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To build **iText 7 Community**, you need to build `itextsharp/itextcore/iTextCore.sln`.
1+
To build **iText Community**, you need to build `itextsharp/itextcore/iTextCore.sln`.
22
To run tests, [Ghostscript][1] and [Imagemagick][2] must be installed.
33
Some of the tests compare generated PDF files with template files that show the correct results, and these tools are used to
44
visually compare PDF files. Ghostscript is required to render PDF files into images and Imagemagick is used to compare image data.

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to iText 7 Community
1+
# Contributing to iText Community
22

3-
We'd love for you to contribute to our source code and to make **iText 7 Community** even better than it is
3+
We'd love for you to contribute to our source code and to make **iText Community** even better than it is
44
today! Here are the guidelines we'd like you to follow:
55

66
- [Question or Problem?](#question)
@@ -15,7 +15,7 @@ today! Here are the guidelines we'd like you to follow:
1515

1616
## <a name="question">Got a Question or Problem?</a>
1717

18-
If you have questions about how to use **iText 7 Community**, please direct these to [Stack Overflow][stackoverflow].
18+
If you have questions about how to use **iText Community**, please direct these to [Stack Overflow][stackoverflow].
1919

2020
If you are a customer with a [support agreement][support], you also have direct access to our JIRA and our developers.
2121

@@ -55,7 +55,7 @@ chances of your issue being dealt with quickly:
5555
* **Related Issues** - has a similar issue been reported before?
5656
* **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
5757
causing the problem (line of code or commit)
58-
* **Tag the question** - add the tag `itext7` to your question so we can find it.
58+
* **Tag the question** - add the tag `itext` to your question so we can find it.
5959

6060
**If you get help, help others. Good karma rulez!**
6161

@@ -79,7 +79,7 @@ Before you submit your pull request consider the following guidelines:
7979
* Build your changes locally to ensure all the tests pass.
8080
* Push your changes to your GitHub account.
8181
* Create a pull request in GitHub.
82-
"Head fork" should be your repository, and the "base fork" should be the iText7 official repository.
82+
"Head fork" should be your repository, and the "base fork" should be the iText official repository.
8383
* If we suggest changes then:
8484
* Make the required updates.
8585
* Fix up your commits if needed, with an interactive rebase.
@@ -111,7 +111,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
111111

112112
We have guidelines on how our git commit messages should be formatted. This leads to **more
113113
readable messages** that are easy to follow when looking through the **project history**. But also,
114-
we use the git commit messages to **generate the iText 7 Community change log**.
114+
we use the git commit messages to **generate the iText Community change log**.
115115

116116
These guidelines were taken from Chris Beams' blog post [How to Write a Git Commit Message][git-commit].
117117

@@ -169,7 +169,7 @@ We use the [Stack Exchange][stackoverflow] network for free support and [GitHub]
169169
[javadocs]: https://itextpdf.com/api
170170
[pull]: https://github.com/itext/itext7-dotnet/pulls
171171
[sscce]: http://sscce.org/
172-
[stackoverflow]: https://stackoverflow.com/questions/tagged/itext7
172+
[stackoverflow]: https://stackoverflow.com/questions/tagged/itext
173173
[good-questions]: https://stackoverflow.com/help/how-to-ask
174174
[mcve]: https://stackoverflow.com/help/mcve
175175
[support]: https://itextpdf.com/support

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
**[iText 7 Community for .NET][itext]** (former iTextSharp) consists of several dlls.
1+
**[iText Community for .NET][itext]** (former iTextSharp) consists of several dlls.
22

3-
The **iText 7 Core/Community** release contains:
3+
The **iText Core/Community** release contains:
44

55
- ```kernel.dll```: low-level functionality
66
- ```io.dll```: low-level functionality
7-
- ```layout.dll```: high-level functionality
7+
- ```layout.dll```: high-level functionality. For more information see [layout overview][layoutMd].
88
- ```forms.dll```: AcroForms
99
- ```pdfa.dll```: PDF/A-specific functionality
1010
- ```pdftest.dll```: test helper classes
@@ -15,24 +15,27 @@ The **iText 7 Core/Community** release contains:
1515
- ```styled-xml-parser.dll```: use this if you need support for SVG or html2pdf
1616
- ```svg.dll```: SVG support
1717
- ```commons.dll```: commons module
18+
- ```bouncy-castle-connector.dll```: auxiliary internal module
19+
- ```bouncy-castle-adapter.dll```: use this to apply BouncyCastle as low-level cryptography library
20+
- ```bouncy-castle-fips-adapter.dll```: use this to apply BouncyCastle FIPS as low-level cryptography library
1821

19-
The **iText 7 Community** source code is hosted on [Github][github], where you can also [download the latest releases][latest].
22+
The **iText Community** source code is hosted on [Github][github], where you can also [download the latest releases][latest].
2023

21-
*We strongly recommend that you use [NuGet][nuget] to add **iText 7 Community** to your project:*
24+
*We strongly recommend that you use [NuGet][nuget] to add **iText Community** to your project:*
2225

2326
Install-Package itext7
2427

25-
You can also [build iText 7 Community from source][building].
28+
You can also [build iText Community from source][building].
2629

2730
We also provide opensource add-ons and tools to complement the core functionality:
2831
- [pdfHTML][pdfhtml] — allows you to easily convert HTML to PDF or iText objects
2932
- [pdfSweep][pdfsweep] — a highly efficient PDF tool to merge, split and redact data
3033
- [RUPS][rups] — a Java tool that can help you debug PDFs
3134

32-
If you have an idea on how to improve **iText 7 Community** and you want to submit code,
35+
If you have an idea on how to improve **iText Community** and you want to submit code,
3336
please read our [Contribution Guidelines][contributing].
3437

35-
**iText 7** is dual licensed as [AGPL][agpl]/[Commercial software][sales].
38+
**iText** is dual licensed as [AGPL][agpl]/[Commercial software][sales].
3639

3740
AGPL is a free / open source software license.
3841

@@ -52,6 +55,7 @@ Contact [sales] for more info.
5255
[agpl]: LICENSE.md
5356
[building]: BUILDING.md
5457
[contributing]: CONTRIBUTING.md
58+
[layoutMd]: itext/itext.layout/MODULE_OVERVIEW.md
5559
[itext]: https://itextpdf.com/
5660
[github]: https://github.com/itext/itext7-dotnet
5761
[latest]: https://github.com/itext/itext7-dotnet/releases/latest

doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = "iText 7 7.2.5 API"
35+
PROJECT_NAME = "iText 8.0.0 API"
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version

iTextCore.sln

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26430.15
@@ -51,6 +51,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "itext.commons.netstandard",
5151
EndProject
5252
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "itext.commons.tests.netstandard", "itext.tests\itext.commons.tests\itext.commons.tests.csproj", "{726AEDB2-0B0D-45B8-A744-BFFEE36A187E}"
5353
EndProject
54+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "itext.bouncy-castle-adapter.netstandard", "itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj", "{3A5D9DAC-A654-4542-8114-1D5B2F153D69}"
55+
EndProject
56+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "itext.bouncy-castle-fips-adapter.netstandard", "itext\itext.bouncy-castle-fips-adapter\itext.bouncy-castle-fips-adapter.csproj", "{3B634E19-5522-4907-8EE4-3FB017A4FC86}"
57+
EndProject
58+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "itext.bouncy-castle-connector.netstandard", "itext\itext.bouncy-castle-connector\itext.bouncy-castle-connector.csproj", "{C68E3329-A2E4-4B33-BADE-0521B8E832AD}"
59+
EndProject
5460
Global
5561
GlobalSection(SolutionConfigurationPlatforms) = preSolution
5662
Debug|Any CPU = Debug|Any CPU
@@ -349,6 +355,42 @@ Global
349355
{726AEDB2-0B0D-45B8-A744-BFFEE36A187E}.Release|x64.Build.0 = Release|Any CPU
350356
{726AEDB2-0B0D-45B8-A744-BFFEE36A187E}.Release|x86.ActiveCfg = Release|Any CPU
351357
{726AEDB2-0B0D-45B8-A744-BFFEE36A187E}.Release|x86.Build.0 = Release|Any CPU
358+
{3B634E19-5522-4907-8EE4-3FB017A4FC86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
359+
{3B634E19-5522-4907-8EE4-3FB017A4FC86}.Debug|Any CPU.Build.0 = Debug|Any CPU
360+
{3B634E19-5522-4907-8EE4-3FB017A4FC86}.Debug|x64.ActiveCfg = Debug|Any CPU
361+
{3B634E19-5522-4907-8EE4-3FB017A4FC86}.Debug|x64.Build.0 = Debug|Any CPU
362+
{3B634E19-5522-4907-8EE4-3FB017A4FC86E}.Debug|x86.ActiveCfg = Debug|Any CPU
363+
{3B634E19-5522-4907-8EE4-3FB017A4FC86}.Debug|x86.Build.0 = Debug|Any CPU
364+
{3B634E19-5522-4907-8EE4-3FB017A4FC86}.Release|Any CPU.ActiveCfg = Release|Any CPU
365+
{3B634E19-5522-4907-8EE4-3FB017A4FC86}.Release|Any CPU.Build.0 = Release|Any CPU
366+
{3B634E19-5522-4907-8EE4-3FB017A4FC86}.Release|x64.ActiveCfg = Release|Any CPU
367+
{3B634E19-5522-4907-8EE4-3FB017A4FC86}.Release|x64.Build.0 = Release|Any CPU
368+
{3B634E19-5522-4907-8EE4-3FB017A4FC86}.Release|x86.ActiveCfg = Release|Any CPU
369+
{3B634E19-5522-4907-8EE4-3FB017A4FC86}.Release|x86.Build.0 = Release|Any CPU
370+
{3A5D9DAC-A654-4542-8114-1D5B2F153D69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
371+
{3A5D9DAC-A654-4542-8114-1D5B2F153D69}.Debug|Any CPU.Build.0 = Debug|Any CPU
372+
{3A5D9DAC-A654-4542-8114-1D5B2F153D69}.Debug|x64.ActiveCfg = Debug|Any CPU
373+
{3A5D9DAC-A654-4542-8114-1D5B2F153D69}.Debug|x64.Build.0 = Debug|Any CPU
374+
{3A5D9DAC-A654-4542-8114-1D5B2F153D69}.Debug|x86.ActiveCfg = Debug|Any CPU
375+
{3A5D9DAC-A654-4542-8114-1D5B2F153D69}.Debug|x86.Build.0 = Debug|Any CPU
376+
{3A5D9DAC-A654-4542-8114-1D5B2F153D69}.Release|Any CPU.ActiveCfg = Release|Any CPU
377+
{3A5D9DAC-A654-4542-8114-1D5B2F153D69}.Release|Any CPU.Build.0 = Release|Any CPU
378+
{3A5D9DAC-A654-4542-8114-1D5B2F153D69}.Release|x64.ActiveCfg = Release|Any CPU
379+
{3A5D9DAC-A654-4542-8114-1D5B2F153D69}.Release|x64.Build.0 = Release|Any CPU
380+
{3A5D9DAC-A654-4542-8114-1D5B2F153D69}.Release|x86.ActiveCfg = Release|Any CPU
381+
{3A5D9DAC-A654-4542-8114-1D5B2F153D69}.Release|x86.Build.0 = Release|Any CPU
382+
{C68E3329-A2E4-4B33-BADE-0521B8E832AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
383+
{C68E3329-A2E4-4B33-BADE-0521B8E832AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
384+
{C68E3329-A2E4-4B33-BADE-0521B8E832AD}.Debug|x64.ActiveCfg = Debug|Any CPU
385+
{C68E3329-A2E4-4B33-BADE-0521B8E832AD}.Debug|x64.Build.0 = Debug|Any CPU
386+
{C68E3329-A2E4-4B33-BADE-0521B8E832AD}.Debug|x86.ActiveCfg = Debug|Any CPU
387+
{C68E3329-A2E4-4B33-BADE-0521B8E832AD}.Debug|x86.Build.0 = Debug|Any CPU
388+
{C68E3329-A2E4-4B33-BADE-0521B8E832AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
389+
{C68E3329-A2E4-4B33-BADE-0521B8E832AD}.Release|Any CPU.Build.0 = Release|Any CPU
390+
{C68E3329-A2E4-4B33-BADE-0521B8E832AD}.Release|x64.ActiveCfg = Release|Any CPU
391+
{C68E3329-A2E4-4B33-BADE-0521B8E832AD}.Release|x64.Build.0 = Release|Any CPU
392+
{C68E3329-A2E4-4B33-BADE-0521B8E832AD}.Release|x86.ActiveCfg = Release|Any CPU
393+
{C68E3329-A2E4-4B33-BADE-0521B8E832AD}.Release|x86.Build.0 = Release|Any CPU
352394
EndGlobalSection
353395
GlobalSection(SolutionProperties) = preSolution
354396
HideSolutionNode = FALSE

itext.tests/itext.barcodes.tests/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
[assembly: AssemblyTitle("iText.Barcodes.Tests")]
55
[assembly: AssemblyDescription("")]
66
[assembly: AssemblyConfiguration("")]
7-
[assembly: AssemblyCompany("iText Group NV")]
7+
[assembly: AssemblyCompany("Apryse Group NV")]
88
[assembly: AssemblyProduct("iText")]
9-
[assembly: AssemblyCopyright("Copyright (c) 1998-2023 iText Group NV")]
9+
[assembly: AssemblyCopyright("Copyright (c) 1998-2023 Apryse Group NV")]
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

1313
[assembly: ComVisible(false)]
1414

1515
[assembly: Guid("d015a3aa-613c-45d9-b908-7d47c4b613af")]
1616

17-
[assembly: AssemblyVersion("7.2.5.0")]
18-
[assembly: AssemblyFileVersion("7.2.5.0")]
19-
[assembly: AssemblyInformationalVersion("7.2.5")]
17+
[assembly: AssemblyVersion("8.0.0.0")]
18+
[assembly: AssemblyFileVersion("8.0.0.0")]
19+
[assembly: AssemblyInformationalVersion("8.0.0")]
2020

2121
#if !NETSTANDARD2_0
2222
[assembly: NUnit.Framework.Timeout(300000)]

itext.tests/itext.barcodes.tests/itext/barcodes/Barcode128Test.cs

Lines changed: 15 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,24 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
6-
This program is free software; you can redistribute it and/or modify
7-
it under the terms of the GNU Affero General Public License version 3
8-
as published by the Free Software Foundation with the addition of the
9-
following permission added to Section 15 as permitted in Section 7(a):
10-
FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
11-
ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
12-
OF THIRD PARTY RIGHTS
6+
This program is offered under a commercial and under the AGPL license.
7+
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
138
14-
This program is distributed in the hope that it will be useful, but
15-
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16-
or FITNESS FOR A PARTICULAR PURPOSE.
17-
See the GNU Affero General Public License for more details.
18-
You should have received a copy of the GNU Affero General Public License
19-
along with this program; if not, see http://www.gnu.org/licenses or write to
20-
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21-
Boston, MA, 02110-1301 USA, or download the license from the following URL:
22-
http://itextpdf.com/terms-of-use/
23-
24-
The interactive user interfaces in modified source and object code versions
25-
of this program must display Appropriate Legal Notices, as required under
26-
Section 5 of the GNU Affero General Public License.
9+
AGPL licensing:
10+
This program is free software: you can redistribute it and/or modify
11+
it under the terms of the GNU Affero General Public License as published by
12+
the Free Software Foundation, either version 3 of the License, or
13+
(at your option) any later version.
2714
28-
In accordance with Section 7(b) of the GNU Affero General Public License,
29-
a covered work must retain the producer line in every PDF that is created
30-
or manipulated using iText.
15+
This program is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
GNU Affero General Public License for more details.
3119
32-
You can be released from the requirements of the license by purchasing
33-
a commercial license. Buying such a license is mandatory as soon as you
34-
develop commercial activities involving the iText software without
35-
disclosing the source code of your own applications.
36-
These activities include: offering paid services to customers as an ASP,
37-
serving PDFs on the fly in a web application, shipping iText with a closed
38-
source product.
39-
40-
For more information, please contact iText Software Corp. at this
41-
20+
You should have received a copy of the GNU Affero General Public License
21+
along with this program. If not, see <https://www.gnu.org/licenses/>.
4222
*/
4323
using System;
4424
using iText.Kernel.Colors;

itext.tests/itext.barcodes.tests/itext/barcodes/Barcode39Test.cs

Lines changed: 15 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,24 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2023 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
6-
This program is free software; you can redistribute it and/or modify
7-
it under the terms of the GNU Affero General Public License version 3
8-
as published by the Free Software Foundation with the addition of the
9-
following permission added to Section 15 as permitted in Section 7(a):
10-
FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
11-
ITEXT GROUP. ITEXT GROUP DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
12-
OF THIRD PARTY RIGHTS
6+
This program is offered under a commercial and under the AGPL license.
7+
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
138
14-
This program is distributed in the hope that it will be useful, but
15-
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16-
or FITNESS FOR A PARTICULAR PURPOSE.
17-
See the GNU Affero General Public License for more details.
18-
You should have received a copy of the GNU Affero General Public License
19-
along with this program; if not, see http://www.gnu.org/licenses or write to
20-
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21-
Boston, MA, 02110-1301 USA, or download the license from the following URL:
22-
http://itextpdf.com/terms-of-use/
23-
24-
The interactive user interfaces in modified source and object code versions
25-
of this program must display Appropriate Legal Notices, as required under
26-
Section 5 of the GNU Affero General Public License.
9+
AGPL licensing:
10+
This program is free software: you can redistribute it and/or modify
11+
it under the terms of the GNU Affero General Public License as published by
12+
the Free Software Foundation, either version 3 of the License, or
13+
(at your option) any later version.
2714
28-
In accordance with Section 7(b) of the GNU Affero General Public License,
29-
a covered work must retain the producer line in every PDF that is created
30-
or manipulated using iText.
15+
This program is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
GNU Affero General Public License for more details.
3119
32-
You can be released from the requirements of the license by purchasing
33-
a commercial license. Buying such a license is mandatory as soon as you
34-
develop commercial activities involving the iText software without
35-
disclosing the source code of your own applications.
36-
These activities include: offering paid services to customers as an ASP,
37-
serving PDFs on the fly in a web application, shipping iText with a closed
38-
source product.
39-
40-
For more information, please contact iText Software Corp. at this
41-
20+
You should have received a copy of the GNU Affero General Public License
21+
along with this program. If not, see <https://www.gnu.org/licenses/>.
4222
*/
4323
using System;
4424
using iText.IO.Source;

0 commit comments

Comments
 (0)