abstract-document 6.3.1 → 6.3.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 (114) hide show
  1. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.d.ts +3 -0
  2. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.d.ts.map +1 -0
  3. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.js +423 -0
  4. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.js.map +1 -0
  5. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.d.ts +3 -0
  6. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.d.ts.map +1 -0
  7. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.js +331 -0
  8. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.js.map +1 -0
  9. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.d.ts +3 -0
  10. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.d.ts.map +1 -0
  11. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.js +423 -0
  12. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.js.map +1 -0
  13. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.d.ts +3 -0
  14. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.d.ts.map +1 -0
  15. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.js +56 -0
  16. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.js.map +1 -0
  17. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.d.ts +3 -0
  18. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.d.ts.map +1 -0
  19. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.js +148 -0
  20. package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.js.map +1 -0
  21. package/lib/abstract-document-exporters/pdf/paginate.js +42 -29
  22. package/lib/abstract-document-exporters/pdf/paginate.js.map +1 -1
  23. package/package.json +2 -2
  24. package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
  25. 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
  26. 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
  27. 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
  28. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
  29. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
  30. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  31. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  32. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  33. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  34. package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
  35. 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
  36. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
  37. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
  38. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
  39. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
  40. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  41. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
  42. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  43. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
  44. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  45. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
  46. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
  47. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
  48. package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
  49. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.tsx +455 -0
  50. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.tsx +354 -0
  51. package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.tsx +455 -0
  52. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
  53. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
  54. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
  55. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
  56. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
  57. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.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.pdf +2 -2
  60. 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
  61. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  62. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  63. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
  64. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
  65. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
  66. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
  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 margin bottom.pdf +404 -0
  72. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +336 -0
  73. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +404 -0
  74. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin.pdf +404 -0
  75. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
  76. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
  77. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
  78. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
  79. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
  80. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
  81. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
  82. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
  83. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
  84. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
  85. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
  86. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
  87. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
  88. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
  89. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
  90. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
  91. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +205 -0
  92. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
  93. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
  94. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +14 -14
  95. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
  96. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
  97. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
  98. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
  99. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
  100. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
  101. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  102. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
  103. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
  104. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
  105. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
  106. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
  107. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
  108. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
  109. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
  110. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
  111. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
  112. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
  113. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
  114. package/src/abstract-document-exporters/pdf/paginate.ts +84 -38
