Skip to content

Commit 84df443

Browse files
committed
[RELEASE] iText 7 pdfHTML 4.0.5
2 parents 5f33028 + 776d89d commit 84df443

File tree

2,816 files changed

+4967
-3130
lines changed

Some content is hidden

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

2,816 files changed

+4967
-3130
lines changed

doxyfile

+1-1
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 = "pdfHTML 4.0.4 API"
35+
PROJECT_NAME = "pdfHTML 4.0.5 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.tests/itext.html2pdf.tests/Properties/AssemblyInfo.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
[assembly: AssemblyConfiguration("")]
88
[assembly: AssemblyCompany("iText Group NV")]
99
[assembly: AssemblyProduct("iText")]
10-
[assembly: AssemblyCopyright("Copyright (c) 1998-2022 iText Group NV")]
10+
[assembly: AssemblyCopyright("Copyright (c) 1998-2023 iText Group NV")]
1111
[assembly: AssemblyTrademark("")]
1212
[assembly: AssemblyCulture("")]
1313

1414
[assembly: ComVisible(false)]
1515

1616
[assembly: Guid("ae4e5743-0665-4705-9a33-07ea57cdd269")]
1717

18-
[assembly: AssemblyVersion("4.0.4.0")]
19-
[assembly: AssemblyFileVersion("4.0.4.0")]
20-
[assembly: AssemblyInformationalVersion("4.0.4")]
18+
[assembly: AssemblyVersion("4.0.5.0")]
19+
[assembly: AssemblyFileVersion("4.0.5.0")]
20+
[assembly: AssemblyInformationalVersion("4.0.5")]
2121

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

itext.tests/itext.html2pdf.tests/itext.html2pdf.tests.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
</ItemGroup>
4646
<ItemGroup>
4747
<ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
48-
<PackageReference Include="itext7" Version="7.2.4" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
48+
<PackageReference Include="itext7" Version="7.2.5" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
4949
<ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')" />
5050
<ProjectReference Include="..\..\..\itextcore\itext\itext.layout\itext.layout.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.csproj')" />
5151
<ProjectReference Include="..\..\..\itextcore\itext\itext.forms\itext.forms.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.forms\itext.forms.csproj')" />
5252
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj')" />
5353
<ProjectReference Include="..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')" />
54-
<PackageReference Include="itext7.hyph" Version="7.2.4" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')" />
54+
<PackageReference Include="itext7.hyph" Version="7.2.5" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')" />
5555
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
56-
<PackageReference Include="itext7.pdftest" Version="7.2.4" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
56+
<PackageReference Include="itext7.pdftest" Version="7.2.5" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
5757
<ProjectReference Include="..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj')" />
5858
<ProjectReference Include="..\..\..\itextcore\itext\itext.svg\itext.svg.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.svg\itext.svg.csproj')" />
5959
<ProjectReference Include="..\..\itext\itext.html2pdf\itext.html2pdf.csproj" />

itext.tests/itext.html2pdf.tests/itext/html2pdf/ConverterPropertiesTest.cs

+2-2
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify
@@ -45,7 +45,7 @@ source product.
4545
using iText.Test;
4646

