abstract-document 11.1.0 → 11.1.2

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 (117) hide show
  1. package/package.json +4 -4
  2. package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
  3. 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
  4. 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
  5. 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
  6. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
  7. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
  8. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  9. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  10. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  11. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  12. package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
  13. 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
  14. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
  15. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
  16. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
  17. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
  18. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  19. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
  20. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  21. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
  22. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  23. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
  24. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
  25. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello with Arial font.docx +0 -0
  26. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
  27. package/src/abstract-document-exporters/__tests__/docx2/tmp/letter-dimensions.docx +0 -0
  28. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-landscape.docx +0 -0
  29. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-portrait.docx +0 -0
  30. package/src/abstract-document-exporters/__tests__/docx2/tmp/tocSeparator.docx +0 -0
  31. package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
  32. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +2 -2
  33. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +2 -2
  34. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +2 -2
  35. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +2 -2
  36. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +2 -2
  37. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +2 -2
  38. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
  39. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
  40. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +2 -2
  41. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
  42. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
  43. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
  44. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
  45. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +2 -2
  46. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +2 -2
  47. package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
  48. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +2 -2
  49. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +2 -2
  50. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
  51. 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
  52. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  53. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  54. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
  55. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
  56. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
  57. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
  58. package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
  59. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +2 -2
  60. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +2 -2
  61. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
  62. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +2 -2
  63. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +2 -2
  64. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +2 -2
  65. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +2 -2
  66. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +2 -2
  67. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
  68. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
  69. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
  70. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
  71. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
  72. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
  73. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
  74. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
  75. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
  76. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf +2 -2
  77. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
  78. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
  79. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
  80. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
  81. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
  82. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
  83. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
  84. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +2 -2
  85. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
  86. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
  87. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +3 -3
  88. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
  89. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
  90. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +2 -2
  91. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
  92. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
  93. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image from URL.pdf +0 -0
  94. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
  95. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
  96. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
  97. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg dasharray.pdf +2 -2
  98. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  99. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +2 -2
  100. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +2 -2
  101. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +2 -2
  102. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +2 -2
  103. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +2 -2
  104. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
  105. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
  106. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
  107. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
  108. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
  109. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
  110. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
  111. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
  112. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
  113. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
  114. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello with roman font.pdf +2 -2
  115. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
  116. package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +2 -2
  117. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abstract-document",
3
- "version": "11.1.0",
3
+ "version": "11.1.2",
4
4
  "description": "Dynamically create documents using code or JSX and render to any format",
5
5
  "repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-document",
6
6
  "main": "lib/index.js",
@@ -15,7 +15,7 @@
15
15
  "README.md"
16
16
  ],
17
17
  "dependencies": {
18
- "abstract-image": "^8.1.0",
18
+ "abstract-image": "^8.1.2",
19
19
  "base64-js": "^1.5.1",
20
20
  "docx": "^6.0.3",
21
21
  "fast-xml-parser": "^4.4.0",
@@ -32,11 +32,11 @@
32
32
  "@types/isomorphic-fetch": "^0.0.34",
33
33
  "@types/mustache": "^4.2.5",
34
34
  "@types/pdfkit": "^0.13.4",
35
- "@types/react": "^18.3.2",
35
+ "@types/react": "^18.3.3",
36
36
  "@types/react-dom": "^18.3.0",
37
37
  "diff-js-xml": "^1.0.8",
38
38
  "jszip": "^3.10.1",
39
39
  "pdf2json": "2.0.1"
40
40
  },
41
- "gitHead": "a2c10bbed277d727b355a712935c67a3ab84e2c6"
41
+ "gitHead": "d3bab95486feda378ba6af28cc7d048c1af663cb"
42
42
  }
@@ -64,7 +64,7 @@ endobj
64
64
  (PDFKit)
65
65
  endobj
66
66
  13 0 obj
67
- (D:20240522081814Z)
67
+ (D:20240605085020Z)
68
68
  endobj
69
69
  10 0 obj
70
70
  <<
@@ -128,7 +128,7 @@ trailer
128
128
  /Size 14
129
129
  /Root 3 0 R
130
130
  /Info 10 0 R
