abstract-document 6.15.0 → 6.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/lib/abstract-document-exporters/pdf/render.d.ts +1 -0
  2. package/lib/abstract-document-exporters/pdf/render.d.ts.map +1 -1
  3. package/lib/abstract-document-exporters/pdf/render.js +23 -1
  4. package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
  5. package/lib/abstract-document-xml/__tests__/layer/export-test-def.d.ts +13 -0
  6. package/lib/abstract-document-xml/__tests__/layer/export-test-def.d.ts.map +1 -0
  7. package/lib/abstract-document-xml/__tests__/layer/export-test-def.js +3 -0
  8. package/lib/abstract-document-xml/__tests__/layer/export-test-def.js.map +1 -0
  9. package/lib/abstract-document-xml/__tests__/layer/export.test.d.ts +3 -0
  10. package/lib/abstract-document-xml/__tests__/layer/export.test.d.ts.map +1 -0
  11. package/lib/abstract-document-xml/__tests__/layer/export.test.js +41 -0
  12. package/lib/abstract-document-xml/__tests__/layer/export.test.js.map +1 -0
  13. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.d.ts +3 -0
  14. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.d.ts.map +1 -0
  15. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.js +361 -0
  16. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.js.map +1 -0
  17. package/package.json +2 -2
  18. package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
  19. package/src/abstract-document-exporters/__tests__/docx2/tmp/Header and footer.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Header → footer.docx +0 -0
  20. package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink and textrun.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink → textrun.docx +0 -0
  21. package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun and images.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun → images.docx +0 -0
  22. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
  23. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
  24. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  25. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  26. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  27. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  28. package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
  29. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table colSpan and rowSpan.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table colSpan → rowSpan.docx +0 -0
  30. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
  31. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
  32. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
  33. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
  34. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  35. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
  36. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  37. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
  38. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  39. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
  40. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
  41. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello with Arial font.docx +0 -0
  42. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
  43. package/src/abstract-document-exporters/__tests__/docx2/tmp/letter-dimensions.docx +0 -0
  44. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-landscape.docx +0 -0
  45. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-portrait.docx +0 -0
  46. package/src/abstract-document-exporters/__tests__/docx2/tmp/tocSeparator.docx +0 -0
  47. package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
  48. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +2 -2
  49. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +2 -2
  50. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +2 -2
  51. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +2 -2
  52. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +2 -2
  53. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +2 -2
  54. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
  55. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
  56. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +2 -2
  57. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
  58. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
  59. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
  60. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
  61. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +2 -2
  62. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +2 -2
  63. package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
  64. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +2 -2
  65. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +2 -2
  66. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
  67. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun and images.pdf and b/package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun → images.pdf +0 -0
  68. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  69. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  70. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
  71. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
  72. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
  73. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
  74. package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
  75. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +2 -2
  76. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +2 -2
  77. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
  78. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +2 -2
  79. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +2 -2
  80. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +2 -2
  81. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +2 -2
  82. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +2 -2
  83. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
  84. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
  85. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
  86. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
  87. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
  88. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
  89. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
  90. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
  91. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
  92. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf +2 -2
  93. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
  94. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
  95. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
  96. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
  97. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
  98. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
  99. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
  100. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +2 -2
  101. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
  102. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
  103. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +14 -14
  104. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
  105. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
  106. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +2 -2
  107. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
  108. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
  109. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image from URL.pdf +0 -0
  110. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
  111. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
  112. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
  113. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg dasharray.pdf +2 -2
  114. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  115. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +2 -2
  116. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +2 -2
  117. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +2 -2
  118. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +2 -2
  119. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +2 -2
  120. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
  121. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
  122. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
  123. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
  124. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
  125. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
  126. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
  127. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
  128. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
  129. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
  130. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello with roman font.pdf +2 -2
  131. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
  132. package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +2 -2
  133. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
  134. package/src/abstract-document-exporters/pdf/render.ts +31 -0
  135. package/src/abstract-document-exporters/__tests__/docx2/tmp/Table of content separator.docx +0 -0
  136. package/src/abstract-document-exporters/__tests__/pdf/tmp/Empty Paragraph.pdf +0 -91
  137. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group.pdf +0 -123
  138. package/src/abstract-document-exporters/__tests__/pdf/tmp/Named destination.pdf +0 -1761
  139. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin.pdf +0 -404
  140. package/src/abstract-document-exporters/__tests__/pdf/tmp/Paragraph numbering.pdf +0 -143
  141. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table.pdf +0 -133
  142. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with default alignment.pdf +0 -113
