abstract-document 6.15.0 → 6.16.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 (142) hide show
  1. package/lib/abstract-document-exporters/pdf/render.d.ts +1 -0
  2. package/lib/abstract-document-exporters/pdf/render.d.ts.map +1 -1
  3. package/lib/abstract-document-exporters/pdf/render.js +23 -1
  4. package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
  5. package/lib/abstract-document-xml/__tests__/layer/export-test-def.d.ts +13 -0
  6. package/lib/abstract-document-xml/__tests__/layer/export-test-def.d.ts.map +1 -0
  7. package/lib/abstract-document-xml/__tests__/layer/export-test-def.js +3 -0
  8. package/lib/abstract-document-xml/__tests__/layer/export-test-def.js.map +1 -0
  9. package/lib/abstract-document-xml/__tests__/layer/export.test.d.ts +3 -0
  10. package/lib/abstract-document-xml/__tests__/layer/export.test.d.ts.map +1 -0
  11. package/lib/abstract-document-xml/__tests__/layer/export.test.js +41 -0
  12. package/lib/abstract-document-xml/__tests__/layer/export.test.js.map +1 -0
  13. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.d.ts +3 -0
  14. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.d.ts.map +1 -0
  15. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.js +361 -0
  16. package/lib/abstract-document-xml/__tests__/layer/test-defs/simple-document.js.map +1 -0
  17. package/package.json +2 -2
  18. package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
  19. 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
  20. 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
  21. 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
  22. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
  23. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
  24. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  25. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  26. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  27. package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  28. package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
  29. 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
  30. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
  31. package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
  32. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
  33. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
  34. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  35. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
  36. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  37. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
  38. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  39. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
  40. package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
  41. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello with Arial font.docx +0 -0
  42. package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
  43. package/src/abstract-document-exporters/__tests__/docx2/tmp/letter-dimensions.docx +0 -0
  44. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-landscape.docx +0 -0
  45. package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-portrait.docx +0 -0
  46. package/src/abstract-document-exporters/__tests__/docx2/tmp/tocSeparator.docx +0 -0
  47. package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
  48. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +2 -2
  49. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +2 -2
  50. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +2 -2
  51. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +2 -2
  52. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +2 -2
  53. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +2 -2
  54. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
  55. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
  56. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +2 -2
  57. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +2 -2
  58. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
  59. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
  60. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
  61. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +2 -2
  62. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +2 -2
  63. package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
  64. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +2 -2
  65. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +2 -2
  66. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
  67. 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
  68. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  69. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  70. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
  71. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
  72. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
  73. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
  74. package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
  75. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +2 -2
  76. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +2 -2
  77. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +2 -2
  78. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +2 -2
  79. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +2 -2
  80. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +2 -2
  81. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +2 -2
  82. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +2 -2
  83. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +2 -2
  84. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +2 -2
  85. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
  86. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
  87. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
  88. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
  89. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
  90. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
  91. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +2 -2
  92. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf +2 -2
  93. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
  94. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
  95. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
  96. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
  97. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
  98. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
  99. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
  100. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +2 -2
  101. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
  102. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
  103. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +14 -14
  104. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
  105. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
  106. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +2 -2
  107. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
  108. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
  109. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image from URL.pdf +0 -0
  110. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
  111. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
  112. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
  113. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg dasharray.pdf +2 -2
  114. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  115. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +2 -2
  116. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +2 -2
  117. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +2 -2
  118. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +2 -2
  119. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +2 -2
  120. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
  121. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
  122. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
  123. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
  124. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
  125. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
  126. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
  127. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
  128. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
  129. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
  130. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello with roman font.pdf +2 -2
  131. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
  132. package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +2 -2
  133. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
  134. package/src/abstract-document-exporters/pdf/render.ts +31 -0
  135. package/src/abstract-document-exporters/__tests__/docx2/tmp/Table of content separator.docx +0 -0
  136. package/src/abstract-document-exporters/__tests__/pdf/tmp/Empty Paragraph.pdf +0 -91
  137. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group.pdf +0 -123
  138. package/src/abstract-document-exporters/__tests__/pdf/tmp/Named destination.pdf +0 -1761
  139. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin.pdf +0 -404
  140. package/src/abstract-document-exporters/__tests__/pdf/tmp/Paragraph numbering.pdf +0 -143
  141. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table.pdf +0 -133
  142. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with default alignment.pdf +0 -113