131
- /ID [<20bb43d88ee0b71818c9cc939fd20a11> <20bb43d88ee0b71818c9cc939fd20a11>]
131
+ /ID [<6229b9b3e775f924b9933547f05f4ac3> <6229b9b3e775f924b9933547f05f4ac3>]
132
132
  >>
133
133
  startxref
134
134
  1193
@@ -119,7 +119,7 @@ endobj
119
119
  (PDFKit)
120
120
  endobj
121
121
  13 0 obj
122
- (D:20240522081814Z)
122
+ (D:20240605085020Z)
123
123
  endobj
124
124
  10 0 obj
125
125
  <<
@@ -183,7 +183,7 @@ trailer
183
183
  /Size 14
184
184
  /Root 3 0 R
185
185
  /Info 10 0 R
186
- /ID [<bd47a2cbb964a1e4912864de72967698> <bd47a2cbb964a1e4912864de72967698>]
186
+ /ID [<15bcb3672580b1eabf3f5f24dbd2bfdc> <15bcb3672580b1eabf3f5f24dbd2bfdc>]
187
187
  >>
188
188
  startxref
189
189
  1621
@@ -53,7 +53,7 @@ endobj
53
53
  (PDFKit)
54
54
  endobj
55
55
  13 0 obj
56
- (D:20240522081814Z)
56
+ (D:20240605085020Z)
57
57
  endobj
58
58
  10 0 obj
59
59
  <<
@@ -117,7 +117,7 @@ trailer
117
117
  /Size 14
118
118
  /Root 3 0 R
119
119
  /Info 10 0 R
120
- /ID [<b1652b9ac5f7d0581ef6c186b4895f5b> <b1652b9ac5f7d0581ef6c186b4895f5b>]
120
+ /ID [<797f5eda23c09718cfa2be3547a5e9e0> <797f5eda23c09718cfa2be3547a5e9e0>]
121
121
  >>
122
122
  startxref
123
123
  983
@@ -64,7 +64,7 @@ endobj
64
64
  (PDFKit)
65
65
  endobj
66
66
  13 0 obj
67
- (D:20240522081814Z)
67
+ (D:20240605085020Z)
68
68
  endobj
69
69
  10 0 obj
70
70
  <<
@@ -128,7 +128,7 @@ trailer
128
128
  /Size 14
129
129
  /Root 3 0 R
130
130
  /Info 10 0 R
131
- /ID [<f32bbdde59c7d209fd80f8c8ae3aa7b9> <f32bbdde59c7d209fd80f8c8ae3aa7b9>]
131
+ /ID [<f3a9656c13b1b7791e0bbb01e4a00bb0> <f3a9656c13b1b7791e0bbb01e4a00bb0>]
132
132
  >>
133
133
  startxref
134
134
  1155
@@ -88,7 +88,7 @@ endobj
88
88
  (PDFKit)
89
89
  endobj
90
90
  13 0 obj
91
- (D:20240522081814Z)
91
+ (D:20240605085020Z)
92
92
  endobj
93
93
  10 0 obj
94
94
  <<
@@ -152,7 +152,7 @@ trailer
152
152
  /Size 14
153
153
  /Root 3 0 R
154
154
  /Info 10 0 R
155
- /ID [<db242bdc24001f0222da49963094452c> <db242bdc24001f0222da49963094452c>]
155
+ /ID [<1ca63fece2237c66f2fff5f9a67b1078> <1ca63fece2237c66f2fff5f9a67b1078>]
156
156
  >>
157
157
  startxref
158
158
  1462
@@ -77,7 +77,7 @@ endobj
77
77
  (PDFKit)
78
78
  endobj
79
79
  13 0 obj
80
- (D:20240522081814Z)
80
+ (D:20240605085020Z)
81
81
  endobj
82
82
  10 0 obj
83
83
  <<
@@ -141,7 +141,7 @@ trailer
141
141
  /Size 14
142
142
  /Root 3 0 R
143
143
  /Info 10 0 R
144
- /ID [<165d79b0f945a9886e5cde7ee00fe982> <165d79b0f945a9886e5cde7ee00fe982>]
144
+ /ID [<39b01a1e48cdc721be61fc0da707c031> <39b01a1e48cdc721be61fc0da707c031>]
145
145
  >>
146
146
  startxref
147
147
  1232
@@ -929,7 +929,7 @@ endobj
929
929
  (PDFKit)
