abstract-document 11.0.2 → 11.0.3

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 (132) hide show
  1. package/lib/abstract-document-exporters/pdf/font.d.ts +1 -1
  2. package/lib/abstract-document-exporters/pdf/font.d.ts.map +1 -1
  3. package/lib/abstract-document-exporters/pdf/font.js.map +1 -1
  4. package/lib/abstract-document-exporters/pdf/measure.d.ts.map +1 -1
  5. package/lib/abstract-document-exporters/pdf/measure.js +2 -2
  6. package/lib/abstract-document-exporters/pdf/measure.js.map +1 -1
  7. package/lib/abstract-document-exporters/pdf/paginate.d.ts.map +1 -1
  8. package/lib/abstract-document-exporters/pdf/paginate.js +4 -4
  9. package/lib/abstract-document-exporters/pdf/paginate.js.map +1 -1
  10. package/lib/abstract-document-exporters/pdf/render.js +2 -2
  11. package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
  12. package/package.json +2 -2
  13. package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
  14. 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
  15. 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
  16. 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
  17. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
  18. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
  19. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  20. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  21. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  22. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  23. package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
  24. 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
  25. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
  26. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
  27. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
  28. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
  29. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  30. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
  31. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  32. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
  33. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  34. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
  35. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
  36. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello with Arial font.docx +0 -0
  37. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
  38. package/src/abstract-document-exporters/__tests__/docx2/tmp/letter-dimensions.docx +0 -0
  39. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-landscape.docx +0 -0
  40. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-portrait.docx +0 -0
  41. package/src/abstract-document-exporters/__tests__/docx2/tmp/tocSeparator.docx +0 -0
  42. package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
  43. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +2 -2
  44. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +2 -2
  45. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +2 -2
  46. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +2 -2
  47. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +2 -2
  48. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +2 -2
  49. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
  50. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
  51. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +2 -2
  52. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
  53. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
  54. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
  55. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
  56. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +2 -2
  57. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +2 -2
  58. package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
  59. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +2 -2
  60. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +2 -2
  61. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
  62. 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
  63. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  64. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  65. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
  66. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
  67. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
  68. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
  69. package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
  70. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +2 -2
  71. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +2 -2
  72. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
  73. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +2 -2
  74. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +2 -2
  75. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +2 -2
  76. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +2 -2
  77. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +2 -2
  78. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
  79. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
  80. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
  81. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
  82. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
  83. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
  84. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
  85. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
  86. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
  87. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf +2 -2
  88. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
  89. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
  90. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
  91. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
  92. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
  93. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
  94. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
  95. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +2 -2
  96. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
  97. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
  98. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +3 -3
  99. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
  100. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
  101. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +2 -2
  102. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
  103. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
  104. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image from URL.pdf +0 -0
  105. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
  106. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
  107. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
  108. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg dasharray.pdf +2 -2
  109. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  110. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +2 -2
  111. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +2 -2
  112. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +2 -2
  113. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +2 -2
  114. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +2 -2
  115. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
  116. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
  117. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
  118. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
  119. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
  120. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
  121. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
  122. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
  123. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
  124. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
  125. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello with roman font.pdf +2 -2
  126. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
  127. package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +2 -2
  128. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
  129. package/src/abstract-document-exporters/pdf/font.ts +1 -1
  130. package/src/abstract-document-exporters/pdf/measure.ts +2 -6
  131. package/src/abstract-document-exporters/pdf/paginate.ts +4 -12
  132. package/src/abstract-document-exporters/pdf/render.ts +2 -6
@@ -951,7 +951,7 @@ endobj
951
951
  (PDFKit)
952
952
  endobj
953
953
  16 0 obj
