Skip to content

Commit e33b47b

Browse files
committed
[RELEASE] iText 9.6.0
2 parents 479c1c5 + 2240738 commit e33b47b

4,496 files changed

Lines changed: 42748 additions & 18234 deletions

File tree

Some content is hidden

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

.github/workflows/licensecheck.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: LicenseCheck
2+
3+
on:
4+
push:
5+
# 'branches-ignore' or 'branches' can be used to filter specific branches.
6+
# By default, without any filters, it runs on every push to all branches.
7+
# To be explicit, you can use:
8+
branches-ignore:
9+
- 'develop'
10+
- 'master'
11+
- 'rebased/*'
12+
13+
jobs:
14+
call-licensecheck:
15+
uses: XodoDocs/itext-github-workflows/.github/workflows/licensecheck.yml@master
16+
secrets: inherit

NOTICE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ This software uses third-party libraries under the licenses in the following fil
44
- [kernel/NOTICE.txt](itext/itext.kernel/NOTICE.txt)
55
- [layout/NOTICE.txt](itext/itext.layout/NOTICE.txt)
66
- [styled-xml-parser/NOTICE.txt](itext/itext.styledxmlparser/NOTICE.txt)
7+
- [bouncy-castle-fips-adapter/NOTICE.txt](itext/itext.bouncy-castle-fips-adapter/NOTICE.txt)

README.md

Lines changed: 67 additions & 58 deletions
Large diffs are not rendered by default.

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 9.5.0 API"
35+
PROJECT_NAME = "iText 9.6.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

itext.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>itext</id>
5-
<version>9.5.0</version>
5+
<version>9.6.0</version>
66
<title>iText Community</title>
77
<authors>Apryse Software</authors>
88
<owners>Apryse Software</owners>
@@ -13,23 +13,23 @@
1313
<description>iText 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 can be a boon to nearly every workflow. iText allows you to build custom PDF scenarios for web, mobile, desktop or cloud apps in .NET.</description>
1414
<summary>iText for .NET is a library for PDF generation written entirely in C# for the .NET platform.</summary>
1515
<releaseNotes>https://itextpdf.com/itext7release</releaseNotes>
16-
<copyright>Copyright (c) 1998-2025 Apryse Group NV</copyright>
16+
<copyright>Copyright (c) 1998-2026 Apryse Group NV</copyright>
1717
<language>en-US</language>
1818
<tags>itext itext7 itextsharp c# .net csharp pdf itextcore core fdf xfa acroform forms svg digital-signatures signing security accessibility opensource open source</tags>
1919
<repository type="git" url="https://github.com/itext/itext7-dotnet.git" />
2020
<dependencies>
2121
<group targetFramework="net461">
22-
<dependency id="itext.commons" version="9.5.0" />
22+
<dependency id="itext.commons" version="9.6.0" />
2323
<dependency id="Microsoft.Extensions.Logging" version="5.0.0" />
2424
<dependency id="System.Security.Cryptography.Xml" version="6.0.2" />
2525
</group>
2626
<group targetFramework="netstandard2.0">
27-
<dependency id="itext.commons" version="9.5.0" />
27+
<dependency id="itext.commons" version="9.6.0" />
2828
<dependency id="Microsoft.Extensions.Logging" version="5.0.0" />
2929
<dependency id="System.Diagnostics.Process" version="4.3.0" />
3030
<dependency id="System.Globalization.Extensions" version="4.3.0" />
3131
<dependency id="System.Runtime.Loader" version="4.3.0" />
32-
<dependency id="Microsoft.Extensions.DependencyModel" version="1.1.0" />
32+
<dependency id="Microsoft.Extensions.DependencyModel" version="10.0.2" />
3333
<dependency id="System.Text.Encoding.CodePages" version="4.3.0" />
3434
<dependency id="System.Collections.NonGeneric" version="4.3.0" />
3535
<dependency id="System.Runtime.Serialization.Formatters" version="4.3.0" />

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
[assembly: AssemblyConfiguration("")]
88
[assembly: AssemblyCompany("Apryse Group NV")]
99
[assembly: AssemblyProduct("iText")]
10-
[assembly: AssemblyCopyright("Copyright (c) 1998-2025 Apryse Group NV")]
10+
[assembly: AssemblyCopyright("Copyright (c) 1998-2026 Apryse Group NV")]
1111
[assembly: AssemblyTrademark("")]
1212
[assembly: AssemblyCulture("")]
1313

1414
[assembly: ComVisible(false)]
1515

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

18-
[assembly: AssemblyVersion("9.5.0.0")]
19-
[assembly: AssemblyFileVersion("9.5.0.0")]
20-
[assembly: AssemblyInformationalVersion("9.5.0")]
18+
[assembly: AssemblyVersion("9.6.0.0")]
19+
[assembly: AssemblyFileVersion("9.6.0.0")]
20+
[assembly: AssemblyInformationalVersion("9.6.0")]
2121

2222
[assembly: Parallelizable(ParallelScope.ContextMask)]
2323

itext.tests/itext.barcodes.tests/itext/barcodes/Barcode128Test.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-2025 Apryse Group NV
3+
Copyright (c) 1998-2026 Apryse Group NV
44
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.

itext.tests/itext.barcodes.tests/itext/barcodes/Barcode39Test.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-2025 Apryse Group NV
3+
Copyright (c) 1998-2026 Apryse Group NV
44
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.

itext.tests/itext.barcodes.tests/itext/barcodes/BarcodeCodabarTest.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-2025 Apryse Group NV
3+
Copyright (c) 1998-2026 Apryse Group NV
44
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.

itext.tests/itext.barcodes.tests/itext/barcodes/BarcodeDataMatrixTest.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-2025 Apryse Group NV
3+
Copyright (c) 1998-2026 Apryse Group NV
44
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.

0 commit comments

Comments
 (0)