abstract-document 6.14.1 → 6.15.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 (143) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/lib/abstract-document-exporters/pdf/render.d.ts +6 -2
  3. package/lib/abstract-document-exporters/pdf/render.d.ts.map +1 -1
  4. package/lib/abstract-document-exporters/pdf/render.js +5 -8
  5. package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
  6. package/package.json +2 -2
  7. package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
  8. 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
  9. 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
  10. 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
  11. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
  12. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
  13. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  14. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  15. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  16. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  17. package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
  18. 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
  19. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
  20. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
  21. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
  22. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
  23. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  24. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
  25. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  26. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
  27. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  28. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
  29. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
  30. package/src/abstract-document-exporters/__tests__/docx2/tmp/Table of content separator.docx +0 -0
  31. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello with Arial font.docx +0 -0
  32. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
  33. package/src/abstract-document-exporters/__tests__/docx2/tmp/letter-dimensions.docx +0 -0
  34. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-landscape.docx +0 -0
  35. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-portrait.docx +0 -0
  36. package/src/abstract-document-exporters/__tests__/docx2/tmp/tocSeparator.docx +0 -0
  37. package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
  38. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +2 -2
  39. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +2 -2
  40. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +2 -2
  41. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +2 -2
  42. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +2 -2
  43. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +2 -2
  44. package/src/abstract-document-exporters/__tests__/pdf/tmp/Empty Paragraph.pdf +91 -0
  45. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
  46. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
  47. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +2 -2
  48. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
  49. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group.pdf +123 -0
  50. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
  51. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
  52. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
  53. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +2 -2
  54. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +2 -2
  55. package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
  56. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +2 -2
  57. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +2 -2
  58. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
  59. 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
  60. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  61. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  62. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
  63. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
  64. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
  65. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
  66. package/src/abstract-document-exporters/__tests__/pdf/tmp/Named destination.pdf +1761 -0
  67. package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
  68. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +2 -2
  69. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +2 -2
  70. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
  71. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +2 -2
  72. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +2 -2
  73. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +2 -2
  74. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +2 -2
  75. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +2 -2
  76. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin.pdf +404 -0
  77. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
  78. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
  79. package/src/abstract-document-exporters/__tests__/pdf/tmp/Paragraph numbering.pdf +143 -0
  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/Simple table.pdf +133 -0
  99. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +14 -14
  100. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
  101. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
  102. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +2 -2
  103. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
  104. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
  105. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image from URL.pdf +0 -0
  106. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
  107. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
  108. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
  109. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg dasharray.pdf +2 -2
  110. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  111. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +2 -2
  112. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +2 -2
  113. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +2 -2
  114. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +2 -2
  115. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +2 -2
  116. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
  117. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
  118. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
  119. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
  120. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
  121. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
  122. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
  123. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with default alignment.pdf +113 -0
  124. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
  125. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
  126. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
  127. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello with roman font.pdf +2 -2
  128. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
  129. package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +2 -2
  130. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
  131. package/src/abstract-document-exporters/pdf/render.ts +15 -4
  132. package/lib/abstract-document-xml/__tests__/layer/export-test-def.d.ts +0 -13
  133. package/lib/abstract-document-xml/__tests__/layer/export-test-def.d.ts.map +0 -1
  134. package/lib/abstract-document-xml/__tests__/layer/export-test-def.js +0 -3
  135. package/lib/abstract-document-xml/__tests__/layer/export-test-def.js.map +0 -1
  136. package/lib/abstract-document-xml/__tests__/layer/export.test.d.ts +0 -3
  137. package/lib/abstract-document-xml/__tests__/layer/export.test.d.ts.map +0 -1
  138. package/lib/abstract-document-xml/__tests__/layer/export.test.js +0 -41
  139. package/lib/abstract-document-xml/__tests__/layer/export.test.js.map +0 -1
  140. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.d.ts +0 -3
  141. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.d.ts.map +0 -1
  142. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.js +0 -361
  143. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.js.map +0 -1
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20240208152313Z)
66
+ (D:20240209110314Z)
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 [<bfd8ac3d6e23f0decd7529d666b1b1f5> <bfd8ac3d6e23f0decd7529d666b1b1f5>]
129
+ /ID [<9d080318637a5e2b6dae1649a9163b67> <9d080318637a5e2b6dae1649a9163b67>]
130
130
  >>
131
131
  startxref
132
132
  1014
@@ -229,7 +229,7 @@ endobj
229
229
  (PDFKit)
230
230
  endobj
231
231
  15 0 obj
232
- (D:20240208152313Z)
232
+ (D:20240209110313Z)
233
233
  endobj