@@ -331,7 +331,7 @@ endobj
331
331
  (PDFKit)
332
332
  endobj
333
333
  15 0 obj
334
- (D:20240209110313Z)
334
+ (D:20240215085903Z)
335
335
  endobj
336
336
  12 0 obj
337
337
  <<
@@ -397,7 +397,7 @@ trailer
397
397
  /Size 16
398
398
  /Root 3 0 R
399
399
  /Info 12 0 R
400
- /ID [<7fefb3df48460b22e7ecd413a8c542d6> <7fefb3df48460b22e7ecd413a8c542d6>]
400
+ /ID [<2b11e7b07d69ab4a5961a7155164e2d1> <2b11e7b07d69ab4a5961a7155164e2d1>]
401
401
  >>
402
402
  startxref
403
403
  3794
@@ -263,7 +263,7 @@ endobj
263
263
  (PDFKit)
264
264
  endobj
265
265
  15 0 obj
266
- (D:20240209110313Z)
266
+ (D:20240215085903Z)
267
267
  endobj
268
268
  12 0 obj
269
269
  <<
@@ -329,7 +329,7 @@ trailer
329
329
  /Size 16
330
330
  /Root 3 0 R
331
331
  /Info 12 0 R
332
- /ID [<36fe3312e518d8f808a69995658e692b> <36fe3312e518d8f808a69995658e692b>]
332
+ /ID [<a981a1063535df464fcedba5667f5b5e> <a981a1063535df464fcedba5667f5b5e>]
333
333
  >>
334
334
  startxref
335
335
  2929
@@ -331,7 +331,7 @@ endobj
331
331
  (PDFKit)
332
332
  endobj
333
333
  15 0 obj
334
- (D:20240209110314Z)
334
+ (D:20240215085903Z)
335
335
  endobj
336
336
  12 0 obj
337
337
  <<
@@ -397,7 +397,7 @@ trailer
397
397
  /Size 16
398
398
  /Root 3 0 R
399
399
  /Info 12 0 R
400
- /ID [<49aebd099ecad36746eb0019f6cf087b> <49aebd099ecad36746eb0019f6cf087b>]
400
+ /ID [<cc38f38c6191677f1f75cf1cfc87f447> <cc38f38c6191677f1f75cf1cfc87f447>]
401
401
  >>
402
402
  startxref
403
403
  3798
@@ -3907,7 +3907,7 @@ endobj
3907
3907
  (PDFKit)
3908
3908
  endobj
3909
3909
  18 0 obj
3910
- (D:20240209110314Z)
3910
+ (D:20240215085903Z)
3911
3911
  endobj
3912
3912
  15 0 obj
3913
3913
  <<
@@ -3976,7 +3976,7 @@ trailer
3976
3976
  /Size 19
3977
3977
  /Root 3 0 R
3978
3978
  /Info 15 0 R
3979
- /ID [<77db0457ef9eed7ee3f13e1b64b8469b> <77db0457ef9eed7ee3f13e1b64b8469b>]
3979
+ /ID [<e955cc071be16b73a6f6eafa04fb5cb6> <e955cc071be16b73a6f6eafa04fb5cb6>]
3980
3980
  >>
3981
3981
  startxref
3982
3982
  40261
@@ -413,7 +413,7 @@ endobj
413
413
  (PDFKit)
414
414
  endobj
415
415
  15 0 obj
416
- (D:20240209110314Z)
416
+ (D:20240215085903Z)
417
417
  endobj
418
418
  12 0 obj
419
419
  <<
@@ -479,7 +479,7 @@ trailer
479
479
  /Size 16
480
480
  /Root 3 0 R
481
481
  /Info 12 0 R
482
- /ID [<61010ebbc7bd0eb9a19829cf66fd4c11> <61010ebbc7bd0eb9a19829cf66fd4c11>]
482
+ /ID [<a8eb864064d63804f1b59361d59c0e86> <a8eb864064d63804f1b59361d59c0e86>]
483
483
  >>
484
484
  startxref
485
485
  4395
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20240209110314Z)
66
+ (D:20240215085903Z)
67
67
  endobj
68
68
  9 0 obj
69
69
  <<
@@ -126,7 +126,7 @@ trailer
126
126
  /Size 13
