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
@@ -0,0 +1,123 @@
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 224
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 834.82 Tm
32
+ /F1 10 Tf
33
+ [<48656c6c6f> 0] TJ
34
+ ET
35
+ Q
36
+ /DeviceRGB cs
37
+ 0 0 0 scn
38
+ q
39
+ 1 0 0 -1 0 842 cm
40
+ BT
41
+ 1 0 0 1 0 823.26 Tm
42
+ /F1 10 Tf
43
+ [<48656c6c6f32> 0] TJ
44
+ ET
45
+ Q
46
+
47
+ endstream
48
+ endobj
49
+ 10 0 obj
50
+ (PDFKit)
51
+ endobj
52
+ 11 0 obj
53
+ (PDFKit)
54
+ endobj
55
+ 12 0 obj
56
+ (D:20210906095412Z)
57
+ endobj
58
+ 9 0 obj
59
+ <<
60
+ /Producer 10 0 R
61
+ /Creator 11 0 R
62
+ /CreationDate 12 0 R
63
+ >>
64
+ endobj
65
+ 8 0 obj
66
+ <<
67
+ /Type /Font
68
+ /BaseFont /Helvetica
69
+ /Subtype /Type1
70
+ /Encoding /WinAnsiEncoding
71
+ >>
72
+ endobj
73
+ 4 0 obj
74
+ <<
75
+ >>
76
+ endobj
77
+ 3 0 obj
78
+ <<
79
+ /Type /Catalog
80
+ /Pages 1 0 R
81
+ /Names 2 0 R
82
+ >>
83
+ endobj
84
+ 1 0 obj
85
+ <<
86
+ /Type /Pages
87
+ /Count 1
88
+ /Kids [7 0 R]
89
+ >>
90
+ endobj
91
+ 2 0 obj
92
+ <<
93
+ /Dests <<
94
+ /Names [
95
+ ]
96
+ >>
97
+ >>
98
+ endobj
99
+ xref
100
+ 0 13
101
+ 0000000000 65535 f
102
+ 0000000824 00000 n
103
+ 0000000881 00000 n
104
+ 0000000762 00000 n
105
+ 0000000741 00000 n
106
+ 0000000208 00000 n
107
+ 0000000119 00000 n
108
+ 0000000015 00000 n
109
+ 0000000644 00000 n
110
+ 0000000569 00000 n
111
+ 0000000483 00000 n
112
+ 0000000508 00000 n
113
+ 0000000533 00000 n
114
+ trailer
115
+ <<
116
+ /Size 13
117
+ /Root 3 0 R
118
+ /Info 9 0 R
119
+ /ID [<4fde286c89f5da377a5c4789e0ae8603> <4fde286c89f5da377a5c4789e0ae8603>]
120
+ >>
121
+ startxref
122
+ 928
123
+ %%EOF
@@ -93,7 +93,7 @@ endobj
93
93
  (PDFKit)
94
94
  endobj
95
95
  12 0 obj
96
- (D:20240208152313Z)
96
+ (D:20240209110313Z)
97
97
  endobj
98
98
  9 0 obj
99
99
  <<
@@ -156,7 +156,7 @@ trailer
156
156
  /Size 13
157
157
  /Root 3 0 R
158
158
  /Info 9 0 R
159
- /ID [<7d1b167be4b5140c818dc883c8f63c3b> <7d1b167be4b5140c818dc883c8f63c3b>]
159
+ /ID [<b139061becd83104a6eb78abc77038c9> <b139061becd83104a6eb78abc77038c9>]
160
160
  >>
161
161
  startxref
162
162
  1365
@@ -1165,7 +1165,7 @@ endobj
1165
1165
  (PDFKit)
1166
1166
  endobj
1167
1167
  99 0 obj
1168
- (D:20240208152313Z)
1168
+ (D:20240209110313Z)
1169
1169
  endobj
1170
1170
  96 0 obj
1171
1171
  <<
