Skip to content

Commit

Permalink
[RELEASE] iText 7 pdfHTML - 3.0.5
Browse files Browse the repository at this point in the history
https://github.com/itext/i7n-pdfhtml/releases/tag/3.0.5

* release_branch_DEVSIX-5154:
  [RELEASE] pdfHTML 3.0.5
  Add support of attr() with type for url and string Add support of attr() with fallback for url and string Add support of attr() in target-counter Add tests
  Add new test demonstratic incorrect total page count when last page is trimmed
  Move target counter handler preparation on relayot from HtmlDocument to Document
  Add test for bug when floating element is not included in the div
  Update ToDo remarks
  Add test for case with empty tr
  Consider several TODOs without DEVSIX ticket
  Fix try-with-resource in HtmlConverter
  Add Document constructor to try-with-resources
  Add test demonstrating the problem of collision of internal doument links with OutlineHandler
  First iteration
  Replace tests from html2pdf-private: CalligraphyFontsTest#comparatorErrorTest
  Override getNextRenderer and createCopy in custom counter renderers
  Update cmp files after font selection changes
  Fix documentation error in pdfHTML
  Update cmp files.
  Replace html2pdf-private tests: ExternalImageTest and ExternalResourcesTest
  Add integration tests for page-break-inside: avoid inconsistent behavior
  Add missing copyright headers
  Add tests about intrinsic aspect ratio in flex algorithm. Fix already existing tests
  Update port-hash after release
  [AFTER RELEASE] pdfHTML 3.0.4
  Replace html2pdf-private tests: FloatTest
  Add some height tests with resources
  Add missing copyright headers
  Add transform tests with resources
  Replace html2pdf-private tests: CssCollapsingMarginsTest
  • Loading branch information
iText-CI committed Jun 17, 2021
2 parents dd1c3bd + efab857 commit 5ffce0c
Show file tree
Hide file tree
Showing 425 changed files with 5,060 additions and 328 deletions.
2 changes: 1 addition & 1 deletion doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.

PROJECT_NAME = "pdfHTML 3.0.4 API"
PROJECT_NAME = "pdfHTML 3.0.5 API"

# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
Expand Down
6 changes: 3 additions & 3 deletions itext.tests/itext.html2pdf.tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

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

[assembly: AssemblyVersion("3.0.4.0")]
[assembly: AssemblyFileVersion("3.0.4.0")]
[assembly: AssemblyInformationalVersion("3.0.4")]
[assembly: AssemblyVersion("3.0.5.0")]
[assembly: AssemblyFileVersion("3.0.5.0")]
[assembly: AssemblyInformationalVersion("3.0.5")]

