Skip to content

Commit 446afb8

Browse files
committed
[RELEASE] iText pdfHtml 6.2.0
2 parents 130c58f + eeba6ed commit 446afb8

File tree

1,538 files changed

+5264
-576
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,538 files changed

+5264
-576
lines changed

.idea/.idea.itext.html2pdf/.idea/.gitignore

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

.idea/.idea.itext.html2pdf/.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

.idea/.idea.itext.html2pdf/.idea/indexLayout.xml

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

.idea/.idea.itext.html2pdf/.idea/vcs.xml

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

Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ def solutionFile = "itext.html2pdf.sln"
77
def frameworksToTest = "net461"
88
def frameworksToTestForMainBranches = "net461;netcoreapp2.0"
99

10-
automaticDotnetBuild(repoName, dependencyRegex, solutionFile, frameworksToTest, frameworksToTestForMainBranches)
10+
withEnv(
11+
['ITEXT_VERAPDFVALIDATOR_ENABLE_SERVER=true',
12+
'ITEXT_VERAPDFVALIDATOR_PORT=8092']) {
13+
automaticDotnetBuild(repoName, dependencyRegex, solutionFile, frameworksToTest, frameworksToTestForMainBranches)
14+
}

NOTICE.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ This software uses following fonts under the following licenses:
33
| Noto Sans font | OFL-1.1 | In development version of font based on commit 4cdde035fd5138d6653a2176ba728b5b6f8cc533 (30.10.2019) from repository: "https://github.com/googlefonts/noto-fonts"
44
| Noto Serif font | OFL-1.1 | In development version of font based on commit 4cdde035fd5138d6653a2176ba728b5b6f8cc533 (30.10.2019) from repository: "https://github.com/googlefonts/noto-fonts"
55

6+
This software embeds the following modified third party software under the following licenses
7+
| jsoup:1.14.1 | MIT | Library code and tests are embedded under com.itextpdf.styledxmlparser.jsoup package.
8+
69

710

811

@@ -106,3 +109,31 @@ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
106109
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
107110
OTHER DEALINGS IN THE FONT SOFTWARE.
108111

112+
113+
114+
------------------------------------------------------------------------------------------------------------------------
115+
116+
117+
Dependency jsoup:1.14.1 is used under the following license agreement:
118+
119+
The MIT License
120+
121+
Copyright (c) 2009-2025 Jonathan Hedley <https://jsoup.org/>
122+
123+
Permission is hereby granted, free of charge, to any person obtaining a copy
124+
of this software and associated documentation files (the "Software"), to deal
125+
in the Software without restriction, including without limitation the rights
126+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
127+
copies of the Software, and to permit persons to whom the Software is
128+
furnished to do so, subject to the following conditions:
129+
130+
The above copyright notice and this permission notice shall be included in all
131+
copies or substantial portions of the Software.
132+
133+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
134+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
135+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
136+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
137+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
138+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
139+
SOFTWARE.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

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

18-
[assembly: AssemblyVersion("6.1.0.0")]
19-
[assembly: AssemblyFileVersion("6.1.0.0")]
20-
[assembly: AssemblyInformationalVersion("6.1.0")]
18+
[assembly: AssemblyVersion("6.2.0.0")]
19+
[assembly: AssemblyFileVersion("6.2.0.0")]
20+
[assembly: AssemblyInformationalVersion("6.2.0")]
2121

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

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,26 @@
3737
</ItemGroup>
3838
<PropertyGroup>
3939
<NoWarn>1701;1702;1591;1570;1572;1573;1574;1580;1584;1658</NoWarn>
40+
<!-- TODO DEVSIX-9075: remove this suppression -->
41+
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
4042
</PropertyGroup>
4143
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
4244
<Reference Include="System" />
4345
<Reference Include="System.Core" />
4446
</ItemGroup>
4547
<ItemGroup>
4648
<ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
47-
<PackageReference Include="itext" Version="9.1.0" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
49+
<PackageReference Include="itext" Version="9.2.0" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
4850
<ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')" />
4951
<ProjectReference Include="..\..\..\itextcore\itext\itext.layout\itext.layout.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.csproj')" />
5052
<ProjectReference Include="..\..\..\itextcore\itext\itext.forms\itext.forms.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.forms\itext.forms.csproj')" />
5153
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj')" />
5254
<ProjectReference Include="..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')" />
53-
<PackageReference Include="itext.hyph" Version="9.1.0" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')" />
55+
<PackageReference Include="itext.hyph" Version="9.2.0" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')" />
5456
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
55-
<PackageReference Include="itext.pdftest" Version="9.1.0" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
57+
<PackageReference Include="itext.pdftest" Version="9.2.0" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
5658
<ProjectReference Include="..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
57-
<PackageReference Include="itext.bouncy-castle-adapter" Version="9.1.0" Condition="!Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
59+
<PackageReference Include="itext.bouncy-castle-adapter" Version="9.2.0" Condition="!Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
5860
<ProjectReference Include="..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj')" />
5961
<ProjectReference Include="..\..\..\itextcore\itext\itext.svg\itext.svg.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.svg\itext.svg.csproj')" />
6062
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdfua\itext.pdfua.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdfua\itext.pdfua.csproj')" />

0 commit comments

Comments
 (0)