Commit 87fffa6
committed
[RELEASE] iText 7 Core - 7.1.16
https://github.com/itext/itext7/releases/tag/7.1.16
* release_branch_DEVSIX-5154:
[RELEASE] 7.1.16
Make EventData building based on IEvent synchronization independent from factory instance
Perform scheduled check based on latest acquired Version instance
Remove TODO related to already closed DEVSIX-5049
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 missing copyright headers
SVG: Add possibility to customize renderers for text chunks
Prepare TargetCounterHandler to used from pure layout code
Fix margin-border-padding widths for floating Text min-max-width calculation
Rename #createDocument to #createDummyDocument in RendererUnitTest
Fix some confusing Javadoc about OCSP
Add DEVSIX reference to TODOs in tagging utilities for proper tags removal
Improve StructTreeRoot documentation
Improve GhostScript and ImageMagick util classes formatting and their tests
Relax fuzziness parameter for ImageMagickHelper test
Simplify ghostscript util test for -dSAFER command
Replace ExpectedException.none to Assert.assertThrows
Add support processing inline image with ICCBased color space in resources
Add missing copyright headers
Improve code coverage
Add missing copyright headers
Refactor preClose method in PdfSigner
Add integration test for handling signatures with not merged widgets
Add missing copyright headers
Replace html2pdf-private tests: CssStyleAttributeParseTest
Improve javadocs of TextRenderer
Fix constructor of PdfReader to close() the PdfTokenizer when exception thrown Add PdfWriter/PdfReader/PdfDocument constructors to try-with-resources Add tests to compareLinkAnnotation method and encrypt method
Improve javadocs for new code in Type3Font handling
Set typo ascender/descender for type3 fonts based on font dictionary
Remove TODOs from PdfTrueTypeFont class
Cover AnnotationDefaultAppearance and PdfAction with documentation
Cover Pdf3DAnnotation with javadocs
Add missing copyright headers
Support encrypting embedded files only
Improve the security of XML parsers
Remove DTDs with non-existent reference from patterns in hyph module
Add some tests on TextRenderer extensions. Add appropriate documentation.
Log a message in case getNextRenderer is not overridden in an extended class. Improve its javadoc
Improve FontSelector with comparing font weights
Fix rounded border logic in layout
Introduce lazy initialization for some of pdfDocument fields
Remove redundant todo from deprecated method
Add ImageTypeDetector's stream overload
Implement unicode encoding for producer line in PDF
Remove redundant mentions of SvgRegexUtils class
Introduce support of intrinsic aspect ratio in flex algorithm
[AFTER RELEASE] 7.1.15
Remove Maven plugins: CheckStyle, PMD, SpotBugs
Add tests on cells with big rowspan issues
Add functionality to compare pdf signatures in tests
Improve CssTypesValidation documentation
Add tests to increase CrlClientOnline code coverage
Get rid of new javadoc warnings
Fix javadoc source version
Upgrade verapdf-validation-model to 1.18.2File tree
622 files changed
+8804
-3911
lines changed- barcodes
- src/test/java/com/itextpdf/barcodes
- font-asian
- forms
- src
- main/java/com/itextpdf/forms
- xfa
- xfdf
- test
- java/com/itextpdf/forms
- xfa
- xfdf
- resources/com/itextpdf/forms
- PdfFormFieldMultilineTextTest
- xfa
- XXEVulnerabilityTest
- XfaSecurityTest
- hyph
- src/main/resources/com/itextpdf/hyph
- io
- src
- main/java/com/itextpdf/io
- font
- image
- util
- test
- java/com/itextpdf/io
- font
- image
- source
- util
- resources/com/itextpdf/io/util/GhostscriptHelperTest
- itextcore
- kernel
- src
- main/java/com/itextpdf/kernel
- counter/data
- font
- pdf
- action
- annot
- da
- canvas
- parser
- data
- util
- filespec
- tagging
- tagutils
- utils
- xmp/impl
- test
- java/com/itextpdf/kernel
- colors
- counter
- crypto
- font
- pdf
- action
- canvas
- parser
- clipper
- util
- collection
- colorspace
- copy
- filters
- xobject
- utils
- xmp/impl
- resources/com/itextpdf/kernel
- pdf
- EncryptedEmbeddedStreamsHandlerTest
- PdfCopyTest
- PdfDocumentUnitTest
- PdfEncryptorTest
- canvas
- PdfCanvasTest
- parser/GlyphBboxCalculationTest
- xmp/impl
- layout
- src
- main/java/com/itextpdf/layout
- borders
- element
- font
- hyphenation
- renderer
- test
- java/com/itextpdf/layout
- element
- font
- renderer
- resources/com/itextpdf/layout
- BlockTest
- CanvasTest
- CollapsingMarginsTest
- FlexContainerTest
- FontProviderTest
- FontSelectorTest
- ImageTest
- ObjectFitTest
- TableTest
- TextRendererIntegrationTest
- renderer/TargetCounterHandlerTest
- pdfa
- src
- main/java/com/itextpdf/pdfa
- test/java/com/itextpdf/pdfa
- checker
- pdftest
- src/main/java/com/itextpdf/test
- sign
- src
- main/java/com/itextpdf/signatures
- test
- java/com/itextpdf/signatures
- sign
- testutils
- verify
- resources/com/itextpdf/signatures
- SignatureUtilTest
- sign
- CrlClientOnlineTest
- PadesSigTest
- PdfSignatureAppearanceTest
- PdfSignatureTest
- styled-xml-parser
- src
- main/java/com/itextpdf/styledxmlparser/css
- util
- test
- java/com/itextpdf/styledxmlparser
- css
- parse
- pseudo
- util
- resolver/resource
- resources/com/itextpdf/styledxmlparser/css/parse/CssStyleAttributeParseTest
- svg
- src
- main/java/com/itextpdf/svg
- converter
- processors/impl
- renderers/factories
- test
- java/com/itextpdf/svg
- converter
- css
- customization
- processors
- impl
- renderers
- factories
- impl
- path/impl
- utils
- resources/com/itextpdf/svg/customization/CustomizeTextLeafSvgNodeRendererTest
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
622 files changed
+8804
-3911
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 13 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
| |||
191 | 187 | | |
192 | 188 | | |
193 | 189 | | |
| 190 | + | |
194 | 191 | | |
195 | 192 | | |
196 | 193 | | |
| |||
200 | 197 | | |
201 | 198 | | |
202 | 199 | | |
| 200 | + | |
203 | 201 | | |
204 | 202 | | |
205 | 203 | | |
| |||
209 | 207 | | |
210 | 208 | | |
211 | 209 | | |
| 210 | + | |
212 | 211 | | |
213 | 212 | | |
214 | 213 | | |
| |||
218 | 217 | | |
219 | 218 | | |
220 | 219 | | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
236 | | - | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
| 242 | + | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
246 | | - | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
| 252 | + | |
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
256 | | - | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
| 262 | + | |
262 | 263 | | |
263 | 264 | | |
264 | 265 | | |
| |||
268 | 269 | | |
269 | 270 | | |
270 | 271 | | |
| 272 | + | |
271 | 273 | | |
272 | 274 | | |
273 | 275 | | |
| |||
Lines changed: 2 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 62 | | |
68 | 63 | | |
69 | 64 | | |
| |||
227 | 222 | | |
228 | 223 | | |
229 | 224 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | 225 | | |
234 | 226 | | |
235 | 227 | | |
| |||
239 | 231 | | |
240 | 232 | | |
241 | 233 | | |
242 | | - | |
| 234 | + | |
| 235 | + | |
243 | 236 | | |
244 | 237 | | |
Lines changed: 4 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
69 | 67 | | |
70 | 68 | | |
71 | 69 | | |
| |||
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 78 | | |
84 | 79 | | |
85 | 80 | | |
| |||
440 | 435 | | |
441 | 436 | | |
442 | 437 | | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | 438 | | |
447 | 439 | | |
448 | 440 | | |
| |||
452 | 444 | | |
453 | 445 | | |
454 | 446 | | |
455 | | - | |
456 | 447 | | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
457 | 452 | | |
458 | 453 | | |
459 | 454 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 60 | | |
64 | 61 | | |
65 | 62 | | |
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
69 | | - | |
70 | 66 | | |
71 | 67 | | |
72 | 68 | | |
73 | | - | |
| 69 | + | |
| 70 | + | |
74 | 71 | | |
75 | 72 | | |
76 | 73 | | |
77 | 74 | | |
78 | | - | |
79 | 75 | | |
80 | 76 | | |
81 | 77 | | |
| |||
107 | 103 | | |
108 | 104 | | |
109 | 105 | | |
| 106 | + | |
110 | 107 | | |
111 | 108 | | |
112 | 109 | | |
113 | 110 | | |
114 | 111 | | |
115 | 112 | | |
116 | | - | |
| 113 | + | |
117 | 114 | | |
118 | 115 | | |
119 | 116 | | |
| |||
140 | 137 | | |
141 | 138 | | |
142 | 139 | | |
143 | | - | |
| 140 | + | |
144 | 141 | | |
145 | 142 | | |
146 | 143 | | |
| |||
157 | 154 | | |
158 | 155 | | |
159 | 156 | | |
160 | | - | |
| 157 | + | |
161 | 158 | | |
162 | 159 | | |
163 | 160 | | |
| |||
497 | 494 | | |
498 | 495 | | |
499 | 496 | | |
500 | | - | |
501 | | - | |
502 | 497 | | |
503 | | - | |
504 | | - | |
| 498 | + | |
505 | 499 | | |
506 | 500 | | |
507 | | - | |
508 | | - | |
509 | 501 | | |
510 | | - | |
| 502 | + | |
511 | 503 | | |
512 | 504 | | |
513 | 505 | | |
| |||
631 | 623 | | |
632 | 624 | | |
633 | 625 | | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
| 626 | + | |
| 627 | + | |
639 | 628 | | |
640 | 629 | | |
641 | 630 | | |
| |||
696 | 685 | | |
697 | 686 | | |
698 | 687 | | |
699 | | - | |
700 | | - | |
701 | | - | |
702 | | - | |
703 | | - | |
704 | | - | |
705 | | - | |
706 | | - | |
707 | 688 | | |
0 commit comments