234
234
  12 0 obj
235
235
  <<
@@ -295,7 +295,7 @@ trailer
295
295
  /Size 16
296
296
  /Root 3 0 R
297
297
  /Info 12 0 R
298
- /ID [<095b7bb43b73789e1326785445b82280> <095b7bb43b73789e1326785445b82280>]
298
+ /ID [<055893da5955d443d5f79eaed211cbd0> <055893da5955d443d5f79eaed211cbd0>]
299
299
  >>
300
300
  startxref
301
301
  2664
@@ -161,7 +161,7 @@ endobj
161
161
  (PDFKit)
162
162
  endobj
163
163
  15 0 obj
164
- (D:20240208152313Z)
164
+ (D:20240209110313Z)
165
165
  endobj
166
166
  12 0 obj
167
167
  <<
@@ -227,7 +227,7 @@ trailer
227
227
  /Size 16
228
228
  /Root 3 0 R
229
229
  /Info 12 0 R
230
- /ID [<8e124bd15fe21c34811a80e07865c8a0> <8e124bd15fe21c34811a80e07865c8a0>]
230
+ /ID [<4ac6d55b05493e99a2c6fb4ddd5f1ddd> <4ac6d55b05493e99a2c6fb4ddd5f1ddd>]
231
231
  >>
232
232
  startxref
233
233
  1984
@@ -365,7 +365,7 @@ endobj
365
365
  (PDFKit)
366
366
  endobj
367
367
  15 0 obj
368
- (D:20240208152313Z)
368
+ (D:20240209110313Z)
369
369
  endobj
370
370
  12 0 obj
371
371
  <<
@@ -431,7 +431,7 @@ trailer
431
431
  /Size 16
432
432
  /Root 3 0 R
433
433
  /Info 12 0 R
434
- /ID [<6cb8484d9f912bed532bc63a21b738fb> <6cb8484d9f912bed532bc63a21b738fb>]
434
+ /ID [<2de24a54c75bd37f7a1d6f3dbfab2509> <2de24a54c75bd37f7a1d6f3dbfab2509>]
435
435
  >>
436
436
  startxref
437
437
  3929
@@ -603,7 +603,7 @@ endobj
603
603
  (PDFKit)
604
604
  endobj
605
605
  15 0 obj
606
- (D:20240208152313Z)
606
+ (D:20240209110313Z)
607
607
  endobj
608
608
  12 0 obj
609
609
  <<
@@ -669,7 +669,7 @@ trailer
669
669
  /Size 16
670
670
  /Root 3 0 R
671
671
  /Info 12 0 R
672
- /ID [<5d2ed7abf30fd91d04d18e8a185f2db9> <5d2ed7abf30fd91d04d18e8a185f2db9>]
672
+ /ID [<3d9d2d6ca74264f2b59c4208e763a951> <3d9d2d6ca74264f2b59c4208e763a951>]
673
673
  >>
674
674
  startxref
675
675
  6346
@@ -3757,7 +3757,7 @@ endobj
3757
3757
  (PDFKit)
3758
3758
  endobj
3759
3759
  18 0 obj
3760
- (D:20240208152313Z)
3760
+ (D:20240209110313Z)
3761
3761
  endobj
3762
3762
  15 0 obj
3763
3763
  <<
@@ -3826,7 +3826,7 @@ trailer
3826
3826
  /Size 19
3827
3827
  /Root 3 0 R
3828
3828
  /Info 15 0 R
3829
- /ID [<f9e3b2c53fd3c281a72ca061b7814296> <f9e3b2c53fd3c281a72ca061b7814296>]
3829
+ /ID [<4165956e42577ed7b3a1e25b12291486> <4165956e42577ed7b3a1e25b12291486>]
3830
3830
  >>
3831
3831
  startxref
3832
3832
  37209
@@ -331,7 +331,7 @@ endobj
331
331
  (PDFKit)
332
332
  endobj
333
333
  15 0 obj
334
- (D:20240208152313Z)
334
+ (D:20240209110313Z)
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 [<52521aa874f03a84d09485ec162dd8c3> <52521aa874f03a84d09485ec162dd8c3>]
400
+ /ID [<7fefb3df48460b22e7ecd413a8c542d6> <7fefb3df48460b22e7ecd413a8c542d6>]
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:20240208152313Z)
266
+ (D:20240209110313Z)
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 [<82af1fff62d9725318b8d1cb79a9f60b> <82af1fff62d9725318b8d1cb79a9f60b>]
332
+ /ID [<36fe3312e518d8f808a69995658e692b> <36fe3312e518d8f808a69995658e692b>]
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:20240208152313Z)
334
+ (D:20240209110314Z)
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 [<383acd158df564b6d283159fa7786d4e> <383acd158df564b6d283159fa7786d4e>]
400
+ /ID [<49aebd099ecad36746eb0019f6cf087b> <49aebd099ecad36746eb0019f6cf087b>]
401
401
  >>