954
- (D:20240519112123Z)
954
+ (D:20240520082112Z)
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 [<a51701f07b5ecca92c5bde9269e12a59> <a51701f07b5ecca92c5bde9269e12a59>]
1021
+ /ID [<a7d44f6d6b79e119307d0bf80862ea76> <a7d44f6d6b79e119307d0bf80862ea76>]
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:20240519112123Z)
932
+ (D:20240520082112Z)
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 [<5e95129c01583652df7c8c315b8881e1> <5e95129c01583652df7c8c315b8881e1>]
999
+ /ID [<48c4378970651efed531f7b0bc5f3c64> <48c4378970651efed531f7b0bc5f3c64>]
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:20240519112123Z)
214
+ (D:20240520082112Z)
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 [<cf2cbad23b46aeb78df4492a5705f638> <cf2cbad23b46aeb78df4492a5705f638>]
281
+ /ID [<7a36bb7a7b2986be6cac2ee7331ba6e6> <7a36bb7a7b2986be6cac2ee7331ba6e6>]
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:20240519112123Z)
111
+ (D:20240520082112Z)
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 [<904b3fe3e4c38fb8374d2bc261533375> <904b3fe3e4c38fb8374d2bc261533375>]
175
+ /ID [<aae721cf9f419f57ebce4e32dcfbd708> <aae721cf9f419f57ebce4e32dcfbd708>]
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:20240519112123Z)
1198
+ (D:20240520082112Z)
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 [<ed81bd407cd91a38bbf182e2b90fb9ef> <ed81bd407cd91a38bbf182e2b90fb9ef>]
1356
+ /ID [<bb14eb225c43c5dd8de979e9bf9a5960> <bb14eb225c43c5dd8de979e9bf9a5960>]
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:20240519112123Z)
1198
+ (D:20240520082112Z)
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 [<fd092764bb125bea87ede84496e19e8e> <fd092764bb125bea87ede84496e19e8e>]
1356
+ /ID [<d63286af44e131af7d286b9b84d4e780> <d63286af44e131af7d286b9b84d4e780>]
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:20240519112123Z)
67
+ (D:20240520082112Z)
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 [<3598dd0ac4acafc129e411fa092a311c> <3598dd0ac4acafc129e411fa092a311c>]
131
+ /ID [<3a34d30df35b13d5aff11d1dd999cb10> <3a34d30df35b13d5aff11d1dd999cb10>]
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:20240519112123Z)
67
+ (D:20240520082112Z)
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 [<86ff9a4ce3253384f7ea7dc300752954> <86ff9a4ce3253384f7ea7dc300752954>]
131
+ /ID [<dc7218c14d98ff074e16eb6c3b8b861b> <dc7218c14d98ff074e16eb6c3b8b861b>]
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:20240519112123Z)
653
+ (D:20240520082112Z)
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 [<cebd1736773be800634758db3fdf8ad9> <cebd1736773be800634758db3fdf8ad9>]
720
+ /ID [<4a4c72a5588bcd56d9251564ca8e8ae1> <4a4c72a5588bcd56d9251564ca8e8ae1>]
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:20240519112123Z)
120
+ (D:20240520082112Z)
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 [<988426e13b8f1e3331c037b7513a5cd1> <988426e13b8f1e3331c037b7513a5cd1>]
188
+ /ID [<48a166d8aefab60292d095dda24332ae> <48a166d8aefab60292d095dda24332ae>]
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:20240519112123Z)
131
+ (D:20240520082112Z)
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 [<118d6fd057fdba6b9040ef1e0ac2f82f> <118d6fd057fdba6b9040ef1e0ac2f82f>]
200
+ /ID [<5d8265aadfa02acbe30e7fac820d7beb> <5d8265aadfa02acbe30e7fac820d7beb>]
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:20240519112123Z)
120
+ (D:20240520082112Z)
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 [<7cf0f7d2400c56cc15f72451664a7f15> <7cf0f7d2400c56cc15f72451664a7f15>]
188
+ /ID [<a1959506030a1cf02e213523fa5b9895> <a1959506030a1cf02e213523fa5b9895>]
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:20240519112124Z)
78
+ (D:20240520082112Z)
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 [<30042fdf661c8bc5d69c9f109def09a5> <30042fdf661c8bc5d69c9f109def09a5>]
142
+ /ID [<979b9090a3140e0b6ecb247d23f7c1b3> <979b9090a3140e0b6ecb247d23f7c1b3>]
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:20240519112124Z)
78
+ (D:20240520082112Z)
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 [<354c74c19e37ea03640bee3d847f4757> <354c74c19e37ea03640bee3d847f4757>]
142
+ /ID [<212395b3f10750847f3112683456ccb3> <212395b3f10750847f3112683456ccb3>]
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:20240519112124Z)
86
+ (D:20240520082112Z)
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 [<09fd493d60b6a154a4b379c71741f919> <09fd493d60b6a154a4b379c71741f919>]
150
+ /ID [<a2a9f407aae163098da97b3963ae082e> <a2a9f407aae163098da97b3963ae082e>]
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:20240519112124Z)
78
+ (D:20240520082112Z)
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 [<390268e396da4662219140b26b8a7cb5> <390268e396da4662219140b26b8a7cb5>]
142
+ /ID [<c02a28d46e43965d9b76dc74f8c295bf> <c02a28d46e43965d9b76dc74f8c295bf>]
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:20240519112124Z)
78
+ (D:20240520082113Z)
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 [<3e4814cd099562eaa0913dd0ac7983ae> <3e4814cd099562eaa0913dd0ac7983ae>]
142
+ /ID [<17125ed437743365fc24390b399ec5bc> <17125ed437743365fc24390b399ec5bc>]
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:20240519112124Z)
249
+ (D:20240520082112Z)
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 [<eaf3c0d13ed233ad75863159755d5451> <eaf3c0d13ed233ad75863159755d5451>]
316
+ /ID [<e3c62afca7857e487dacbfd0f676d6d3> <e3c62afca7857e487dacbfd0f676d6d3>]
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:20240519112124Z)
179
+ (D:20240520082112Z)
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 [<d9495595da716e937fc7eb68d9e6e7c9> <d9495595da716e937fc7eb68d9e6e7c9>]
246
+ /ID [<1e159240a1524fa50a1182c2314e506c> <1e159240a1524fa50a1182c2314e506c>]
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:20240519112124Z)
389
+ (D:20240520082112Z)
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 [<5395d5c9bb245df0198dd8b4074d9845> <5395d5c9bb245df0198dd8b4074d9845>]
456
+ /ID [<14ce911ee23686ccf055d54e90519eb9> <14ce911ee23686ccf055d54e90519eb9>]
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:20240519112124Z)
634
+ (D:20240520082112Z)
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 [<5e7a7e4516ad6d4f5081b2653be3f151> <5e7a7e4516ad6d4f5081b2653be3f151>]
701
+ /ID [<b299269d43c3d6981cfeec4f60f6f459> <b299269d43c3d6981cfeec4f60f6f459>]
702
702
  >>