4747
namespace iText.Html2pdf {
48-
[NUnit.Framework.Category("Unit test")]
48+
[NUnit.Framework.Category("UnitTest")]
4949
public class ConverterPropertiesTest : ExtendedITextTest {
5050
[NUnit.Framework.Test]
5151
public virtual void GetDefaultMetaInfoTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/ExtendedFontPropertiesTest.cs

+1-1
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify

itext.tests/itext.html2pdf.tests/itext/html2pdf/ExtendedHtmlConversionITextTest.cs

+1-1
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify

itext.tests/itext.html2pdf.tests/itext/html2pdf/FontProviderTest.cs

+2-2
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify
@@ -51,7 +51,7 @@ source product.
5151

5252
namespace iText.Html2pdf {
5353
// Actually the results are invalid because there is no pdfCalligraph.
54-
[NUnit.Framework.Category("Integration test")]
54+
[NUnit.Framework.Category("IntegrationTest")]
5555
public class FontProviderTest : ExtendedITextTest {
5656
public static readonly String SOURCE_FOLDER = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5757
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/FontProviderTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/Html2ElementsTest.cs

+2-2
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify
@@ -60,7 +60,7 @@ source product.
6060
using iText.Test.Attributes;
6161

6262
namespace iText.Html2pdf {
63-
[NUnit.Framework.Category("Integration test")]
63+
[NUnit.Framework.Category("IntegrationTest")]
6464
public class Html2ElementsTest : ExtendedITextTest {
6565
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
6666
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/Html2ElementsTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/Html2PdfTest.cs

-133
This file was deleted.

itext.tests/itext.html2pdf.tests/itext/html2pdf/HtmlConverterMetaInfoTest.cs

+2-2
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is offered under a commercial and under the AGPL license.
@@ -36,7 +36,7 @@ You should have received a copy of the GNU Affero General Public License
3636
using iText.Test;
3737

3838
namespace iText.Html2pdf {
39-
[NUnit.Framework.Category("Unit test")]
39+
[NUnit.Framework.Category("UnitTest")]
4040
public class HtmlConverterMetaInfoTest : ExtendedITextTest {
4141
[NUnit.Framework.Test]
4242
public virtual void MetaInfoShouldBePresentTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/HtmlConverterTest.cs

+2-2
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is offered under a commercial and under the AGPL license.
@@ -27,7 +27,7 @@ You should have received a copy of the GNU Affero General Public License
2727
using iText.Test;
2828

2929
namespace iText.Html2pdf {
30-
[NUnit.Framework.Category("Integration test")]
30+
[NUnit.Framework.Category("IntegrationTest")]
3131
public class HtmlConverterTest : ExtendedITextTest {
3232
[NUnit.Framework.Test]
3333
public virtual void CannotConvertHtmlToDocumentInReadingModeTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/HtmlResourceResolverUnitTest.cs

+2-2
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is offered under a commercial and under the AGPL license.
@@ -28,7 +28,7 @@ You should have received a copy of the GNU Affero General Public License
2828
using iText.Test.Attributes;
2929

3030
namespace iText.Html2pdf {
31-
[NUnit.Framework.Category("Unit test")]
31+
[NUnit.Framework.Category("UnitTest")]
3232
public class HtmlResourceResolverUnitTest : ExtendedITextTest {
3333
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3434
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/ResourceResolverTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/ProcessorContextTest.cs

+2-2
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is free software; you can redistribute it and/or modify
@@ -54,7 +54,7 @@ source product.
5454
using iText.Test;
5555

5656
namespace iText.Html2pdf {
57-
[NUnit.Framework.Category("Integration test")]
57+
[NUnit.Framework.Category("IntegrationTest")]
5858
public class ProcessorContextTest : ExtendedITextTest {
5959
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
6060
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/ProcessorContextTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/SurrogatePairsTest.cs

+2-2
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is offered under a commercial and under the AGPL license.
@@ -27,7 +27,7 @@ You should have received a copy of the GNU Affero General Public License
2727
using iText.Test.Attributes;
2828

2929
namespace iText.Html2pdf {
30-
[NUnit.Framework.Category("Integration test")]
30+
[NUnit.Framework.Category("IntegrationTest")]
3131
public class SurrogatePairsTest : ExtendedITextTest {
3232
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3333
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/SurrogatePairsTests/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/actions/Html2PdfEventsHandlingTest.cs

+2-2
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is offered under a commercial and under the AGPL license.
@@ -42,7 +42,7 @@ You should have received a copy of the GNU Affero General Public License
4242
using iText.Test.Attributes;
4343

4444
namespace iText.Html2pdf.Actions {
45-
[NUnit.Framework.Category("Integration test")]
45+
[NUnit.Framework.Category("IntegrationTest")]
4646
public class Html2PdfEventsHandlingTest : ExtendedITextTest {
4747
private static readonly TestConfigurationEvent CONFIGURATION_ACCESS = new TestConfigurationEvent();
4848

itext.tests/itext.html2pdf.tests/itext/html2pdf/actions/TestConfigurationEvent.cs

+1-1
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is offered under a commercial and under the AGPL license.

itext.tests/itext.html2pdf.tests/itext/html2pdf/actions/events/PdfHtmlProductEventTest.cs

+2-2
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is offered under a commercial and under the AGPL license.
@@ -27,7 +27,7 @@ You should have received a copy of the GNU Affero General Public License
2727
using iText.Test;
2828

2929
namespace iText.Html2pdf.Actions.Events {
30-
[NUnit.Framework.Category("Unit test")]
30+
[NUnit.Framework.Category("UnitTest")]
3131
public class PdfHtmlProductEventTest : ExtendedITextTest {
3232
[NUnit.Framework.Test]
3333
public virtual void ConvertElementsEventTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/actions/events/PdfHtmlTestMetaInfo.cs

+1-1
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is offered under a commercial and under the AGPL license.

itext.tests/itext.html2pdf.tests/itext/html2pdf/actions/events/PdfHtmlTestProductEvent.cs

+1-1
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-2022 iText Group NV
3+
Copyright (c) 1998-2023 iText Group NV
44
Authors: iText Software.
55
66
This program is offered under a commercial and under the AGPL license.

0 commit comments

Comments
 (0)