127
127
  /Root 3 0 R
128
128
  /Info 9 0 R
129
- /ID [<75583b3b2f4cbbd59f37f3c2dbda3fe7> <75583b3b2f4cbbd59f37f3c2dbda3fe7>]
129
+ /ID [<3041fc42b7c29a9d45ebbe89e3ef22e3> <3041fc42b7c29a9d45ebbe89e3ef22e3>]
130
130
  >>
131
131
  startxref
132
132
  1070
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20240209110314Z)
66
+ (D:20240215085903Z)
67
67
  endobj
68
68
  9 0 obj
69
69
  <<
@@ -126,7 +126,7 @@ trailer
126
126
  /Size 13
127
127
  /Root 3 0 R
128
128
  /Info 9 0 R
129
- /ID [<8d0a33326d8af28eaad4b9695f2a743c> <8d0a33326d8af28eaad4b9695f2a743c>]
129
+ /ID [<ba6e4d36904be9bcb9510314440f60e4> <ba6e4d36904be9bcb9510314440f60e4>]
130
130
  >>
131
131
  startxref
132
132
  1044
@@ -78,7 +78,7 @@ endobj
78
78
  (PDFKit)
79
79
  endobj
80
80
  11 0 obj
81
- (D:20240209110314Z)
81
+ (D:20240215085903Z)
82
82
  endobj
83
83
  8 0 obj
84
84
  <<
@@ -132,7 +132,7 @@ trailer
132
132
  /Size 12
133
133
  /Root 3 0 R
134
134
  /Info 8 0 R
135
- /ID [<984b63215b9daa0bb872700bfceadd07> <984b63215b9daa0bb872700bfceadd07>]
135
+ /ID [<b78ed7452c3af9650724aa09d6510688> <b78ed7452c3af9650724aa09d6510688>]
136
136
  >>
137
137
  startxref
138
138
  1086
@@ -237,7 +237,7 @@ endobj
237
237
  (PDFKit)
238
238
  endobj
239
239
  12 0 obj
240
- (D:20240209110314Z)
240
+ (D:20240215085903Z)
241
241
  endobj
242
242
  9 0 obj
243
243
  <<
@@ -300,7 +300,7 @@ trailer
300
300
  /Size 13
301
301
  /Root 3 0 R
302
302
  /Info 9 0 R
303
- /ID [<8a3a80ce0b06d34a12e53970dba96819> <8a3a80ce0b06d34a12e53970dba96819>]
303
+ /ID [<da0fb1a259c9ac7e2403bec7b6c6713d> <da0fb1a259c9ac7e2403bec7b6c6713d>]
304
304
  >>
305
305
  startxref
306
306
  2766
@@ -67,7 +67,7 @@ endobj
67
67
  (PDFKit)
68
68
  endobj
69
69
  12 0 obj
70
- (D:20240209110314Z)
70
+ (D:20240215085903Z)
71
71
  endobj
72
72
  9 0 obj
73
73
  <<
@@ -130,7 +130,7 @@ trailer
130
130
  /Size 13
131
131
  /Root 3 0 R
132
132
  /Info 9 0 R
133
- /ID [<6b94651a2066db56a24215b1583a573f> <6b94651a2066db56a24215b1583a573f>]
133
+ /ID [<e5a6bb406a9e56767cc0c26f809a93b3> <e5a6bb406a9e56767cc0c26f809a93b3>]
134
134
  >>
135
135
  startxref
136
136
  1082
@@ -305,7 +305,7 @@ endobj
305
305
  (PDFKit)
306
306
  endobj
307
307
  12 0 obj
308
- (D:20240209110314Z)
308
+ (D:20240215085903Z)
309
309
  endobj
310
310
  9 0 obj
311
311
  <<
@@ -368,7 +368,7 @@ trailer
368
368
  /Size 13
369
369
  /Root 3 0 R
370
370
  /Info 9 0 R
371
- /ID [<8803a79da5aa54e153a48a3019c485c4> <8803a79da5aa54e153a48a3019c485c4>]
371
+ /ID [<d8a327c3fc6e86e972faf37d901fd019> <d8a327c3fc6e86e972faf37d901fd019>]
372
372
  >>
373
373
  startxref
374
374
  3299
@@ -393,7 +393,7 @@ endobj
393
393
  (PDFKit)
394
394
  endobj
395
395
  12 0 obj