402
402
  startxref
403
403
  3798
@@ -0,0 +1,404 @@
1
+ %PDF-1.3
2
+ %����
3
+ 7 0 obj
4
+ <<
5
+ /Type /Page
6
+ /Parent 1 0 R
7
+ /MediaBox [0 0 595 842]
8
+ /Contents 5 0 R
9
+ /Resources 6 0 R
10
+ >>
11
+ endobj
12
+ 6 0 obj
13
+ <<
14
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
15
+ /Font <<
16
+ /F1 8 0 R
17
+ >>
18
+ >>
19
+ endobj
20
+ 5 0 obj
21
+ <<
22
+ /Length 2426
23
+ >>
24
+ stream
25
+ 1 0 0 -1 0 842 cm
26
+ /DeviceRGB cs
27
+ 0 0 0 scn
28
+ q
29
+ 1 0 0 -1 0 842 cm
30
+ BT
31
+ 1 0 0 1 0 334.82 Tm
32
+ /F1 10 Tf
33
+ [<54> 120 <65737420746162> 20 <6c652073746172> -40 <74732062656c6f> 15 <772074686973206c696e65> 0] TJ
34
+ ET
35
+ Q
36
+ 1 w
37
+ 0 511.36 m
38
+ 150 511.36 l
39
+ /DeviceRGB CS
40
+ 0 0 0 SCN
41
+ S
42
+ 1 w
43
+ 149.8 0 m
44
+ 149.8 511.86 l
45
+ /DeviceRGB CS
46
+ 0 0 0 SCN
47
+ S
48
+ 1 w
49
+ 0.2 0 m
50
+ 0.2 511.86 l
51
+ /DeviceRGB CS
52
+ 0 0 0 SCN
53
+ S
54
+ 1 w
55
+ -0.3 0.2 m
56
+ 150.3 0.2 l
57
+ /DeviceRGB CS
58
+ 0 0 0 SCN
59
+ S
60
+ /DeviceRGB cs
61
+ 0 0 0 scn
62
+ q
63
+ 1 0 0 -1 0 842 cm
64
+ BT
65
+ 1 0 0 1 0 203.26 Tm
66
+ /F1 10 Tf
67
+ [<48656c6c6f2031> 0] TJ
68
+ ET
69
+ Q
70
+ 1 w
71
+ 0 663.12 m
72
+ 150 663.12 l
73
+ /DeviceRGB CS
74
+ 0 0 0 SCN
75
+ S
76
+ 1 w
77
+ 150 611.56 m
78
+ 150 663.42 l
79
+ /DeviceRGB CS
80
+ 0 0 0 SCN
81
+ S
82
+ 1 w
83
+ 0.2 611.56 m
84
+ 0.2 663.42 l
85
+ /DeviceRGB CS
86
+ 0 0 0 SCN
87
+ S
88
+ 1 w
89
+ -0.3 611.76 m
90
+ 150.3 611.76 l
91
+ /DeviceRGB CS
92
+ 0 0 0 SCN
93
+ S
94
+ /DeviceRGB cs
95
+ 0 0 0 scn
96
+ q
97
+ 1 0 0 -1 0 842 cm
98
+ BT
99
+ 1 0 0 1 150 203.26 Tm
100
+ /F1 10 Tf
101
+ [<48656c6c6f2032> 0] TJ
102
+ ET
103
+ Q
104
+ 1 w
105
+ 150 663.12 m
106
+ 250 663.12 l
107
+ /DeviceRGB CS
108
+ 0 0 0 SCN
109
+ S
110
+ 1 w
111
+ 249.8 611.56 m
112
+ 249.8 663.42 l
113
+ /DeviceRGB CS
114
+ 0 0 0 SCN
115
+ S
116
+ 1 w
117
+ 150 611.56 m
118
+ 150 663.42 l
119
+ /DeviceRGB CS
120
+ 0 0 0 SCN
121
+ S
122
+ 1 w
123
+ 149.5 611.76 m
124
+ 250.3 611.76 l
125
+ /DeviceRGB CS
126
+ 0 0 0 SCN
127
+ S
128
+ /DeviceRGB cs
129
+ 0 0 0 scn
130
+ q
131
+ 1 0 0 -1 0 842 cm
132
+ BT
133
+ 1 0 0 1 0 151.7 Tm
134
+ /F1 10 Tf
135
+ [<48656c6c6f2031> 0] TJ
136
+ ET
137
+ Q
138
+ 1 w
139
+ 0 714.68 m
140
+ 150 714.68 l
141
+ /DeviceRGB CS
142
+ 0 0 0 SCN
143
+ S
144
+ 1 w
145
+ 150 663.12 m
146
+ 150 714.98 l
147
+ /DeviceRGB CS
148
+ 0 0 0 SCN
149
+ S
150
+ 1 w
151
+ 0.2 663.12 m
152
+ 0.2 714.98 l
153
+ /DeviceRGB CS
154
+ 0 0 0 SCN
155
+ S
156
+ 1 w
157
+ -0.3 663.12 m
158
+ 150.3 663.12 l
159
+ /DeviceRGB CS
160
+ 0 0 0 SCN
161
+ S
162
+ /DeviceRGB cs
163
+ 0 0 0 scn
164
+ q
165
+ 1 0 0 -1 0 842 cm
166
+ BT
167
+ 1 0 0 1 150 151.7 Tm
168
+ /F1 10 Tf
169
+ [<48656c6c6f2032> 0] TJ
170
+ ET
171
+ Q
172
+ 1 w
173
+ 150 714.68 m
174
+ 250 714.68 l
175
+ /DeviceRGB CS
176
+ 0 0 0 SCN
177
+ S
178
+ 1 w
179
+ 249.8 663.12 m
180
+ 249.8 714.98 l
181
+ /DeviceRGB CS
182
+ 0 0 0 SCN
183
+ S
184
+ 1 w
185
+ 150 663.12 m
186
+ 150 714.98 l
187
+ /DeviceRGB CS
188
+ 0 0 0 SCN
189
+ S
190
+ 1 w
191
+ 149.5 663.12 m
192
+ 250.3 663.12 l
193
+ /DeviceRGB CS
194
+ 0 0 0 SCN
195
+ S
196
+ /DeviceRGB cs
197
+ 0 0 0 scn
198
+ q
199
+ 1 0 0 -1 0 842 cm
200
+ BT
201
+ 1 0 0 1 0 100.14 Tm
202
+ /F1 10 Tf
203
+ [<48656c6c6f2031> 0] TJ
204
+ ET
205
+ Q
206
+ 1 w
207
+ 0 766.04 m
208
+ 150 766.04 l
209
+ /DeviceRGB CS
210
+ 0 0 0 SCN
211
+ S
212
+ 1 w
213
+ 150 714.68 m
214
+ 150 766.54 l
215
+ /DeviceRGB CS
216
+ 0 0 0 SCN
217
+ S
218
+ 1 w
219
+ 0.2 714.68 m
220
+ 0.2 766.54 l
221
+ /DeviceRGB CS
222
+ 0 0 0 SCN
223
+ S
224
+ 1 w
225
+ -0.3 714.68 m
226
+ 150.3 714.68 l
227
+ /DeviceRGB CS
228
+ 0 0 0 SCN
229
+ S
230
+ /DeviceRGB cs
231
+ 0 0 0 scn
232
+ q
233
+ 1 0 0 -1 0 842 cm
234
+ BT
235
+ 1 0 0 1 150 100.14 Tm
236
+ /F1 10 Tf
237
+ [<48656c6c6f2032> 0] TJ
238
+ ET
239
+ Q
240
+ 1 w
241
+ 150 766.04 m
242
+ 250 766.04 l
243
+ /DeviceRGB CS
244
+ 0 0 0 SCN
245
+ S
246
+ 1 w
247
+ 249.8 714.68 m
248
+ 249.8 766.54 l
249
+ /DeviceRGB CS
250
+ 0 0 0 SCN
251
+ S
252
+ 1 w
253
+ 150 714.68 m
254
+ 150 766.54 l
255
+ /DeviceRGB CS
256
+ 0 0 0 SCN
257
+ S
258
+ 1 w
259
+ 149.5 714.68 m
260
+ 250.3 714.68 l
261
+ /DeviceRGB CS
262
+ 0 0 0 SCN
263
+ S
264
+
265
+ endstream
266
+ endobj
267
+ 11 0 obj
268
+ <<
269
+ /Type /Page
270
+ /Parent 1 0 R
271
+ /MediaBox [0 0 595 842]
272
+ /Contents 9 0 R
273
+ /Resources 10 0 R
274
+ >>
275
+ endobj
276
+ 10 0 obj
277
+ <<
278
+ /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
279
+ /Font <<
280
+ /F1 8 0 R
281
+ >>
282
+ >>
283
+ endobj
284
+ 9 0 obj
285
+ <<
286
+ /Length 408
287
+ >>
288
+ stream
289
+ 1 0 0 -1 0 842 cm
290
+ /DeviceRGB cs
291
+ 0 0 0 scn
292
+ q
293
+ 1 0 0 -1 0 842 cm
294
+ BT
295
+ 1 0 0 1 0 834.82 Tm
296
+ /F1 10 Tf
297
+ [<54> 120 <65737420746162> 20 <6c6520656e6465642061626f> 15 <76> 25 <652074686973206c696e65> 0] TJ
298
+ ET
299
+ Q
300
+ 1 w
301
+ 0 11.36 m
302
+ 150 11.36 l
303
+ /DeviceRGB CS
304
+ 0 0 0 SCN
305
+ S
306
+ 1 w
307
+ 149.8 0 m
308
+ 149.8 11.86 l
309
+ /DeviceRGB CS
310
+ 0 0 0 SCN
311
+ S
312
+ 1 w
313
+ 0.2 0 m
314
+ 0.2 11.86 l
315
+ /DeviceRGB CS
316
+ 0 0 0 SCN
317
+ S
318
+ 1 w
319
+ -0.3 0.2 m
320
+ 150.3 0.2 l
321
+ /DeviceRGB CS
322
+ 0 0 0 SCN
323
+ S
324
+
325
+ endstream
326
+ endobj
327
+ 13 0 obj
328
+ (PDFKit)
329
+ endobj
330
+ 14 0 obj
331
+ (PDFKit)
332
+ endobj
333
+ 15 0 obj
334
+ (D:20211124114438Z)
335
+ endobj
336
+ 12 0 obj
337
+ <<
338
+ /Producer 13 0 R
339
+ /Creator 14 0 R
340
+ /CreationDate 15 0 R
341
+ >>
342
+ endobj
343
+ 8 0 obj
344
+ <<
345
+ /Type /Font
346
+ /BaseFont /Helvetica
347
+ /Subtype /Type1
348
+ /Encoding /WinAnsiEncoding
349
+ >>
350
+ endobj
351
+ 4 0 obj
352
+ <<
353
+ >>
354
+ endobj
355
+ 3 0 obj
356
+ <<
357
+ /Type /Catalog
358
+ /Pages 1 0 R
359
+ /Names 2 0 R
360
+ >>
361
+ endobj
362
+ 1 0 obj
363
+ <<
364
+ /Type /Pages
365
+ /Count 2
366
+ /Kids [7 0 R 11 0 R]
367
+ >>
368
+ endobj
369
+ 2 0 obj
370
+ <<
371
+ /Dests <<
372
+ /Names [
373
+ ]
374
+ >>
375
+ >>
376
+ endobj
377
+ xref
378
+ 0 16
379
+ 0000000000 65535 f
380
+ 0000003683 00000 n
381
+ 0000003747 00000 n
382
+ 0000003621 00000 n
383
+ 0000003600 00000 n
384
+ 0000000208 00000 n
385
+ 0000000119 00000 n
386
+ 0000000015 00000 n
387
+ 0000003503 00000 n
388
+ 0000002882 00000 n
389
+ 0000002792 00000 n
390
+ 0000002686 00000 n
391
+ 0000003427 00000 n
392
+ 0000003341 00000 n
393
+ 0000003366 00000 n
394
+ 0000003391 00000 n
395
+ trailer
396
+ <<
397
+ /Size 16
398
+ /Root 3 0 R
399
+ /Info 12 0 R
400
+ /ID [<38e98f77f6df53bf3d18522900f129c8> <38e98f77f6df53bf3d18522900f129c8>]
401
+ >>
402
+ startxref
403
+ 3794
404
+ %%EOF
@@ -3907,7 +3907,7 @@ endobj
3907
3907
  (PDFKit)
3908
3908
  endobj
3909
3909
  18 0 obj
3910
- (D:20240208152313Z)
3910
+ (D:20240209110314Z)
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 [<a606b3a2be0753154773fe00180d7e42> <a606b3a2be0753154773fe00180d7e42>]
3979
+ /ID [<77db0457ef9eed7ee3f13e1b64b8469b> <77db0457ef9eed7ee3f13e1b64b8469b>]
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:20240208152313Z)
416
+ (D:20240209110314Z)
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 [<a444e3a38832b6e1a6849427f2c87702> <a444e3a38832b6e1a6849427f2c87702>]
482
+ /ID [<61010ebbc7bd0eb9a19829cf66fd4c11> <61010ebbc7bd0eb9a19829cf66fd4c11>]
483
483
  >>
484
484
  startxref
485
485
  4395