930
930
  endobj
931
931
  16 0 obj
932
- (D:20240522081814Z)
932
+ (D:20240605085020Z)
933
933
  endobj
934
934
  13 0 obj
935
935
  <<
@@ -996,7 +996,7 @@ trailer
996
996
  /Size 17
997
997
  /Root 3 0 R
998
998
  /Info 13 0 R
999
- /ID [<6904006c423c7c705d6496f59a07b528> <6904006c423c7c705d6496f59a07b528>]
999
+ /ID [<84871804368c4d30f99506af51d3de36> <84871804368c4d30f99506af51d3de36>]
1000
1000
  >>
1001
1001
  startxref
1002
1002
  22647
@@ -951,7 +951,7 @@ endobj
951
951
  (PDFKit)
952
952
  endobj
953
953
  16 0 obj
954
- (D:20240522081814Z)
954
+ (D:20240605085020Z)
955
955
  endobj
956
956
  13 0 obj
957
957
  <<
@@ -1018,7 +1018,7 @@ trailer
1018
1018
  /Size 17
1019
1019
  /Root 3 0 R
1020
1020
  /Info 13 0 R
1021
- /ID [<9b06e52b9d27c0d99a0d00ed3dd3303e> <9b06e52b9d27c0d99a0d00ed3dd3303e>]
1021
+ /ID [<e711a5a7d37ed9f6c58f049ca9068e70> <e711a5a7d37ed9f6c58f049ca9068e70>]
1022
1022
  >>
1023
1023
  startxref
1024
1024
  10187
@@ -929,7 +929,7 @@ endobj
929
929
  (PDFKit)
930
930
  endobj
931
931
  16 0 obj
932
- (D:20240522081814Z)
932
+ (D:20240605085020Z)
933
933
  endobj
934
934
  13 0 obj
935
935
  <<
@@ -996,7 +996,7 @@ trailer
996
996
  /Size 17
997
997
  /Root 3 0 R
998
998
  /Info 13 0 R
999
- /ID [<fa6e5adc385ff97bcf840232a4817713> <fa6e5adc385ff97bcf840232a4817713>]
999
+ /ID [<60fda190b9dcda42615ee9d7566d64ec> <60fda190b9dcda42615ee9d7566d64ec>]
1000
1000
  >>
1001
1001
  startxref
1002
1002
  22641
@@ -211,7 +211,7 @@ endobj
211
211
  (PDFKit)
212
212
  endobj
213
213
  16 0 obj
214
- (D:20240522081814Z)
214
+ (D:20240605085020Z)
215
215
  endobj
216
216
  13 0 obj
217
217
  <<
@@ -278,7 +278,7 @@ trailer
278
278
  /Size 17
279
279
  /Root 3 0 R
280
280
  /Info 13 0 R
281
- /ID [<a004c5db89a502cdb945c71136516971> <a004c5db89a502cdb945c71136516971>]
281
+ /ID [<923d2901b2c0bb1e988503d1954468e9> <923d2901b2c0bb1e988503d1954468e9>]
282
282
  >>
283
283
  startxref
284
284
  2407
@@ -108,7 +108,7 @@ endobj
108
108
  (PDFKit)
109
109
  endobj
110
110
  13 0 obj
111
- (D:20240522081814Z)
111
+ (D:20240605085020Z)
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 [<3132d5450c267ee918fcb630798923b3> <3132d5450c267ee918fcb630798923b3>]
175
+ /ID [<e0ec9f85b902607bc8bfd07b2bc8919f> <e0ec9f85b902607bc8bfd07b2bc8919f>]
176
176
  >>
177
177
  startxref
178
178
  1486
@@ -1195,7 +1195,7 @@ endobj
1195
1195
  (PDFKit)
1196
1196
  endobj
1197
1197
  100 0 obj
1198
- (D:20240522081814Z)
1198
+ (D:20240605085020Z)
1199
1199
  endobj
1200
1200
  97 0 obj
1201
1201
  <<
@@ -1353,7 +1353,7 @@ trailer
1353
1353
  /Size 101
1354
1354
  /Root 3 0 R
1355
1355
  /Info 97 0 R