396
- (D:20240209110314Z)
396
+ (D:20240215085903Z)
397
397
  endobj
398
398
  9 0 obj
399
399
  <<
@@ -456,7 +456,7 @@ trailer
456
456
  /Size 13
457
457
  /Root 3 0 R
458
458
  /Info 9 0 R
459
- /ID [<dd86b56b8194e3754d5e92dce45a62bb> <dd86b56b8194e3754d5e92dce45a62bb>]
459
+ /ID [<55f1c4761b60a9f92d897bb134474c9b> <55f1c4761b60a9f92d897bb134474c9b>]
460
460
  >>
461
461
  startxref
462
462
  4623
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20240209110314Z)
66
+ (D:20240215085903Z)
67
67
  endobj
68
68
  9 0 obj
69
69
  <<
@@ -126,7 +126,7 @@ trailer
126
126
  /Size 13
127
127
  /Root 3 0 R
128
128
  /Info 9 0 R
129
- /ID [<d907ab62ce10bef1233bb546c851cb0c> <d907ab62ce10bef1233bb546c851cb0c>]
129
+ /ID [<f1730aaa2306f14607d956fb226843fe> <f1730aaa2306f14607d956fb226843fe>]
130
130
  >>
131
131
  startxref
132
132
  1042
@@ -67,7 +67,7 @@ endobj
67
67
  (PDFKit)
68
68
  endobj
69
69
  12 0 obj
70
- (D:20240209110314Z)
70
+ (D:20240215085903Z)
71
71
  endobj
72
72
  9 0 obj
73
73
  <<
@@ -130,7 +130,7 @@ trailer
130
130
  /Size 13
131
131
  /Root 3 0 R
132
132
  /Info 9 0 R
133
- /ID [<6a4143b3d9f48c6b7efa30b8bee0fd89> <6a4143b3d9f48c6b7efa30b8bee0fd89>]
133
+ /ID [<55b518b681c6072cdb6c85345ab8ec31> <55b518b681c6072cdb6c85345ab8ec31>]
134
134
  >>
135
135
  startxref
136
136
  1063
@@ -67,7 +67,7 @@ endobj
67
67
  (PDFKit)
68
68
  endobj
69
69
  12 0 obj
70
- (D:20240209110314Z)
70
+ (D:20240215085903Z)
71
71
  endobj
72
72
  9 0 obj
73
73
  <<
@@ -130,7 +130,7 @@ trailer
130
130
  /Size 13
131
131
  /Root 3 0 R
132
132
  /Info 9 0 R
133
- /ID [<f6f9940ea4e04f56352839fb7c909b17> <f6f9940ea4e04f56352839fb7c909b17>]
133
+ /ID [<e3a70873db4fcb9f0eed18804445d741> <e3a70873db4fcb9f0eed18804445d741>]
134
134
  >>
135
135
  startxref
136
136
  1079
@@ -193,7 +193,7 @@ endobj
193
193
  (PDFKit)
194
194
  endobj
195
195
  12 0 obj
196
- (D:20240209110314Z)
196
+ (D:20240215085903Z)
197
197
  endobj
198
198
  9 0 obj
199
199
  <<
@@ -256,7 +256,7 @@ trailer
256
256
  /Size 13
257
257
  /Root 3 0 R
258
258
  /Info 9 0 R
259
- /ID [<ab53b477935ba098e9d01ba28460988c> <ab53b477935ba098e9d01ba28460988c>]
259
+ /ID [<a0b580f6443fc065a9af6f1bd38ac016> <a0b580f6443fc065a9af6f1bd38ac016>]
260
260
  >>
261
261
  startxref
262
262
  2334
@@ -241,7 +241,7 @@ endobj
241
241
  (PDFKit)
242
242
  endobj
243
243
  12 0 obj
244
- (D:20240209110314Z)
244
+ (D:20240215085903Z)
245
245
  endobj
246
246
  9 0 obj
247
247
  <<
@@ -304,7 +304,7 @@ trailer
304
304
  /Size 13
305
305
  /Root 3 0 R
306
306
  /Info 9 0 R
307
- /ID [<6b9adb692a590673159c0f2d865aa5d1> <6b9adb692a590673159c0f2d865aa5d1>]
307
+ /ID [<34555dc20f959477e6710119906b75fb> <34555dc20f959477e6710119906b75fb>]
308
308
  >>
309
309
  startxref
310
310
  3062