703
703
  startxref
704
704
  6576
@@ -3880,7 +3880,7 @@ endobj
3880
3880
  (PDFKit)
3881
3881
  endobj
3882
3882
  19 0 obj
3883
- (D:20240519112124Z)
3883
+ (D:20240520082112Z)
3884
3884
  endobj
3885
3885
  16 0 obj
3886
3886
  <<
@@ -3950,7 +3950,7 @@ trailer
3950
3950
  /Size 20
3951
3951
  /Root 3 0 R
3952
3952
  /Info 16 0 R
3953
- /ID [<9f18f9acf940de6b5264e0616425974c> <9f18f9acf940de6b5264e0616425974c>]
3953
+ /ID [<d06603697daa6bbecf7324182229ce19> <d06603697daa6bbecf7324182229ce19>]
3954
3954
  >>
3955
3955
  startxref
3956
3956
  38203
@@ -351,7 +351,7 @@ endobj
351
351
  (PDFKit)
352
352
  endobj
353
353
  16 0 obj
354
- (D:20240519112124Z)
354
+ (D:20240520082112Z)
355
355
  endobj
356
356
  13 0 obj
357
357
  <<
@@ -418,7 +418,7 @@ trailer
418
418
  /Size 17
419
419
  /Root 3 0 R
420
420
  /Info 13 0 R
421
- /ID [<da9157ba45942b9cd7f72f5bd2f996ef> <da9157ba45942b9cd7f72f5bd2f996ef>]
421
+ /ID [<167b8fb088e7945b79eb0dd0295a62ce> <167b8fb088e7945b79eb0dd0295a62ce>]
422
422
  >>
