[RELEASE] iText 7 Core - 7.1.4
https://github.com/itext/itext7/releases/tag/7.1.4
* release/7.1.4:
[RELEASE] 7.1.4-SNAPSHOT -> 7.1.4
Update too old cmp file for full compression test
Remove relativePath from svg pom
Fix copying fields during multiple page copying
Create a copy for form field with name contains dot symbol
Add test. DEVSIX-2187
Add some new SVG tests.
Squash multiple spaces into one if necessary.
Update the path-processing algo.
Add a new SVG test that demonstrates some Path-related issues.
Update some method names in accordance with the naming convention.
Add PdfDocument#findFont() for already added PdfFonts
Create a unique name for each OCProperties. Update some cmps.
SXP: Free resources after reading them
add test for DEVSIX-2156
Revert [a69a8131fa] "Fix bug in CompareTool when pdfstream from output file has filter different from cmp file"
Reformat CompareTool javadocs, add details about diffPrefix arg to all overloads
Add new overload for CompareTool#compareByContent which generates diff preffix based off output file name
Fix bug in CompareTool when pdfstream from output file has filter different from cmp file
Fix some minor min/max width algo issues. Update some cmps.
Add missing copyright headers
Path parsing updates
Do not substitute a symbol with itself during line transformations.
Add implementation for Path operators v and h. RND-1108
Make method public for pdfHtml
Fix PdfSweep failure on documents with ligatures
Removing relativePath from pom file QA-529
Fix up for styled-xml-parser and svg resources in pom
Fix typo in gsParam
Add -dSAFER to gsParams
Simplify POM files for styled-xml-parser and svg, so they use the values set in the root POM
Add missing copyright headers
Add styled-xml-parser and svg to pom.xml
Add 'svg/' from commit '65c48971f2a171497d73e2a4ed883333a0f34b73'
...
Add 'styled-xml-parser/' from commit 'b35a24b753cb7932156925141a7e7d658db4eee7'
...
Add new unit fontselector tests for open sans font-family.
Add new font selector unit tests for standard fonts. Update cmps.
Fix issues with additional separator in ResourceResolver
Update the javadoc and some ticket-references.
Handle the default font-family correctly.
Unify the font selector algorithm with the browser's one.
Refactor the FontSelector algo.
Add missing copyright headers
Ignore memory hungry hyphen tests (layout)
Allow additional x509 extensions to be critical, as discussed in Ticket SUP-2885. Add test and refactor for PR-27. DEVSIX-1982
Fix version replacement in CompareTool
Fix bug
Properly check to remove root outline. DEVSIX-2046
Deprecate FileUtil#getParentDirectory(String file)
DESIX-2049 move functionality from svg class to io FileUtil
Update new lines in pom.xml
Add missing copyright headers
Move to DocumentCloneTest class in samples-internal project
Reflect the test method name
Remove versionInfo NPE when deserialize lower version of PdfDocument
[RELEASE] Merge master into develop
[RELEASE] 7.1.3-SNAPSHOT -> 7.1.4-SNAPSHOT
Sort dependencies in pom.xml
Add test. DEVSIX-1669
add test for DEVSIX-2046