@@ -169,7 +169,7 @@ endobj
169
169
  (PDFKit)
170
170
  endobj
171
171
  12 0 obj
172
- (D:20240209110314Z)
172
+ (D:20240215085903Z)
173
173
  endobj
174
174
  9 0 obj
175
175
  <<
@@ -232,7 +232,7 @@ trailer
232
232
  /Size 13
233
233
  /Root 3 0 R
234
234
  /Info 9 0 R
235
- /ID [<141c9c9b2319dd6cae29c103ac161545> <141c9c9b2319dd6cae29c103ac161545>]
235
+ /ID [<6ffa1affd686705873a81769ea582b1e> <6ffa1affd686705873a81769ea582b1e>]
236
236
  >>
237
237
  startxref
238
238
  2084
@@ -147,7 +147,7 @@ endobj
147
147
  (PDFKit)
148
148
  endobj
149
149
  12 0 obj
150
- (D:20240209110314Z)
150
+ (D:20240215085903Z)
151
151
  endobj
152
152
  9 0 obj
153
153
  <<
@@ -210,7 +210,7 @@ trailer
210
210
  /Size 13
211
211
  /Root 3 0 R
212
212
  /Info 9 0 R
213
- /ID [<5250b1d09c0044f2ce3327608ae9f609> <5250b1d09c0044f2ce3327608ae9f609>]
213
+ /ID [<4ef20d294da8548be8b29b33f746f667> <4ef20d294da8548be8b29b33f746f667>]
214
214
  >>
215
215
  startxref
216
216
  1822
@@ -339,7 +339,7 @@ endobj
339
339
  (PDFKit)
340
340
  endobj
341
341
  12 0 obj
342
- (D:20240209110314Z)
342
+ (D:20240215085903Z)
343
343
  endobj
344
344
  9 0 obj
345
345
  <<
@@ -402,7 +402,7 @@ trailer
402
402
  /Size 13
403
403
  /Root 3 0 R
404
404
  /Info 9 0 R
405
- /ID [<31caffe77d59504d94cf65ef8984d4cd> <31caffe77d59504d94cf65ef8984d4cd>]
405
+ /ID [<1f6183ee75c29f32f8650b18c064c4af> <1f6183ee75c29f32f8650b18c064c4af>]
406
406
  >>
407
407
  startxref
408
408
  3630
@@ -147,7 +147,7 @@ endobj
147
147
  (PDFKit)
148
148
  endobj
149
149
  12 0 obj
150
- (D:20240209110314Z)
150
+ (D:20240215085903Z)
151
151
  endobj
152
152
  9 0 obj
153
153
  <<
@@ -210,7 +210,7 @@ trailer
210
210
  /Size 13
211
211
  /Root 3 0 R
212
212
  /Info 9 0 R
213
- /ID [<a0710443d886fccb0f5e8050c7bfc55d> <a0710443d886fccb0f5e8050c7bfc55d>]
213
+ /ID [<6d9ea1bd9fd7a8ac5dcf52d8a065e98a> <6d9ea1bd9fd7a8ac5dcf52d8a065e98a>]
214
214
  >>
215
215
  startxref
216
216
  1873
@@ -147,7 +147,7 @@ endobj
147
147
  (PDFKit)
148
148
  endobj
149
149
  12 0 obj
150
- (D:20240209110314Z)
150
+ (D:20240215085903Z)
151
151
  endobj
152
152
  9 0 obj
153
153
  <<
@@ -210,7 +210,7 @@ trailer
210
210
  /Size 13
211
211
  /Root 3 0 R
212
212
  /Info 9 0 R
213
- /ID [<747a0c893e00808bcb632ac171d4038c> <747a0c893e00808bcb632ac171d4038c>]
213
+ /ID [<872cd2a86930d6e52ff793db88733b3b> <872cd2a86930d6e52ff793db88733b3b>]
214
214
  >>
215
215
  startxref
216
216
  1822
@@ -19,7 +19,7 @@ endobj
19
19
  endobj
20
20
  5 0 obj
21
21
  <<
22
- /Length 159
22
+ /Length 146
23
23
  >>
24
24
  stream
25
25
  1 0 0 -1 0 842 cm
@@ -30,7 +30,7 @@ q
30
30
  BT
31
31
  1 0 0 1 0 834.82 Tm
32
32
  /F1 10 Tf