@@ -0,0 +1,205 @@
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 960
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 5 829.82 Tm
32
+ /F1 10 Tf
33
+ [<4368696c642031> 0] TJ
34
+ ET
35
+ Q
36
+ 2 w
37
+ 5 15.86 m
38
+ 105 15.86 l
39
+ /DeviceRGB CS
40
+ 0 0 0 SCN
41
+ S
42
+ 2 w
43
+ 105 5 m
44
+ 105 16.86 l
45
+ /DeviceRGB CS
46
+ 0 0 0 SCN
47
+ S
48
+ 2 w
49
+ 5.7 5 m
50
+ 5.7 16.86 l
51
+ /DeviceRGB CS
52
+ 0 0 0 SCN
53
+ S
54
+ 2 w
55
+ 4.7 5.7 m
56
+ 105.3 5.7 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 105 829.82 Tm
66
+ /F1 10 Tf
67
+ [<4368696c642032> 0] TJ
68
+ ET
69
+ Q
70
+ 2 w
71
+ 105 15.86 m
72
+ 205 15.86 l
73
+ /DeviceRGB CS
74
+ 0 0 0 SCN
75
+ S
76
+ 2 w
77
+ 205 5 m
78
+ 205 16.86 l
79
+ /DeviceRGB CS
80
+ 0 0 0 SCN
81
+ S
82
+ 2 w
83
+ 105 5 m
84
+ 105 16.86 l
85
+ /DeviceRGB CS
86
+ 0 0 0 SCN
87
+ S
88
+ 2 w
89
+ 104 5.7 m
90
+ 205.3 5.7 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 205 829.82 Tm
100
+ /F1 10 Tf
101
+ [<4368696c642033> 0] TJ
102
+ ET
103
+ Q
104
+ 2 w
105
+ 205 15.86 m
106
+ 305 15.86 l
107
+ /DeviceRGB CS
108
+ 0 0 0 SCN
109
+ S
110
+ 2 w
111
+ 304.3 5 m
112
+ 304.3 16.86 l
113
+ /DeviceRGB CS
114
+ 0 0 0 SCN
115
+ S
116
+ 2 w
117
+ 205 5 m
118
+ 205 16.86 l
119
+ /DeviceRGB CS
120
+ 0 0 0 SCN
121
+ S
122
+ 2 w
123
+ 204 5.7 m
124
+ 305.3 5.7 l
125
+ /DeviceRGB CS
126
+ 0 0 0 SCN
127
+ S
128
+
129
+ endstream
130
+ endobj
131
+ 10 0 obj
132
+ (PDFKit)
133
+ endobj
134
+ 11 0 obj
135
+ (PDFKit)
136
+ endobj
137
+ 12 0 obj
138
+ (D:20211124093651Z)
139
+ endobj
140
+ 9 0 obj
141
+ <<
142
+ /Producer 10 0 R
143
+ /Creator 11 0 R
144
+ /CreationDate 12 0 R
145
+ >>
146
+ endobj
147
+ 8 0 obj
148
+ <<
149
+ /Type /Font
150
+ /BaseFont /Helvetica
151
+ /Subtype /Type1
152
+ /Encoding /WinAnsiEncoding
153
+ >>
154
+ endobj
155
+ 4 0 obj
156
+ <<
157
+ >>
158
+ endobj
159
+ 3 0 obj
160
+ <<
161
+ /Type /Catalog
162
+ /Pages 1 0 R
163
+ /Names 2 0 R
164
+ >>
165
+ endobj
166
+ 1 0 obj
167
+ <<
168
+ /Type /Pages
169
+ /Count 1
170
+ /Kids [7 0 R]
171
+ >>
172
+ endobj
173
+ 2 0 obj
174
+ <<
175
+ /Dests <<
176
+ /Names [
177
+ ]
178
+ >>
179
+ >>
180
+ endobj
181
+ xref
182
+ 0 13
183
+ 0000000000 65535 f
184
+ 0000001560 00000 n
185
+ 0000001617 00000 n
186
+ 0000001498 00000 n
187
+ 0000001477 00000 n
188
+ 0000000208 00000 n
189
+ 0000000119 00000 n
190
+ 0000000015 00000 n
191
+ 0000001380 00000 n
192
+ 0000001305 00000 n
193
+ 0000001219 00000 n
194
+ 0000001244 00000 n
195
+ 0000001269 00000 n
196
+ trailer
197
+ <<
198
+ /Size 13
199
+ /Root 3 0 R
200
+ /Info 9 0 R
201
+ /ID [<d826a20fe3a46d22dfafa0cf61b6d477> <d826a20fe3a46d22dfafa0cf61b6d477>]
202
+ >>
203
+ startxref
204
+ 1664
205
+ %%EOF
@@ -147,7 +147,7 @@ endobj
147
147
  (PDFKit)
148
148
  endobj
149
149
  12 0 obj
150
- (D:20211115110806Z)
150
+ (D:20211124130824Z)
151
151
  endobj
152
152
  9 0 obj
153
153
  <<
@@ -210,7 +210,7 @@ trailer
210
210
  /Size 13
211
211
  /Root 3 0 R
212
212
  /Info 9 0 R
213
- /ID [<0be82d429b679209c3e54228fde5ee8a> <0be82d429b679209c3e54228fde5ee8a>]
213
+ /ID [<e3e3cabcfc372e88858898140aff9670> <e3e3cabcfc372e88858898140aff9670>]
214
214
  >>
215
215
  startxref
216
216
  1873
@@ -147,7 +147,7 @@ endobj
147
147
  (PDFKit)
148
148
  endobj
149
149
  12 0 obj
150
- (D:20211115110806Z)
150
+ (D:20211124130824Z)
151
151
  endobj
152
152
  9 0 obj
153
153
  <<
@@ -210,7 +210,7 @@ trailer
210
210
  /Size 13
211
211
  /Root 3 0 R
212
212
  /Info 9 0 R
213
- /ID [<ccc933d24aa4055b5ffd7efd051f9efe> <ccc933d24aa4055b5ffd7efd051f9efe>]
213
+ /ID [<3226e43f1494a48691014f2f38151bae> <3226e43f1494a48691014f2f38151bae>]
214
214
  >>
215
215
  startxref
216
216
  1822
@@ -19,7 +19,7 @@ endobj
19
19
  endobj
20
20
  5 0 obj
21
21
  <<
22
- /Length 146
22
+ /Length 152
23
23
  >>
24
24
  stream