@@ -1,404 +0,0 @@
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
@@ -1,143 +0,0 @@
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 448
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
- [<31> 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 40 834.82 Tm
42
- /F1 10 Tf
43
- [<5468697320697320612074657374> 0] TJ
44
- ET
45
- Q
46
- /DeviceRGB cs
47
- 0 0 0 scn
48
- q
49
- 1 0 0 -1 0 842 cm
50
- BT
51
- 1 0 0 1 0 823.26 Tm
52
- /F1 10 Tf
53
- [<32> 0] TJ
54
- ET
55
- Q
56
- /DeviceRGB cs
57
- 0 0 0 scn
58
- q
59
- 1 0 0 -1 0 842 cm
60
- BT
61
- 1 0 0 1 40 823.26 Tm
62
- /F1 10 Tf
63
- [<5468697320697320612074657374> 0] TJ
64
- ET
65
- Q
66
-
67
- endstream
68
- endobj
69
- 10 0 obj
70
- (PDFKit)
71
- endobj
72
- 11 0 obj
73
- (PDFKit)
74
- endobj
75
- 12 0 obj
76
- (D:20211104145445Z)
77
- endobj
78
- 9 0 obj
79
- <<
80
- /Producer 10 0 R
81
- /Creator 11 0 R
82
- /CreationDate 12 0 R
83
- >>
84
- endobj
85
- 8 0 obj
86
- <<
87
- /Type /Font
88
- /BaseFont /Helvetica
89
- /Subtype /Type1
90
- /Encoding /WinAnsiEncoding
91
- >>
92
- endobj
93
- 4 0 obj
94
- <<
95
- >>
96
- endobj
97
- 3 0 obj
98
- <<
99
- /Type /Catalog
100
- /Pages 1 0 R
101
- /Names 2 0 R
102
- >>
103
- endobj
104
- 1 0 obj
105
- <<
106
- /Type /Pages
107
- /Count 1
108
- /Kids [7 0 R]
109
- >>
110
- endobj
111
- 2 0 obj
112
- <<
113
- /Dests <<
114
- /Names [
115
- ]
116
- >>
117
- >>
118
- endobj
119
- xref
120
- 0 13
121
- 0000000000 65535 f
122
- 0000001048 00000 n
123
- 0000001105 00000 n
124
- 0000000986 00000 n
125
- 0000000965 00000 n
126
- 0000000208 00000 n
127
- 0000000119 00000 n
128
- 0000000015 00000 n
129
- 0000000868 00000 n
130
- 0000000793 00000 n
131
- 0000000707 00000 n
132
- 0000000732 00000 n
133
- 0000000757 00000 n
134
- trailer
135
- <<
136
- /Size 13
137
- /Root 3 0 R
138
- /Info 9 0 R
139
- /ID [<804843763a380810df7768456bb5967f> <804843763a380810df7768456bb5967f>]
140
- >>
141
- startxref
142
- 1152
143
- %%EOF
@@ -1,133 +0,0 @@
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 340
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
- [<48656c6c6f2031> 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 150 834.82 Tm
42
- /F1 10 Tf
43
- [<48656c6c6f2032> 0] TJ
44
- ET
45
- Q
46
- /DeviceRGB cs
47
- 0 0 0 scn
48
- q
49
- 1 0 0 -1 0 842 cm
50
- BT
51
- 1 0 0 1 250 834.82 Tm
52
- /F1 10 Tf
53
- [<48656c6c6f2033> 0] TJ
54
- ET
55
- Q
56
-
57
- endstream
58
- endobj
59
- 10 0 obj
60
- (PDFKit)
61
- endobj
62
- 11 0 obj
63
- (PDFKit)
64
- endobj
65
- 12 0 obj
66
- (D:20210906095413Z)
67
- endobj
68
- 9 0 obj
69
- <<
70
- /Producer 10 0 R
71
- /Creator 11 0 R
72
- /CreationDate 12 0 R
73
- >>
74
- endobj
75
- 8 0 obj
76
- <<
77
- /Type /Font
78
- /BaseFont /Helvetica
79
- /Subtype /Type1
80
- /Encoding /WinAnsiEncoding
81
- >>
82
- endobj
83
- 4 0 obj
84
- <<
85
- >>
86
- endobj
87
- 3 0 obj
88
- <<
89
- /Type /Catalog
90
- /Pages 1 0 R
91
- /Names 2 0 R
92
- >>
93
- endobj
94
- 1 0 obj
95
- <<
96
- /Type /Pages
97
- /Count 1
98
- /Kids [7 0 R]
99
- >>
100
- endobj
101
- 2 0 obj
102
- <<
103
- /Dests <<
104
- /Names [
105
- ]
106
- >>
107
- >>
108
- endobj
109
- xref
110
- 0 13
111
- 0000000000 65535 f
112
- 0000000940 00000 n
113
- 0000000997 00000 n
114
- 0000000878 00000 n
115
- 0000000857 00000 n
116
- 0000000208 00000 n
117
- 0000000119 00000 n
118
- 0000000015 00000 n
119
- 0000000760 00000 n
120
- 0000000685 00000 n
121
- 0000000599 00000 n
122
- 0000000624 00000 n
123
- 0000000649 00000 n
124
- trailer
125
- <<
126
- /Size 13
127
- /Root 3 0 R
128
- /Info 9 0 R
129
- /ID [<6fe7bdb9aa2701f7a68eda072d5cdb23> <6fe7bdb9aa2701f7a68eda072d5cdb23>]
130
- >>
131
- startxref
132
- 1044
133
- %%EOF