423
423
  startxref
424
424
  3960
@@ -281,7 +281,7 @@ endobj
281
281
  (PDFKit)
282
282
  endobj
283
283
  16 0 obj
284
- (D:20240519112124Z)
284
+ (D:20240520082112Z)
285
285
  endobj
286
286
  13 0 obj
287
287
  <<
@@ -348,7 +348,7 @@ trailer
348
348
  /Size 17
349
349
  /Root 3 0 R
350
350
  /Info 13 0 R
351
- /ID [<dbe5901ba45c443927184c0d095fe756> <dbe5901ba45c443927184c0d095fe756>]
351
+ /ID [<66c8482ed9f8869ecc3e81c0e91d29f3> <66c8482ed9f8869ecc3e81c0e91d29f3>]
352
352
  >>
353
353
  startxref
354
354
  3079
@@ -351,7 +351,7 @@ endobj
351
351
  (PDFKit)
352
352
  endobj
353
353
  16 0 obj
354
- (D:20240519112124Z)
354
+ (D:20240520082112Z)
355
355
  endobj
356
356
  13 0 obj
357
357
  <<
@@ -418,7 +418,7 @@ trailer
418
418
  /Size 17
419
419
  /Root 3 0 R
420
420
  /Info 13 0 R
421
- /ID [<493f57b0c80b76719075bf78085e9cf8> <493f57b0c80b76719075bf78085e9cf8>]
421
+ /ID [<1ea136f48b960e9082ee5f4f5a23f482> <1ea136f48b960e9082ee5f4f5a23f482>]
422
422
  >>
423
423
  startxref
424
424
  3964
@@ -4033,7 +4033,7 @@ endobj
4033
4033
  (PDFKit)
4034
4034
  endobj
4035
4035
  19 0 obj
4036
- (D:20240519112124Z)
4036
+ (D:20240520082112Z)
4037
4037
  endobj
4038
4038
  16 0 obj
4039
4039
  <<
@@ -4103,7 +4103,7 @@ trailer
4103
4103
  /Size 20
4104
4104
  /Root 3 0 R
4105
4105
  /Info 16 0 R
4106
- /ID [<18862d42c6dd7561b3725456710666c2> <18862d42c6dd7561b3725456710666c2>]
4106
+ /ID [<e4c891df91a45262ea58e7a31db52994> <e4c891df91a45262ea58e7a31db52994>]
4107
4107
  >>
4108
4108
  startxref
4109
4109
  41280
@@ -434,7 +434,7 @@ endobj
434
434
  (PDFKit)
435
435
  endobj
436
436
  16 0 obj
437
- (D:20240519112124Z)
437
+ (D:20240520082113Z)
438
438
  endobj
439
439
  13 0 obj
440
440
  <<
@@ -501,7 +501,7 @@ trailer
501
501
  /Size 17
502
502
  /Root 3 0 R
503
503
  /Info 13 0 R
504
- /ID [<574516204c47733742541a29f383c393> <574516204c47733742541a29f383c393>]
504
+ /ID [<b34856927274a106ca2042797bf0b010> <b34856927274a106ca2042797bf0b010>]
505
505
  >>
506
506
  startxref
507
507
  4569
@@ -75,7 +75,7 @@ endobj
75
75
  (PDFKit)
76
76
  endobj
77
77
  13 0 obj
78
- (D:20240519112124Z)
78
+ (D:20240520082113Z)
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 [<54ad7719b4df0cf078caf6d1ffdea4f1> <54ad7719b4df0cf078caf6d1ffdea4f1>]
142
+ /ID [<5b1e4225e916d88e01df3e87fe86b545> <5b1e4225e916d88e01df3e87fe86b545>]
143
143
  >>
144
144
  startxref
145
145
  1167
@@ -75,7 +75,7 @@ endobj
75
75
  (PDFKit)
76
76
  endobj
77
77
  13 0 obj
78
- (D:20240519112124Z)
78
+ (D:20240520082113Z)
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 [<f1a3488178e7e2eee58931d8d276cad3> <f1a3488178e7e2eee58931d8d276cad3>]
142
+ /ID [<4a65ab56ff8fd74fb9c66d9e956f09c0> <4a65ab56ff8fd74fb9c66d9e956f09c0>]
143
143
  >>