1356
- /ID [<886e8b4c68fcb19492b35c600f59f53c> <886e8b4c68fcb19492b35c600f59f53c>]
1356
+ /ID [<4348a5356a92799f675c0a98dee0a89b> <4348a5356a92799f675c0a98dee0a89b>]
1357
1357
  >>
1358
1358
  startxref
1359
1359
  13142
@@ -1195,7 +1195,7 @@ endobj
1195
1195
  (PDFKit)
1196
1196
  endobj
1197
1197
  100 0 obj
1198
- (D:20240522081814Z)
1198
+ (D:20240605085020Z)
1199
1199
  endobj
1200
1200
  97 0 obj
1201
1201
  <<
@@ -1353,7 +1353,7 @@ trailer
1353
1353
  /Size 101
1354
1354
  /Root 3 0 R
1355
1355
  /Info 97 0 R
1356
- /ID [<ddfd920abcf49c9ab788994f9031ae32> <ddfd920abcf49c9ab788994f9031ae32>]
1356
+ /ID [<d560bab587a0cd89ddf0c43df5fa7d10> <d560bab587a0cd89ddf0c43df5fa7d10>]
1357
1357
  >>
1358
1358
  startxref
1359
1359
  13142
@@ -64,7 +64,7 @@ endobj
64
64
  (PDFKit)
65
65
  endobj
66
66
  13 0 obj
67
- (D:20240522081814Z)
67
+ (D:20240605085021Z)
68
68
  endobj
69
69
  10 0 obj
70
70
  <<
@@ -128,7 +128,7 @@ trailer
128
128
  /Size 14
129
129
  /Root 3 0 R
130
130
  /Info 10 0 R
131
- /ID [<ec336b2afa377ea254e2ed7a2b37a325> <ec336b2afa377ea254e2ed7a2b37a325>]
131
+ /ID [<2073705b035d2302418b988ef794b979> <2073705b035d2302418b988ef794b979>]
132
132
  >>
133
133
  startxref
134
134
  1028
@@ -64,7 +64,7 @@ endobj
64
64
  (PDFKit)
65
65
  endobj
66
66
  13 0 obj
67
- (D:20240522081814Z)
67
+ (D:20240605085021Z)
68
68
  endobj
69
69
  10 0 obj
70
70
  <<
@@ -128,7 +128,7 @@ trailer
128
128
  /Size 14
129
129
  /Root 3 0 R
130
130
  /Info 10 0 R
131
- /ID [<848d4cee203a05518fe53751915170cf> <848d4cee203a05518fe53751915170cf>]
131
+ /ID [<694c2704fea79dcfd67e73b446594b0f> <694c2704fea79dcfd67e73b446594b0f>]
132
132
  >>
133
133
  startxref
134
134
  1028
@@ -650,7 +650,7 @@ endobj
650
650
  (PDFKit)
651
651
  endobj
652
652
  16 0 obj
653
- (D:20240522081814Z)
653
+ (D:20240605085021Z)
654
654
  endobj
655
655
  13 0 obj
656
656
  <<
@@ -717,7 +717,7 @@ trailer
717
717
  /Size 17
718
718
  /Root 3 0 R
719
719
  /Info 13 0 R
720
- /ID [<4c32cf299d9763e4d0489c8d43b5bd5a> <4c32cf299d9763e4d0489c8d43b5bd5a>]
720
+ /ID [<d21656a4d211d41b712dd5f857747fba> <d21656a4d211d41b712dd5f857747fba>]
721
721
  >>
722
722
  startxref
723
723
  13917
@@ -117,7 +117,7 @@ endobj
117
117
  (PDFKit)
118
118
  endobj
119
119
  17 0 obj
120
- (D:20240522081814Z)
120
+ (D:20240605085021Z)
121
121
  endobj
122
122
  14 0 obj
123
123
  <<
@@ -185,7 +185,7 @@ trailer
185
185
  /Size 18
186
186
  /Root 3 0 R
187
187
  /Info 14 0 R
188
- /ID [<7b25a8ea5f65795b58ce0d4da729454f> <7b25a8ea5f65795b58ce0d4da729454f>]
188
+ /ID [<416dca63c3360122abf2e25fbaed51d6> <416dca63c3360122abf2e25fbaed51d6>]
189
189
  >>
190
190
  startxref
191
191
  1633