#if !NETSTANDARD2_0
[assembly: NUnit.Framework.Timeout(300000)]
Expand Down
38 changes: 19 additions & 19 deletions itext.tests/itext.html2pdf.tests/itext.html2pdf.tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0" DefaultTargets="Build">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$(SolutionDir)\packages\itext7.pdftest.7.1.15\build\itext7.pdftest.props" Condition="Exists('$(SolutionDir)\packages\itext7.pdftest.7.1.15\build\itext7.pdftest.props')" />
<Import Project="$(SolutionDir)\packages\itext7.pdftest.7.1.16\build\itext7.pdftest.props" Condition="Exists('$(SolutionDir)\packages\itext7.pdftest.7.1.16\build\itext7.pdftest.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -51,22 +51,22 @@
<Project>{e2828ac4-3c63-4b2a-b5ad-5f98862775be}</Project>
<Name>itext.forms</Name>
</ProjectReference>
<Reference Include="itext.forms, Version=7.1.15.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.forms\itext.forms.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.15\lib\net45\itext.forms.dll</HintPath>
<Reference Include="itext.forms, Version=7.1.16.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.forms\itext.forms.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.16\lib\net45\itext.forms.dll</HintPath>
</Reference>
<ProjectReference Include="..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')">
<Project>{56137079-541A-425A-AB97-43AF63793C97}</Project>
<Name>itext.hyph</Name>
</ProjectReference>
<Reference Include="itext.hyph, Version=7.1.15.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.hyph.7.1.15\lib\net45\itext.hyph.dll</HintPath>
<Reference Include="itext.hyph, Version=7.1.16.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.hyph.7.1.16\lib\net45\itext.hyph.dll</HintPath>
</Reference>
<ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')">
<Project>{cee5e7e1-1bf0-4be1-9941-903262ce2f83}</Project>
<Name>itext.io</Name>
</ProjectReference>
<Reference Include="itext.io, Version=7.1.15.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.15\lib\net45\itext.io.dll</HintPath>
<Reference Include="itext.io, Version=7.1.16.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.16\lib\net45\itext.io.dll</HintPath>
</Reference>
<ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')">
<Project>{4e7819e8-7555-4e2e-9a01-d8718a2cfdda}</Project>
Expand All @@ -75,43 +75,43 @@
<Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942" Condition="!Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')">
<HintPath>$(SolutionDir)\packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="itext.kernel, Version=7.1.15.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.15\lib\net45\itext.kernel.dll</HintPath>
<Reference Include="itext.kernel, Version=7.1.16.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.16\lib\net45\itext.kernel.dll</HintPath>
</Reference>
<ProjectReference Include="..\..\..\itextcore\itext\itext.layout\itext.layout.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.csproj')">
<Project>{42173642-db52-44d3-9883-3e34c65c53bc}</Project>
<Name>itext.layout</Name>
</ProjectReference>
<Reference Include="itext.layout, Version=7.1.15.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.15\lib\net45\itext.layout.dll</HintPath>
<Reference Include="itext.layout, Version=7.1.16.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.16\lib\net45\itext.layout.dll</HintPath>
</Reference>
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj')">
<Project>{9fc2f0b3-a8d2-46da-8724-72e00e67a8fa}</Project>
<Name>itext.pdfa</Name>
</ProjectReference>
<Reference Include="itext.pdfa, Version=7.1.15.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.15\lib\net45\itext.pdfa.dll</HintPath>
<Reference Include="itext.pdfa, Version=7.1.16.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.16\lib\net45\itext.pdfa.dll</HintPath>
</Reference>
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')">
<Project>{f9880dc4-f015-4413-af86-66d0e9512774}</Project>
<Name>itext.pdftest</Name>
</ProjectReference>
<Reference Include="itext.pdftest, Version=7.1.15.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.pdftest.7.1.15\lib\net45\itext.pdftest.dll</HintPath>
<Reference Include="itext.pdftest, Version=7.1.16.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.pdftest.7.1.16\lib\net45\itext.pdftest.dll</HintPath>
</Reference>
<ProjectReference Include="..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj')">
<Project>{8636f290-00df-403e-b841-e4bfd6d9ce7a}</Project>
<Name>itext.styledxmlparser</Name>
</ProjectReference>
<Reference Include="itext.styledxmlparser, Version=7.1.15.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.15\lib\net45\itext.styledxmlparser.dll</HintPath>
<Reference Include="itext.styledxmlparser, Version=7.1.16.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.16\lib\net45\itext.styledxmlparser.dll</HintPath>
</Reference>
<ProjectReference Include="..\..\..\itextcore\itext\itext.svg\itext.svg.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.svg\itext.svg.csproj')">
<Project>{ddec35d2-5781-471d-5ea1-a6e433eddb11}</Project>
<Name>itext.svg</Name>
</ProjectReference>
<Reference Include="itext.svg, Version=7.1.15.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.svg\itext.svg.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.15\lib\net45\itext.svg.dll</HintPath>
<Reference Include="itext.svg, Version=7.1.16.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca" Condition="!Exists('..\..\..\itextcore\itext\itext.svg\itext.svg.csproj')">
<HintPath>$(SolutionDir)\packages\itext7.7.1.16\lib\net45\itext.svg.dll</HintPath>
</Reference>
<ProjectReference Include="..\..\itext\itext.html2pdf\itext.html2pdf.csproj">
<Project>{ff6ba09d-3655-466a-8c17-a7bfd3479ca1}</Project>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
<PackageReference Include="itext7" Version="7.1.15" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
<PackageReference Include="itext7" Version="7.1.16" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
<ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj')" />
<ProjectReference Include="..\..\..\itextcore\itext\itext.layout\itext.layout.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.netstandard.csproj')" />
<ProjectReference Include="..\..\..\itextcore\itext\itext.forms\itext.forms.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.forms\itext.forms.netstandard.csproj')" />
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.netstandard.csproj')" />
<ProjectReference Include="..\..\..\itextcore\itext\itext.hyph\itext.hyph.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.netstandard.csproj')" />
<PackageReference Include="itext7.hyph" Version="7.1.15" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.netstandard.csproj')" />
<PackageReference Include="itext7.hyph" Version="7.1.16" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.netstandard.csproj')" />
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
<PackageReference Include="itext7.pdftest" Version="7.1.15" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
<PackageReference Include="itext7.pdftest" Version="7.1.16" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
<ProjectReference Include="..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.netstandard.csproj')" />
<ProjectReference Include="..\..\..\itextcore\itext\itext.svg\itext.svg.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.svg\itext.svg.netstandard.csproj')" />
<ProjectReference Include="..\..\itext\itext.html2pdf\itext.html2pdf.netstandard.csproj" />
Expand Down
Loading

0 comments on commit 5ffce0c

Please sign in to comment.