33
- [<46> 45 <72> -15 <692046> 30 <65622030392032303234> 0] TJ
33
+ [<5468752046> 30 <65622031352032303234> 0] TJ
34
34
  ET
35
35
  Q
36
36
 
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20240209110313Z)
46
+ (D:20240215085902Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -89,25 +89,25 @@ endobj
89
89
  xref
90
90
  0 13
91
91
  0000000000 65535 f
92
- 0000000759 00000 n
93
- 0000000816 00000 n
94
- 0000000697 00000 n
95
- 0000000676 00000 n
92
+ 0000000746 00000 n
93
+ 0000000803 00000 n
94
+ 0000000684 00000 n
95
+ 0000000663 00000 n
96
96
  0000000208 00000 n
97
97
  0000000119 00000 n
98
98
  0000000015 00000 n
99
- 0000000579 00000 n
100
- 0000000504 00000 n
101
- 0000000418 00000 n
102
- 0000000443 00000 n
103
- 0000000468 00000 n
99
+ 0000000566 00000 n
100
+ 0000000491 00000 n
101
+ 0000000405 00000 n
102
+ 0000000430 00000 n
103
+ 0000000455 00000 n
104
104
  trailer
105
105
  <<
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<c1fa2a5688191c465188a56dbbeba20b> <c1fa2a5688191c465188a56dbbeba20b>]
109
+ /ID [<834963a8bf6d2966983ab8b57a6e3caa> <834963a8bf6d2966983ab8b57a6e3caa>]
110
110
  >>
111
111
  startxref
112
- 863
112
+ 850
113
113
  %%EOF
@@ -133,7 +133,7 @@ endobj
133
133
  (PDFKit)
134
134
  endobj
135
135
  13 0 obj
136
- (D:20240209110314Z)
136
+ (D:20240215085903Z)
137
137
  endobj
138
138
  10 0 obj
139
139
  <<
@@ -197,7 +197,7 @@ trailer
197
197
  /Size 14
198
198
  /Root 3 0 R
199
199
  /Info 10 0 R
200
- /ID [<c668d913a043dac049a13883e0d6b163> <c668d913a043dac049a13883e0d6b163>]
200
+ /ID [<16859b6b600ea6734b2adddef691216a> <16859b6b600ea6734b2adddef691216a>]
201
201
  >>
202
202
  startxref
203
203
  1761
@@ -60,7 +60,7 @@ endobj
60
60
  (PDFKit)
61
61
  endobj
62
62
  14 0 obj
63
- (D:20240209110314Z)
63
+ (D:20240215085903Z)
64
64
  endobj
65
65
  11 0 obj
66
66
  <<
@@ -125,7 +125,7 @@ trailer
125
125
  /Size 15
126
126
  /Root 3 0 R
127
127
  /Info 11 0 R
128
- /ID [<fddbb9cdd8e87c0ea4422d1de82fe220> <fddbb9cdd8e87c0ea4422d1de82fe220>]
128
+ /ID [<f026116702a8d5b45b5e775c878ff079> <f026116702a8d5b45b5e775c878ff079>]
129
129
  >>
130
130
  startxref
131
131
  1013
@@ -73,7 +73,7 @@ endobj
73
73
  (PDFKit)
74
74
  endobj
75
75
  15 0 obj
76
- (D:20240209110314Z)
76
+ (D:20240215085903Z)
77
77
  endobj
78
78
  12 0 obj
79
79
  <<
@@ -139,7 +139,7 @@ trailer
139
139
  /Size 16
140
140
  /Root 3 0 R
141
141
  /Info 12 0 R
142
- /ID [<d7731a2ecec5a1e47feb509c4cd94d0d> <d7731a2ecec5a1e47feb509c4cd94d0d>]
142
+ /ID [<8994d2724b6b3346ae2edb7c28d48975> <8994d2724b6b3346ae2edb7c28d48975>]
143
143
  >>
144
144
  startxref
145
145
  1209
@@ -60,7 +60,7 @@ endobj
60
60
  (PDFKit)
61
61
  endobj
62
62
  14 0 obj
63
- (D:20240209110314Z)
63
+ (D:20240215085903Z)
64
64
  endobj
65
65
  11 0 obj
66
66
  <<
@@ -125,7 +125,7 @@ trailer
125
125
  /Size 15
126
126
  /Root 3 0 R
127
127
  /Info 11 0 R