@@ -128,7 +128,7 @@ endobj
128
128
  (PDFKit)
129
129
  endobj
130
130
  18 0 obj
131
- (D:20240522081814Z)
131
+ (D:20240605085021Z)
132
132
  endobj
133
133
  15 0 obj
134
134
  <<
@@ -197,7 +197,7 @@ trailer
197
197
  /Size 19
198
198
  /Root 3 0 R
199
199
  /Info 15 0 R
200
- /ID [<b7e53f0b249b96e3f813e88e576d3c0b> <b7e53f0b249b96e3f813e88e576d3c0b>]
200
+ /ID [<b4917500d4ad521488889c791b482c45> <b4917500d4ad521488889c791b482c45>]
201
201
  >>
202
202
  startxref
203
203
  1829
@@ -117,7 +117,7 @@ endobj
117
117
  (PDFKit)
118
118
  endobj
119
119
  17 0 obj
120
- (D:20240522081814Z)
120
+ (D:20240605085021Z)
121
121
  endobj
122
122
  14 0 obj
123
123
  <<
@@ -185,7 +185,7 @@ trailer
185
185
  /Size 18
186
186
  /Root 3 0 R
187
187
  /Info 14 0 R
188
- /ID [<00402f3e1b0d2c82e2b548dd3e80dc30> <00402f3e1b0d2c82e2b548dd3e80dc30>]
188
+ /ID [<475818d2a71434aca83fe280dfa6b022> <475818d2a71434aca83fe280dfa6b022>]
189
189
  >>
190
190
  startxref
191
191
  1633
@@ -75,7 +75,7 @@ endobj
75
75
  (PDFKit)
76
76
  endobj
77
77
  13 0 obj
78
- (D:20240522081814Z)
78
+ (D:20240605085021Z)
79
79
  endobj
80
80
  10 0 obj
81
81
  <<
@@ -139,7 +139,7 @@ trailer
139
139
  /Size 14
140
140
  /Root 3 0 R
141
141
  /Info 10 0 R
142
- /ID [<f978740e7e3cfa4228b6ff8fdc1b9bac> <f978740e7e3cfa4228b6ff8fdc1b9bac>]
142
+ /ID [<43cc5f9aee1f716e9ab5c7863924f8c2> <43cc5f9aee1f716e9ab5c7863924f8c2>]
143
143
  >>
144
144
  startxref
145
145
  1239
@@ -75,7 +75,7 @@ endobj
75
75
  (PDFKit)
76
76
  endobj
77
77
  13 0 obj
78
- (D:20240522081814Z)
78
+ (D:20240605085021Z)
79
79
  endobj
80
80
  10 0 obj
81
81
  <<
@@ -139,7 +139,7 @@ trailer
139
139
  /Size 14
140
140
  /Root 3 0 R
141
141
  /Info 10 0 R
142
- /ID [<2773e1e3d4378d6190a60123577ac310> <2773e1e3d4378d6190a60123577ac310>]
142
+ /ID [<7c882f43a9023a66ef1e15f197775e0f> <7c882f43a9023a66ef1e15f197775e0f>]
143
143
  >>
144
144
  startxref
145
145
  1236
@@ -83,7 +83,7 @@ endobj
83
83
  (PDFKit)
84
84
  endobj
85
85
  13 0 obj
86
- (D:20240522081814Z)
86
+ (D:20240605085021Z)
87
87
  endobj
88
88
  10 0 obj
89
89
  <<
@@ -147,7 +147,7 @@ trailer
147
147
  /Size 14
148
148
  /Root 3 0 R
149
149
  /Info 10 0 R
150
- /ID [<59c935b7336b0a79ae9d11f55fa099ca> <59c935b7336b0a79ae9d11f55fa099ca>]
150
+ /ID [<13850eaeb7bdf5f725c01d129e50828f> <13850eaeb7bdf5f725c01d129e50828f>]
151
151
  >>
152
152
  startxref
153
153
  1791
@@ -75,7 +75,7 @@ endobj
75
75
  (PDFKit)
76
76
  endobj
77
77
  13 0 obj
78
- (D:20240522081814Z)
78
+ (D:20240605085021Z)
79
79
  endobj
80
80
  10 0 obj
81
81
  <<
@@ -139,7 +139,7 @@ trailer
139
139
  /Size 14
