abstract-document 6.15.0 → 6.16.1

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 +20 -23
  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 +22 -30
  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
@@ -241,7 +241,7 @@ endobj
241
241
  (PDFKit)
242
242
  endobj
243
243
  12 0 obj
244
- (D:20240209110314Z)
244
+ (D:20240215093024Z)
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 [<c74413ade6a3cb988b89caffd74eb2fb> <c74413ade6a3cb988b89caffd74eb2fb>]
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:20240215093024Z)
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 [<927d08bf71e27fc1add3b7d2f4201e32> <927d08bf71e27fc1add3b7d2f4201e32>]
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:20240215093024Z)
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 [<d67a1703749268d49778111f6f79c55d> <d67a1703749268d49778111f6f79c55d>]
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:20240215093024Z)
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 [<6f9521b70cfff2553c111a5be159cb78> <6f9521b70cfff2553c111a5be159cb78>]
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:20240215093024Z)
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 [<afd71e786a7470473cf6227f8fd0f666> <afd71e786a7470473cf6227f8fd0f666>]
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:20240215093024Z)
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 [<98107fcb90f2895f56a879137d127f6e> <98107fcb90f2895f56a879137d127f6e>]
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:20240215093023Z)
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 [<af736191f817ed9764b1bda5587c671d> <af736191f817ed9764b1bda5587c671d>]
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:20240215093024Z)
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 [<5d357bd4e3de5b5a9d8b94b23f430897> <5d357bd4e3de5b5a9d8b94b23f430897>]
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:20240215093024Z)
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 [<65d8caca61ce06cd87773f41a6f4a05d> <65d8caca61ce06cd87773f41a6f4a05d>]
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:20240215093024Z)
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 [<b13154193ed0a36e9d80effb64302bf4> <b13154193ed0a36e9d80effb64302bf4>]
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:20240215093024Z)
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 [<00a13c569efd6f5e56795b2e886faba4> <00a13c569efd6f5e56795b2e886faba4>]
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:20240215093024Z)
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 [<fd7f84b74eef106c7fc90acd14c40664> <fd7f84b74eef106c7fc90acd14c40664>]
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:20240215093024Z)
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 [<8cc63181eb41fbaeefd9a79ca81eaca9> <8cc63181eb41fbaeefd9a79ca81eaca9>]
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:20240215093024Z)
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 [<49cae6987ce168694465716e3f97505f> <49cae6987ce168694465716e3f97505f>]
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:20240215093024Z)
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 [<e28031b3f52e90b39555efc3fc05299f> <e28031b3f52e90b39555efc3fc05299f>]
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:20240215093024Z)
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 [<b842a18fbe6d8164e4c95788ad5136f4> <b842a18fbe6d8164e4c95788ad5136f4>]
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:20240215093024Z)
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 [<867aedb126e6ba1ff6c567a6d7c896aa> <867aedb126e6ba1ff6c567a6d7c896aa>]
110
110
  >>
111
111
  startxref
112
112
  821
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20240209110314Z)
46
+ (D:20240215093024Z)
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 [<5e5a3be248e76acc41da0193658e63d3> <5e5a3be248e76acc41da0193658e63d3>]
109
+ /ID [<34fc486f368e833cbabfc28ebed1c5b7> <34fc486f368e833cbabfc28ebed1c5b7>]
110
110
  >>
111
111
  startxref
112
112
  824
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20240209110314Z)
46
+ (D:20240215093024Z)
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 [<565e929d176b42eb41ecffe8a915354e> <565e929d176b42eb41ecffe8a915354e>]
109
+ /ID [<24e2870d879c2a394f38a660feb92a41> <24e2870d879c2a394f38a660feb92a41>]
110
110
  >>
111
111
  startxref
112
112
  825
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20240209110314Z)
46
+ (D:20240215093024Z)
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 [<a766dadaad70052b34ecbd0e5c7362b4> <a766dadaad70052b34ecbd0e5c7362b4>]
109
+ /ID [<d36e953f12d89441c7954b977fff2f95> <d36e953f12d89441c7954b977fff2f95>]
110
110
  >>
111
111
  startxref
112
112
  825
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20240209110314Z)
46
+ (D:20240215093024Z)
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 [<28c748f06bd7dec73fbc1ba2bcd26e25> <28c748f06bd7dec73fbc1ba2bcd26e25>]
109
+ /ID [<8a7bedcbb31666fdb1557b18c792c2da> <8a7bedcbb31666fdb1557b18c792c2da>]
110
110
  >>
111
111
  startxref
112
112
  824
@@ -51,7 +51,7 @@ endobj
51
51
  (PDFKit)
52
52
  endobj
53
53
  12 0 obj
54
- (D:20240209110314Z)
54
+ (D:20240215093024Z)
55
55
  endobj
56
56
  9 0 obj
57
57
  <<
@@ -114,7 +114,7 @@ trailer
114
114
  /Size 13
115
115
  /Root 3 0 R
116
116
  /Info 9 0 R
117
- /ID [<bee721e6f7b3c5b40f4c807fcfd03bb9> <bee721e6f7b3c5b40f4c807fcfd03bb9>]
117
+ /ID [<9b0cceb0e677b752c24fa48086d774bc> <9b0cceb0e677b752c24fa48086d774bc>]
118
118
  >>
119
119
  startxref
120
120
  1427
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20240209110314Z)
46
+ (D:20240215093024Z)
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 [<e327ec613e4d58b1d750fb252e502779> <e327ec613e4d58b1d750fb252e502779>]
109
+ /ID [<608af328470856921ba318c82834456e> <608af328470856921ba318c82834456e>]
110
110
  >>