144
144
  startxref
145
145
  1141
@@ -78,7 +78,7 @@ endobj
78
78
  (PDFKit)
79
79
  endobj
80
80
  11 0 obj
81
- (D:20240519112124Z)
81
+ (D:20240520082113Z)
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 [<c087715a6348dab9e617aa8f0059f49f> <c087715a6348dab9e617aa8f0059f49f>]
135
+ /ID [<1de3664097a7c54bb57e81075850c25c> <1de3664097a7c54bb57e81075850c25c>]
136
136
  >>
137
137
  startxref
138
138
  1086
@@ -252,7 +252,7 @@ endobj
252
252
  (PDFKit)
253
253
  endobj
254
254
  13 0 obj
255
- (D:20240519112124Z)
255
+ (D:20240520082113Z)
256
256
  endobj
257
257
  10 0 obj
258
258
  <<
@@ -316,7 +316,7 @@ trailer
316
316
  /Size 14
317
317
  /Root 3 0 R
318
318
  /Info 10 0 R
319
- /ID [<fb59109f5bdf56e6cc4568a405fb8051> <fb59109f5bdf56e6cc4568a405fb8051>]
319
+ /ID [<daef1aac1ce24fab80d46584726d5046> <daef1aac1ce24fab80d46584726d5046>]
320
320
  >>
321
321
  startxref
322
322
  2887
@@ -77,7 +77,7 @@ endobj
77
77
  (PDFKit)
78
78
  endobj
79
79
  13 0 obj
80
- (D:20240519112124Z)
80
+ (D:20240520082113Z)
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 [<a8febe68edacc4e3fe41537491c0040b> <a8febe68edacc4e3fe41537491c0040b>]
144
+ /ID [<78585b8eed5c31d03fc51357e03b7a47> <78585b8eed5c31d03fc51357e03b7a47>]
145
145
  >>
146
146
  startxref
147
147
  1163
@@ -322,7 +322,7 @@ endobj
322
322
  (PDFKit)
323
323
  endobj
324
324
  13 0 obj
325
- (D:20240519112124Z)
325
+ (D:20240520082113Z)
326
326
  endobj
327
327
  10 0 obj
328
328
  <<
@@ -386,7 +386,7 @@ trailer
386
386
  /Size 14
387
387
  /Root 3 0 R
388
388
  /Info 10 0 R
389
- /ID [<28f17c3def9a5a4e25fa9c7c7a169c8b> <28f17c3def9a5a4e25fa9c7c7a169c8b>]
389
+ /ID [<eed6091fd4dc6eeb39a4e4d0826eabb9> <eed6091fd4dc6eeb39a4e4d0826eabb9>]
390
390
  >>
391
391
  startxref
392
392
  3436
@@ -410,7 +410,7 @@ endobj
410
410
  (PDFKit)
411
411
  endobj
412
412
  13 0 obj
413
- (D:20240519112124Z)
413
+ (D:20240520082113Z)
414
414
  endobj
415
415
  10 0 obj
416
416
  <<
@@ -474,7 +474,7 @@ trailer
474
474
  /Size 14
475
475
  /Root 3 0 R
476
476
  /Info 10 0 R
477
- /ID [<36022eb7985d045d343a816ed9430788> <36022eb7985d045d343a816ed9430788>]
477
+ /ID [<c1eec82326226ac17ef8ef3325c1f77d> <c1eec82326226ac17ef8ef3325c1f77d>]
478
478
  >>
479
479
  startxref
480
480
  4760
@@ -75,7 +75,7 @@ endobj
75
75
  (PDFKit)
76
76
  endobj
77
77
  13 0 obj
78
- (D:20240519112124Z)
78
+ (D:20240520082113Z)
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 [<f366ba3433177cce1835e4f9faa80041> <f366ba3433177cce1835e4f9faa80041>]
142
+ /ID [<0d5d56f983d9e5e178db997bc9f834c3> <0d5d56f983d9e5e178db997bc9f834c3>]
143
143
  >>
144
144
  startxref
145
145
  1139