@@ -1322,7 +1322,7 @@ trailer
1322
1322
  /Size 100
1323
1323
  /Root 3 0 R
1324
1324
  /Info 96 0 R
1325
- /ID [<c1b1990d7dd00f11a7c1376785ff0336> <c1b1990d7dd00f11a7c1376785ff0336>]
1325
+ /ID [<1e91c4eb5e4d5e82f13a30980b2e785d> <1e91c4eb5e4d5e82f13a30980b2e785d>]
1326
1326
  >>
1327
1327
  startxref
1328
1328
  12878
@@ -1165,7 +1165,7 @@ endobj
1165
1165
  (PDFKit)
1166
1166
  endobj
1167
1167
  99 0 obj
1168
- (D:20240208152313Z)
1168
+ (D:20240209110313Z)
1169
1169
  endobj
1170
1170
  96 0 obj
1171
1171
  <<
@@ -1322,7 +1322,7 @@ trailer
1322
1322
  /Size 100
1323
1323
  /Root 3 0 R
1324
1324
  /Info 96 0 R
1325
- /ID [<efeeef2ea00bb3ca8dea2baa58071f8e> <efeeef2ea00bb3ca8dea2baa58071f8e>]
1325
+ /ID [<3c094881f4c143ab06d0b3718305f9ac> <3c094881f4c143ab06d0b3718305f9ac>]
1326
1326
  >>
1327
1327
  startxref
1328
1328
  12878
@@ -53,7 +53,7 @@ endobj
53
53
  (PDFKit)
54
54
  endobj
55
55
  12 0 obj
56
- (D:20240208152313Z)
56
+ (D:20240209110313Z)
57
57
  endobj
58
58
  9 0 obj
59
59
  <<
@@ -116,7 +116,7 @@ trailer
116
116
  /Size 13
117
117
  /Root 3 0 R
118
118
  /Info 9 0 R
119
- /ID [<f0872e1f0a313102d2baad13ef0c2f74> <f0872e1f0a313102d2baad13ef0c2f74>]
119
+ /ID [<0fb662fc0621c22496a13b4b28c060cb> <0fb662fc0621c22496a13b4b28c060cb>]
120
120
  >>
121
121
  startxref
122
122
  939
@@ -53,7 +53,7 @@ endobj
53
53
  (PDFKit)
54
54
  endobj
55
55
  12 0 obj
56
- (D:20240208152313Z)
56
+ (D:20240209110313Z)
57
57
  endobj
58
58
  9 0 obj
59
59
  <<
@@ -116,7 +116,7 @@ trailer
116
116
  /Size 13
117
117
  /Root 3 0 R
118
118
  /Info 9 0 R
119
- /ID [<20f08430c2beb9acefc058a01a8b16a9> <20f08430c2beb9acefc058a01a8b16a9>]
119
+ /ID [<20ecb79bbd3774ada11d383c0cb2a215> <20ecb79bbd3774ada11d383c0cb2a215>]
120
120
  >>
121
121
  startxref
122
122
  939
@@ -605,7 +605,7 @@ endobj
605
605
  (PDFKit)
606
606
  endobj
607
607
  15 0 obj
608
- (D:20240208152313Z)
608
+ (D:20240209110313Z)
609
609
  endobj
610
610
  12 0 obj
611
611
  <<
@@ -671,7 +671,7 @@ trailer
671
671
  /Size 16
672
672
  /Root 3 0 R
673
673
  /Info 12 0 R
674
- /ID [<c9472a573533dbd5ba9f08bb9e316e95> <c9472a573533dbd5ba9f08bb9e316e95>]
674
+ /ID [<955ceb86a6f971afdb8f11b8cc86f6bd> <955ceb86a6f971afdb8f11b8cc86f6bd>]
675
675
  >>
676
676
  startxref
677
677
  13550
@@ -106,7 +106,7 @@ endobj
106
106
  (PDFKit)
107
107
  endobj
108
108
  16 0 obj