111
111
  startxref
112
112
  854
@@ -51,7 +51,7 @@ endobj
51
51
  (PDFKit)
52
52
  endobj
53
53
  12 0 obj
54
- (D:20240209110314Z)
54
+ (D:20240215093024Z)
55
55
  endobj
56
56
  9 0 obj
57
57
  <<
@@ -114,7 +114,7 @@ trailer
114
114
  /Size 13
115
115
  /Root 3 0 R
116
116
  /Info 9 0 R
117
- /ID [<0e747a09ea01c0c24c011edb6a90e91d> <0e747a09ea01c0c24c011edb6a90e91d>]
117
+ /ID [<c7476e72c20bee96c0c78f7cb70d3a7a> <c7476e72c20bee96c0c78f7cb70d3a7a>]
118
118
  >>
119
119
  startxref
120
120
  1427
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20240209110314Z)
46
+ (D:20240215093024Z)
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 [<3616d5e075732e1346dd7e87801a2e05> <3616d5e075732e1346dd7e87801a2e05>]
109
+ /ID [<4f196611a439d1e22319d4d6e6c46081> <4f196611a439d1e22319d4d6e6c46081>]
110
110
  >>
111
111
  startxref
112
112
  853
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20240209110314Z)
46
+ (D:20240215093024Z)
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 [<4ece1c667707d4ea71ec6e18607819d8> <4ece1c667707d4ea71ec6e18607819d8>]
109
+ /ID [<71a4cf4224b6ae9a51c02d013486f891> <71a4cf4224b6ae9a51c02d013486f891>]
110
110
  >>
111
111
  startxref
112
112
  848
@@ -51,7 +51,7 @@ endobj
51
51
  (PDFKit)
52
52
  endobj
53
53
  12 0 obj
54
- (D:20240209110314Z)
54
+ (D:20240215093024Z)
55
55
  endobj
56
56
  9 0 obj
57
57
  <<
@@ -114,7 +114,7 @@ trailer
114
114
  /Size 13
115
115
  /Root 3 0 R
116
116
  /Info 9 0 R
117
- /ID [<713a57dca251ca8b81caa578c3af55a7> <713a57dca251ca8b81caa578c3af55a7>]
117
+ /ID [<5ed1da6ff4679037aa3e1d0d9b32b612> <5ed1da6ff4679037aa3e1d0d9b32b612>]
118
118
  >>
119
119
  startxref
120
120
  1418
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20240209110314Z)
46
+ (D:20240215093024Z)
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 [<e51d590d664e4ab937a6c54fc3aa7732> <e51d590d664e4ab937a6c54fc3aa7732>]
109
+ /ID [<1c594c73213c0a90b97b3b4d6e762927> <1c594c73213c0a90b97b3b4d6e762927>]
110
110
  >>
111
111
  startxref
112
112
  848
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20240209110314Z)
66
+ (D:20240215093024Z)
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 [<e05a1744b89e94c13cb46338cc6da158> <e05a1744b89e94c13cb46338cc6da158>]
129
+ /ID [<581315ad23982696bad25ec308a1bad5> <581315ad23982696bad25ec308a1bad5>]
130
130
  >>
131
131
  startxref
132
132
  1076
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20240209110314Z)
46
+ (D:20240215093024Z)
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 [<1b47c844aabea7c28a5a8903a5680f25> <1b47c844aabea7c28a5a8903a5680f25>]
109
+ /ID [<e9420e9543a978a3a086c25da3e0f3b6> <e9420e9543a978a3a086c25da3e0f3b6>]
110
110
  >>
111
111
  startxref
112
112
  824
@@ -71,7 +71,7 @@ endobj
71
71
  (PDFKit)
72
72
  endobj
73
73
  14 0 obj
74
- (D:20240209110314Z)
74
+ (D:20240215093024Z)
75
75
  endobj
76
76
  11 0 obj
77
77
  <<
@@ -136,7 +136,7 @@ trailer
136
136
  /Size 15
137
137
  /Root 3 0 R
138
138
  /Info 11 0 R
139
- /ID [<1e0347887c5cc0d6a8ad882140fb9b7b> <1e0347887c5cc0d6a8ad882140fb9b7b>]
139
+ /ID [<5491c64cdccf874a6e512b6985f65136> <5491c64cdccf874a6e512b6985f65136>]
140
140
  >>
141
141
  startxref
142
142
  1232
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20240209110313Z)
46
+ (D:20240215093023Z)
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 [<84c648d0601c5057c28172d6d47eafc1> <84c648d0601c5057c28172d6d47eafc1>]
109
+ /ID [<23d0abf48cb8f42816cc4729ced697f1> <23d0abf48cb8f42816cc4729ced697f1>]
110
110
  >>
111
111
  startxref
112
112
  894
@@ -79,7 +79,7 @@ endobj
79
79
  (PDFKit)
80
80
  endobj
81
81
  15 0 obj
82
- (D:20240209110314Z)
82
+ (D:20240215093023Z)
83
83
  endobj
84
84
  12 0 obj
85
85
  <<
@@ -145,7 +145,7 @@ trailer
145
145
  /Size 16
146
146
  /Root 3 0 R
147
147
  /Info 12 0 R
148
- /ID [<7e4bbfd71db8b9675e705b0fe4feb26b> <7e4bbfd71db8b9675e705b0fe4feb26b>]
148
+ /ID [<3e287dffbff2a7231bbf589e8800ac69> <3e287dffbff2a7231bbf589e8800ac69>]
149
149
  >>
150
150
  startxref
151
151
  1212