25
25
  1 0 0 -1 0 842 cm
@@ -30,7 +30,7 @@ q
30
30
  BT
31
31
  1 0 0 1 0 834.82 Tm
32
32
  /F1 10 Tf
33
- [<4d6f6e204e6f> 15 <762031352032303231> 0] TJ
33
+ [<57> 30 <6564204e6f> 15 <762032342032303231> 0] TJ
34
34
  ET
35
35
  Q
36
36
 
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20211115110804Z)
46
+ (D:20211124130822Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -89,25 +89,25 @@ endobj
89
89
  xref
90
90
  0 13
91
91
  0000000000 65535 f
92
- 0000000746 00000 n
93
- 0000000803 00000 n
94
- 0000000684 00000 n
95
- 0000000663 00000 n
92
+ 0000000752 00000 n
93
+ 0000000809 00000 n
94
+ 0000000690 00000 n
95
+ 0000000669 00000 n
96
96
  0000000208 00000 n
97
97
  0000000119 00000 n
98
98
  0000000015 00000 n
99
- 0000000566 00000 n
100
- 0000000491 00000 n
101
- 0000000405 00000 n
102
- 0000000430 00000 n
103
- 0000000455 00000 n
99
+ 0000000572 00000 n
100
+ 0000000497 00000 n
101
+ 0000000411 00000 n
102
+ 0000000436 00000 n
103
+ 0000000461 00000 n
104
104
  trailer
105
105
  <<
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<645aa62f189b6f1c27ddcc4f25b45c3b> <645aa62f189b6f1c27ddcc4f25b45c3b>]
109
+ /ID [<df02dcaa148dbd13b4795707fbfb2d97> <df02dcaa148dbd13b4795707fbfb2d97>]
110
110
  >>
111
111
  startxref
112
- 850
112
+ 856
113
113
  %%EOF
@@ -73,7 +73,7 @@ endobj
73
73
  (PDFKit)
74
74
  endobj
75
75
  15 0 obj
76
- (D:20211115110806Z)
76
+ (D:20211124130824Z)
77
77
  endobj
78
78
  12 0 obj
79
79
  <<
@@ -139,7 +139,7 @@ trailer
139
139
  /Size 16
140
140
  /Root 3 0 R
141
141
  /Info 12 0 R
142
- /ID [<4e63ef48fc358ccb8715c8bcc59804da> <4e63ef48fc358ccb8715c8bcc59804da>]
142
+ /ID [<c33f44935e85ee14f9bb1b41011702e3> <c33f44935e85ee14f9bb1b41011702e3>]
143
143
  >>
144
144
  startxref
145
145
  1242
@@ -73,7 +73,7 @@ endobj
73
73
  (PDFKit)
74
74
  endobj
75
75
  15 0 obj
76
- (D:20211115110806Z)
76
+ (D:20211124130824Z)
77
77
  endobj
78
78
  12 0 obj
79
79
  <<
@@ -139,7 +139,7 @@ trailer
139
139
  /Size 16
140
140
  /Root 3 0 R
141
141
  /Info 12 0 R
142
- /ID [<292bde5e9905412d5dfe8f38e6d7b4a6> <292bde5e9905412d5dfe8f38e6d7b4a6>]
142
+ /ID [<3ec738fe81e3f12fd1f9a6d4edc37a34> <3ec738fe81e3f12fd1f9a6d4edc37a34>]
143
143
  >>
144
144
  startxref
145
145
  1228
@@ -73,7 +73,7 @@ endobj
73
73
  (PDFKit)
74
74
  endobj
75
75
  15 0 obj
76
- (D:20211115110806Z)
76
+ (D:20211124130824Z)
77
77
  endobj
78
78
  12 0 obj
79
79
  <<
@@ -139,7 +139,7 @@ trailer
139
139
  /Size 16
140
140
  /Root 3 0 R
141
141
  /Info 12 0 R
142
- /ID [<b788f55ab38421ac7c38320ae42a7515> <b788f55ab38421ac7c38320ae42a7515>]
142
+ /ID [<4fcaf521a125a4da475898c6290abfc6> <4fcaf521a125a4da475898c6290abfc6>]
143
143
  >>
144
144
  startxref
145
145
  1209
@@ -108,7 +108,7 @@ endobj
108
108
  (PDFKit)
109
109
  endobj
110
110
  13 0 obj