109
- (D:20240208152313Z)
109
+ (D:20240209110313Z)
110
110
  endobj
111
111
  13 0 obj
112
112
  <<
@@ -173,7 +173,7 @@ trailer
173
173
  /Size 17
174
174
  /Root 3 0 R
175
175
  /Info 13 0 R
176
- /ID [<cd6748d1c3115293577422beebf0b7ff> <cd6748d1c3115293577422beebf0b7ff>]
176
+ /ID [<7c0c38d0c75ffef6517fd1a14563374d> <7c0c38d0c75ffef6517fd1a14563374d>]
177
177
  >>
178
178
  startxref
179
179
  1543
@@ -117,7 +117,7 @@ endobj
117
117
  (PDFKit)
118
118
  endobj
119
119
  17 0 obj
120
- (D:20240208152313Z)
120
+ (D:20240209110313Z)
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 [<95b89eb37db896c84faad7ca4851da87> <95b89eb37db896c84faad7ca4851da87>]
188
+ /ID [<370f1e267380ee7e1c8035dbe8d39bbf> <370f1e267380ee7e1c8035dbe8d39bbf>]
189
189
  >>
190
190
  startxref
191
191
  1739
@@ -106,7 +106,7 @@ endobj
106
106
  (PDFKit)
107
107
  endobj
108
108
  16 0 obj
109
- (D:20240208152313Z)
109
+ (D:20240209110313Z)
110
110
  endobj
111
111
  13 0 obj
112
112
  <<
@@ -173,7 +173,7 @@ trailer
173
173
  /Size 17
174
174
  /Root 3 0 R
175
175
  /Info 13 0 R
176
- /ID [<0e480f79d21d31fbc4b5a07609370f87> <0e480f79d21d31fbc4b5a07609370f87>]
176
+ /ID [<f0ab71db4b80aea28a9cff790630009e> <f0ab71db4b80aea28a9cff790630009e>]
177
177
  >>
178
178
  startxref
179
179
  1543
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20240208152313Z)
66
+ (D:20240209110313Z)
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 [<5269ec27d277337d75d4758393273b13> <5269ec27d277337d75d4758393273b13>]
129
+ /ID [<17c1c063e45b262cedff0d8a4a6c3601> <17c1c063e45b262cedff0d8a4a6c3601>]
130
130
  >>
131
131
  startxref
132
132
  1142
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20240208152313Z)
66
+ (D:20240209110313Z)
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 [<2a94f9279810fa0281b19445a815176d> <2a94f9279810fa0281b19445a815176d>]
129
+ /ID [<c74af90621fb6a091bef5e80e2b7e3a8> <c74af90621fb6a091bef5e80e2b7e3a8>]
130
130
  >>
131
131
  startxref
132
132
  1139
@@ -71,7 +71,7 @@ endobj
71
71
  (PDFKit)
72
72
  endobj
73
73
  12 0 obj
74
- (D:20240208152313Z)
74
+ (D:20240209110313Z)
75
75
  endobj
76
76
  9 0 obj
77
77
  <<
@@ -134,7 +134,7 @@ trailer
134
134
  /Size 13
135
135
  /Root 3 0 R
136
136
  /Info 9 0 R
137
- /ID [<ec9ced7d6b63c9f77e788f7bb976ec59> <ec9ced7d6b63c9f77e788f7bb976ec59>]
137
+ /ID [<5c05a23b1a83d6c66e15e186707f53ae> <5c05a23b1a83d6c66e15e186707f53ae>]
138
138
  >>
139
139
  startxref
140
140
  1693
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20240208152313Z)
66
+ (D:20240209110313Z)
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 [<ad09f8125546eae3b2140f578a26155b> <ad09f8125546eae3b2140f578a26155b>]
129
+ /ID [<e1220404aab04c073740ffb348521ca2> <e1220404aab04c073740ffb348521ca2>]
130
130
  >>
131
131
  startxref
132
132
  1133