140
140
  /Root 3 0 R
141
141
  /Info 10 0 R
142
- /ID [<2598d041946307121196a80126e9bd07> <2598d041946307121196a80126e9bd07>]
142
+ /ID [<ed7750ba591362b9d4759be70bff2f27> <ed7750ba591362b9d4759be70bff2f27>]
143
143
  >>
144
144
  startxref
145
145
  1230
@@ -75,7 +75,7 @@ endobj
75
75
  (PDFKit)
76
76
  endobj
77
77
  13 0 obj
78
- (D:20240522081815Z)
78
+ (D:20240605085021Z)
79
79
  endobj
80
80
  10 0 obj
81
81
  <<
@@ -139,7 +139,7 @@ trailer
139
139
  /Size 14
140
140
  /Root 3 0 R
141
141
  /Info 10 0 R
142
- /ID [<55e31e9fcae88579b78321f5d0a66c77> <55e31e9fcae88579b78321f5d0a66c77>]
142
+ /ID [<bd8efaf177a000720534e55d312932d1> <bd8efaf177a000720534e55d312932d1>]
143
143
  >>
144
144
  startxref
145
145
  1111
@@ -246,7 +246,7 @@ endobj
246
246
  (PDFKit)
247
247
  endobj
248
248
  16 0 obj
249
- (D:20240522081814Z)
249
+ (D:20240605085021Z)
250
250
  endobj
251
251
  13 0 obj
252
252
  <<
@@ -313,7 +313,7 @@ trailer
313
313
  /Size 17
314
314
  /Root 3 0 R
315
315
  /Info 13 0 R
316
- /ID [<4277e8fbe4a222c457248ae59aae1099> <4277e8fbe4a222c457248ae59aae1099>]
316
+ /ID [<04f55db75b314023e5987a43d963d19f> <04f55db75b314023e5987a43d963d19f>]
317
317
  >>
318
318
  startxref
319
319
  2806
@@ -176,7 +176,7 @@ endobj
176
176
  (PDFKit)
177
177
  endobj
178
178
  16 0 obj
179
- (D:20240522081814Z)
179
+ (D:20240605085021Z)
180
180
  endobj
181
181
  13 0 obj
182
182
  <<
@@ -243,7 +243,7 @@ trailer
243
243
  /Size 17
244
244
  /Root 3 0 R
245
245
  /Info 13 0 R
246
- /ID [<f381197b8e871d4854293e8265cacaa0> <f381197b8e871d4854293e8265cacaa0>]
246
+ /ID [<61b179492c21544ceb7adff1659e1b19> <61b179492c21544ceb7adff1659e1b19>]
247
247
  >>
248
248
  startxref
249
249
  2110
@@ -386,7 +386,7 @@ endobj
386
386
  (PDFKit)
387
387
  endobj
388
388
  16 0 obj
389
- (D:20240522081814Z)
389
+ (D:20240605085021Z)
390
390
  endobj
391
391
  13 0 obj
392
392
  <<
@@ -453,7 +453,7 @@ trailer
453
453
  /Size 17
454
454
  /Root 3 0 R
455
455
  /Info 13 0 R
456
- /ID [<854a59632bb216540e8166c75d0b2564> <854a59632bb216540e8166c75d0b2564>]
456
+ /ID [<09425e26f1acba8ea4123ce919e84ebb> <09425e26f1acba8ea4123ce919e84ebb>]
457
457
  >>
458
458
  startxref
459
459
  4103
@@ -631,7 +631,7 @@ endobj
631
631
  (PDFKit)
632
632
  endobj
633
633
  16 0 obj
634
- (D:20240522081814Z)
634
+ (D:20240605085021Z)
635
635
  endobj
636
636
  13 0 obj
637
637
  <<
@@ -698,7 +698,7 @@ trailer
698
698
  /Size 17
699
699
  /Root 3 0 R
700
700
  /Info 13 0 R
701
- /ID [<d0d5518b0edd0bb06d60df3802377431> <d0d5518b0edd0bb06d60df3802377431>]
701
+ /ID [<1b3a716bfd691dcc10813cc8e7855f3d> <1b3a716bfd691dcc10813cc8e7855f3d>]
702
702
  >>
703
703
  startxref
704
704
  6576