Skip to content

Commit b96f289

Browse files
committed
[RELEASE] iText 7 Core - 7.1.5
https://github.com/itext/itext7-dotnet/releases/tag/7.1.5 * release/7.1.5: [RELEASE] 7.1.5-SNAPSHOT -> 7.1.5 Update Javadocs of PdfCanvas#addXobject(PdfXObject, Rectangle) to mention scaling behavior. DEVSIX-2541 Add missing copyright headers Only do postdraw for non-grouping elements Register clip-path & basic operations Update copyright notes year Add missing copyright headers Apply text chunk's characteristics to a line only if the chunk is going to be drawn inside that line. Process RTL on lists. Make CompareTool compare page dictionaries as usual dictionaries if both cmp and out page dicts are not in the doc's page trees Quit the serialization when there is an object referencing itself in SmartModePdfObjectsSerializer Add missing copyright headers Introduce new constructor Canvas(PdfPage, Rectangle) Reinitialize form field appearance stream object on every field regeneration Change visibility of AbstractRenderer#getMinMaxWidth method Add missing copyright headers. Fix IXmlParser's header. Fix an issue with processing tabs inside of a paragraph. Add missing copyright headers Update appearance generating for push buttons Add missing copyright headers Unify appearance generation for radio and check buttons Fix radio button field regeneration Fix Checkbox field appearance stream for PDF/A Add more clear exception for an attempt to place elements via Document on flushed pages Normalize PdfArray#toRectangle Fix several issues with PdfOutline processing Add tests for setFontProvider+setFontFamily pair and for deprecated Property.FONT as String Introduce #setFontFamily methods for setting preferred font families on elements Add support to li value property of ordered list ol Fix required dependencies udpates in itext.pdfa project Add forms as dependecy to pdfa.tests Fetch Normal appearance as PdfDictionary or as PdfStream Add missing copyright headers SVG: improve support for path painting operators Support a caption for a table. Add some new tests. Catch NPE error and use a default value for a Pushbutton Add a test to demonstrate how a tab character is processed differently with different ways of paragraph creation. Consider the actual text while replacing the line's content. Add a test. Add a test for chunks that end before or after the tab's position. Save Mask attribute for PNG image as an array instead of String Consider correct borders while skipping the last footer. Make the check of rectangle being completely inside another rectangle tolerable to small precision mistakes Log warnings if font dictionary doesn't contain required /Widths or /FontDescriptor entries Make sure text is removed if it has degenerate rectangle but is still in redaction area Add support of MMType1 font in read mode Change TabsTest's source and dest folders to be the same as the test's name. Add missing copyright headers Put Form Subtype explicitly during form flattening SVG: Update reference files to speed up tests Add missing copyright headers SXP: Fix difference between Java and C# Check whether a signature indeed covers a whole document. Add some tests. Support PdfFormXObjects in BackgroundImages Generalize ResourceResolver and make it easier to subclass Avoid redundant data moving from string to float format; use utility method to avoid calling platform dependent methods after porting Take line indent in account during intrinsic widths calculations only for the first child in the line Add support of nowrap property for inline images Introduce default value for FONT_FAMILY in SXP in order to resolve INITIAL and INHERIT values of CSS properties Improve nowrap property support for inline-blocks Forbid text alignment if content overflows parent Implement basic support of nowrap property Do not throw an NPE if there is no needed dictionary while parsing a pdf. Add some tests. Consider the existed spacings while processing test's justification. Support "!important" in inline css Add a new test demonstrating path painting exception Process the border-radius property on images. Add a test. Refactor border-radius processing. Fix a minor typo in a border-radius processing. Do not consider an occupied area twice while image drawing. Update some cmps. Consider image's margins and borders while deciding whether to force place it or not. Consider text's paddings if the renderer was replaced while direction processing. Consider the direction while applying justification on a text. Update port-hash Process actual text correctly while adding a glyphline to another one. Fix exception in PdfCanvasProcessor when an empty path is closed SUP-3482 fix bug Add test for a new bug Add a new handy GlyphLine-construction method. Add a test. Support GPOS lookup type 9. Read unsigned values where necessary. Change level of logging message to warn. SUP-3544 Test for DEVSIX-2393 Add missing copyright headers Revert removing leading slashes during resolving paths Update port-hash after release [RELEASE] 7.1.4-SNAPSHOT -> 7.1.5-SNAPSHOT Update too old cmp file for full compression test add test for DEVSIX-2228
2 parents 7d63f18 + 4535f1b commit b96f289

File tree

2,062 files changed

+7530
-3121
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,062 files changed

+7530
-3121
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
[assembly: AssemblyConfiguration ("")]
77
[assembly: AssemblyCompany ("iText Group NV")]
88
[assembly: AssemblyProduct ("iText")]
9-
[assembly: AssemblyCopyright ("Copyright (c) 1998-2018 iText Group NV")]
9+
[assembly: AssemblyCopyright ("Copyright (c) 1998-2019 iText Group NV")]
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

1313
[assembly: ComVisible(false)]
1414

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

17-
[assembly: AssemblyVersion("7.1.4.0")]
18-
[assembly: AssemblyFileVersion("7.1.4.0")]
19-
[assembly: AssemblyInformationalVersion("7.1.4")]
17+
[assembly: AssemblyVersion("7.1.5.0")]
18+
[assembly: AssemblyFileVersion("7.1.5.0")]
19+
[assembly: AssemblyInformationalVersion("7.1.5")]
2020

2121
#if !NETSTANDARD1_6
2222
[assembly: NUnit.Framework.Timeout(300000)]

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)