128
- /ID [<c3087f0705fd1002b3ef27a731228647> <c3087f0705fd1002b3ef27a731228647>]
128
+ /ID [<d20531e6ebedc0a77b07c6014eb06a22> <d20531e6ebedc0a77b07c6014eb06a22>]
129
129
  >>
130
130
  startxref
131
131
  1010
@@ -60,7 +60,7 @@ endobj
60
60
  (PDFKit)
61
61
  endobj
62
62
  14 0 obj
63
- (D:20240209110314Z)
63
+ (D:20240215085903Z)
64
64
  endobj
65
65
  11 0 obj
66
66
  <<
@@ -125,7 +125,7 @@ trailer
125
125
  /Size 15
126
126
  /Root 3 0 R
127
127
  /Info 11 0 R
128
- /ID [<dd0a70f79620b58f7109344b90d909fa> <dd0a70f79620b58f7109344b90d909fa>]
128
+ /ID [<6e0ead493c60c38510ea0fcc855f084c> <6e0ead493c60c38510ea0fcc855f084c>]
129
129
  >>
130
130
  startxref
131
131
  1002
@@ -108,7 +108,7 @@ endobj
108
108
  (PDFKit)
109
109
  endobj
110
110
  13 0 obj
111
- (D:20240209110314Z)
111
+ (D:20240215085903Z)
112
112
  endobj
113
113
  10 0 obj
114
114
  <<
@@ -172,7 +172,7 @@ trailer
172
172
  /Size 14
173
173
  /Root 3 0 R
174
174
  /Info 10 0 R
175
- /ID [<ce5f40667a354c542117b01a85efc124> <ce5f40667a354c542117b01a85efc124>]
175
+ /ID [<8d89212fe7ec1041b65dfd65ffd5449c> <8d89212fe7ec1041b65dfd65ffd5449c>]
176
176
  >>
177
177
  startxref
178
178
  1530
@@ -108,7 +108,7 @@ endobj
108
108
  (PDFKit)
109
109
  endobj
110
110
  13 0 obj
111
- (D:20240209110314Z)
111
+ (D:20240215085903Z)
112
112
  endobj
113
113
  10 0 obj
114
114
  <<
@@ -172,7 +172,7 @@ trailer
172
172
  /Size 14
173
173
  /Root 3 0 R
174
174
  /Info 10 0 R
175
- /ID [<5453591ba4bf1f038afbd15ca31477f4> <5453591ba4bf1f038afbd15ca31477f4>]
175
+ /ID [<ea72bde41ce3c34575595c0174d95079> <ea72bde41ce3c34575595c0174d95079>]
176
176
  >>
177
177
  startxref
178
178
  1530
@@ -154,7 +154,7 @@ endobj
154
154
  (PDFKit)
155
155
  endobj
156
156
  18 0 obj
157
- (D:20240209110314Z)
157
+ (D:20240215085903Z)
158
158
  endobj
159
159
  15 0 obj
160
160
  <<
@@ -215,7 +215,7 @@ trailer
215
215
  /Size 19
216
216
  /Root 3 0 R
217
217
  /Info 15 0 R
218
- /ID [<cec3a08731a249448fef5146850e8584> <cec3a08731a249448fef5146850e8584>]
218
+ /ID [<2ad024f73691312c9a76786982d44355> <2ad024f73691312c9a76786982d44355>]
219
219
  >>
220
220
  startxref
221
221
  1798
@@ -79,7 +79,7 @@ endobj
79
79
  (PDFKit)
80
80
  endobj
81
81
  12 0 obj
82
- (D:20240209110314Z)
82
+ (D:20240215085903Z)
83
83
  endobj
84
84
  9 0 obj
85
85
  <<
@@ -134,7 +134,7 @@ trailer
134
134
  /Size 13
135
135
  /Root 3 0 R
136
136
  /Info 9 0 R
137
- /ID [<817ba095c533792b1ed498f744b62e91> <817ba095c533792b1ed498f744b62e91>]
137
+ /ID [<9768787f6b06cce1c5bc901da6675c57> <9768787f6b06cce1c5bc901da6675c57>]
138
138
  >>
139
139
  startxref
140
140
  1032
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20240209110314Z)
46
+ (D:20240215085903Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<451530a4452479237811aecec71650b2> <451530a4452479237811aecec71650b2>]
109
+ /ID [<2994ec56709b19787f522c7af6869306> <2994ec56709b19787f522c7af6869306>]
110
110
  >>
111
111
  startxref
112
112
  821