111
- (D:20211115110806Z)
111
+ (D:20211124130824Z)
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 [<b87606bf27cb53bc5ab50ec0ae1feb75> <b87606bf27cb53bc5ab50ec0ae1feb75>]
175
+ /ID [<a58818bab3ebea4eae738e810d7067f2> <a58818bab3ebea4eae738e810d7067f2>]
176
176
  >>
177
177
  startxref
178
178
  1530
@@ -108,7 +108,7 @@ endobj
108
108
  (PDFKit)
109
109
  endobj
110
110
  13 0 obj
111
- (D:20211115110806Z)
111
+ (D:20211124130824Z)
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 [<aefd76086b1785964fff830c0763206b> <aefd76086b1785964fff830c0763206b>]
175
+ /ID [<9fdf8c471e0c50dd0d341ab2ee7bc429> <9fdf8c471e0c50dd0d341ab2ee7bc429>]
176
176
  >>
177
177
  startxref
178
178
  1530
@@ -154,7 +154,7 @@ endobj
154
154
  (PDFKit)
155
155
  endobj
156
156
  18 0 obj
157
- (D:20211115110806Z)
157
+ (D:20211124130824Z)
158
158
  endobj
159
159
  15 0 obj
160
160
  <<
@@ -215,7 +215,7 @@ trailer
215
215
  /Size 19
216
216
  /Root 3 0 R
217
217
  /Info 15 0 R
218
- /ID [<5e7a8a322209fe69033ecf76715ca9bb> <5e7a8a322209fe69033ecf76715ca9bb>]
218
+ /ID [<25984e9eac0d85c0607d7987a97da5ec> <25984e9eac0d85c0607d7987a97da5ec>]
219
219
  >>
220
220
  startxref
221
221
  1798
@@ -51,7 +51,7 @@ endobj
51
51
  (PDFKit)
52
52
  endobj
53
53
  12 0 obj
54
- (D:20211115110806Z)
54
+ (D:20211124130824Z)
55
55
  endobj
56
56
  9 0 obj
57
57
  <<
@@ -114,7 +114,7 @@ trailer
114
114
  /Size 13
115
115
  /Root 3 0 R
116
116
  /Info 9 0 R
117
- /ID [<02f50c6fca8984b4a8ad5124068a0eb8> <02f50c6fca8984b4a8ad5124068a0eb8>]
117
+ /ID [<2e3cf614df8f43fac11df8f9bec86180> <2e3cf614df8f43fac11df8f9bec86180>]
118
118
  >>
119
119
  startxref
120
120
  1427
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20211115110806Z)
46
+ (D:20211124130824Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<3cb6d99d9f85b72b6beba8b6a69f7bfb> <3cb6d99d9f85b72b6beba8b6a69f7bfb>]
109
+ /ID [<7169e013f75518154c9ded18ed445c33> <7169e013f75518154c9ded18ed445c33>]
110
110
  >>
111
111
  startxref
112
112
  854
@@ -51,7 +51,7 @@ endobj
51
51
  (PDFKit)
52
52
  endobj
53
53
  12 0 obj
54
- (D:20211115110806Z)
54
+ (D:20211124130824Z)
55
55
  endobj
56
56
  9 0 obj
57
57
  <<
@@ -114,7 +114,7 @@ trailer
114
114
  /Size 13
115
115
  /Root 3 0 R
116
116
  /Info 9 0 R
117
- /ID [<657e4a37e0567967b0331e01abb73cc7> <657e4a37e0567967b0331e01abb73cc7>]
117
+ /ID [<06614adee0d192ea1d25012393eff2d8> <06614adee0d192ea1d25012393eff2d8>]
118
118
  >>
119
119
  startxref
120
120
  1427
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20211115110806Z)
46
+ (D:20211124130824Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<560cb817631fc4dcd3482a519583178b> <560cb817631fc4dcd3482a519583178b>]
109
+ /ID [<106e8c1a046cddf0ca79a910dda359b8> <106e8c1a046cddf0ca79a910dda359b8>]
110
110
  >>
111
111
  startxref
112
112
  853
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20211115110806Z)
46
+ (D:20211124130824Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<88d03e939d8c2317b1c1ea68ef593a2e> <88d03e939d8c2317b1c1ea68ef593a2e>]
109
+ /ID [<34b2b0a3c20864c6bb347eefa95d13b7> <34b2b0a3c20864c6bb347eefa95d13b7>]
110
110
  >>
111
111
  startxref
112
112
  848
@@ -51,7 +51,7 @@ endobj
51
51
  (PDFKit)
52
52
  endobj
53
53
  12 0 obj
54
- (D:20211115110806Z)
54
+ (D:20211124130824Z)
55
55
  endobj
56
56
  9 0 obj
57
57
  <<
@@ -114,7 +114,7 @@ trailer
114
114
  /Size 13
115
115
  /Root 3 0 R
116
116
  /Info 9 0 R
117
- /ID [<d686e1de0b1e348a2bdc964e5d1fa287> <d686e1de0b1e348a2bdc964e5d1fa287>]
117
+ /ID [<33e78883401fe4eb3e7e9790f90ac0cd> <33e78883401fe4eb3e7e9790f90ac0cd>]
118
118
  >>
119
119
  startxref
120
120
  1418
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20211115110806Z)
46
+ (D:20211124130824Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<bc7a0f84a3e8773d215383345b4c1587> <bc7a0f84a3e8773d215383345b4c1587>]
109
+ /ID [<867fc4795898578725f18ca3005c67e1> <867fc4795898578725f18ca3005c67e1>]
110
110
  >>
111
111
  startxref
112
112
  848
@@ -63,7 +63,7 @@ endobj
63
63
  (PDFKit)
64
64
  endobj
65
65
  12 0 obj
66
- (D:20211115110806Z)
66
+ (D:20211124130824Z)
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 [<211669b49b8d2bc0cd29e15778c258e3> <211669b49b8d2bc0cd29e15778c258e3>]
129
+ /ID [<15b3227c3be8fee18954a6dbc23d1f94> <15b3227c3be8fee18954a6dbc23d1f94>]
130
130
  >>
131
131
  startxref
132
132
  1076
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20211115110806Z)
46
+ (D:20211124130824Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<5649e9e88c1b5786d76e52dd9169f9d2> <5649e9e88c1b5786d76e52dd9169f9d2>]
109
+ /ID [<3480aec3c6d25c3387b171d354aa8f99> <3480aec3c6d25c3387b171d354aa8f99>]
110
110
  >>
111
111
  startxref
112
112
  824
@@ -84,7 +84,7 @@ endobj
84
84
  (PDFKit)
85
85
  endobj
86
86
  15 0 obj
87
- (D:20211115110806Z)
87
+ (D:20211124130824Z)
88
88
  endobj
89
89
  12 0 obj
90
90
  <<
@@ -150,7 +150,7 @@ trailer
150
150
  /Size 16
151
151
  /Root 3 0 R
152
152
  /Info 12 0 R
153
- /ID [<1ee60aeb4a49d08b4c182df8e870701f> <1ee60aeb4a49d08b4c182df8e870701f>]
153
+ /ID [<b5e7bba0776d1035a9198a5a548dc747> <b5e7bba0776d1035a9198a5a548dc747>]
154
154
  >>
155
155
  startxref
156
156
  1439
@@ -79,7 +79,7 @@ endobj
79
79
  (PDFKit)
80
80
  endobj
81
81
  15 0 obj
82
- (D:20211115110805Z)
82
+ (D:20211124130823Z)
83
83
  endobj
84
84
  12 0 obj
85
85
  <<
@@ -145,7 +145,7 @@ trailer
145
145
  /Size 16
146
146
  /Root 3 0 R
147
147
  /Info 12 0 R
148
- /ID [<a1f45cacf8ce755c7fdfbbb3f26177c9> <a1f45cacf8ce755c7fdfbbb3f26177c9>]
148
+ /ID [<8f4e1fc75900e2670eaefb55315f2e11> <8f4e1fc75900e2670eaefb55315f2e11>]
149
149
  >>
150
150
  startxref
151
151
  1212
@@ -43,7 +43,7 @@ endobj
43
43
  (PDFKit)
44
44
  endobj
45
45
  12 0 obj
46
- (D:20211115110806Z)
46
+ (D:20211124130824Z)
47
47
  endobj
48
48
  9 0 obj
49
49
  <<
@@ -106,7 +106,7 @@ trailer
106
106
  /Size 13
107
107
  /Root 3 0 R
108
108
  /Info 9 0 R
109
- /ID [<4209cde6d1cf32936e33e8cc45c05dee> <4209cde6d1cf32936e33e8cc45c05dee>]
109
+ /ID [<ef8a3099a81de1c5363ae69b67746587> <ef8a3099a81de1c5363ae69b67746587>]
110
110
  >>
111
111
  startxref
112
112
  837