abstract-document 9.0.0 → 9.1.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.
- package/lib/abstract-document/styles/text-style.d.ts +2 -0
- package/lib/abstract-document/styles/text-style.d.ts.map +1 -1
- package/lib/abstract-document/styles/text-style.js +2 -2
- package/lib/abstract-document/styles/text-style.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/render.js +2 -1
- package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
- package/package.json +3 -3
- package/src/abstract-document/styles/text-style.ts +3 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
- 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
- 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
- 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
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
- 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
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/hello with Arial font.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/letter-dimensions.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-landscape.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/page-orientation-portrait.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/tocSeparator.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +44 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +129 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +131 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +129 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +55 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +43 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +300 -269
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +300 -269
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +39 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +84 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +42 -30
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +44 -32
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +42 -30
- 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
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +56 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +53 -37
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +60 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +67 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +172 -48
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +59 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +57 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +59 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +175 -48
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +60 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +43 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +44 -26
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf +44 -26
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +41 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +41 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +41 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +46 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +39 -28
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image from URL.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg dasharray.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +40 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/hello with roman font.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +53 -38
- package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +38 -27
- package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +38 -27
- package/src/abstract-document-exporters/pdf/render.ts +1 -1
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
%PDF-1.3
|
|
2
2
|
%����
|
|
3
|
+
8 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/Type /ExtGState
|
|
6
|
+
/ca 1
|
|
7
|
+
>>
|
|
8
|
+
endobj
|
|
3
9
|
7 0 obj
|
|
4
10
|
<<
|
|
5
11
|
/Type /Page
|
|
@@ -12,19 +18,23 @@ endobj
|
|
|
12
18
|
6 0 obj
|
|
13
19
|
<<
|
|
14
20
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
21
|
+
/ExtGState <<
|
|
22
|
+
/Gs1 8 0 R
|
|
23
|
+
>>
|
|
15
24
|
/Font <<
|
|
16
|
-
/F1
|
|
25
|
+
/F1 9 0 R
|
|
17
26
|
>>
|
|
18
27
|
>>
|
|
19
28
|
endobj
|
|
20
29
|
5 0 obj
|
|
21
30
|
<<
|
|
22
|
-
/Length
|
|
31
|
+
/Length 384
|
|
23
32
|
>>
|
|
24
33
|
stream
|
|
25
34
|
1 0 0 -1 0 842 cm
|
|
26
35
|
/DeviceRGB cs
|
|
27
36
|
0 0 0 scn
|
|
37
|
+
/Gs1 gs
|
|
28
38
|
q
|
|
29
39
|
1 0 0 -1 0 842 cm
|
|
30
40
|
BT
|
|
@@ -60,31 +70,35 @@ S
|
|
|
60
70
|
|
|
61
71
|
endstream
|
|
62
72
|
endobj
|
|
63
|
-
|
|
73
|
+
12 0 obj
|
|
64
74
|
<<
|
|
65
75
|
/Type /Page
|
|
66
76
|
/Parent 1 0 R
|
|
67
77
|
/MediaBox [0 0 595 842]
|
|
68
|
-
/Contents
|
|
69
|
-
/Resources
|
|
78
|
+
/Contents 10 0 R
|
|
79
|
+
/Resources 11 0 R
|
|
70
80
|
>>
|
|
71
81
|
endobj
|
|
72
|
-
|
|
82
|
+
11 0 obj
|
|
73
83
|
<<
|
|
74
84
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
85
|
+
/ExtGState <<
|
|
86
|
+
/Gs1 8 0 R
|
|
87
|
+
>>
|
|
75
88
|
/Font <<
|
|
76
|
-
/F1
|
|
89
|
+
/F1 9 0 R
|
|
77
90
|
>>
|
|
78
91
|
>>
|
|
79
92
|
endobj
|
|
80
|
-
|
|
93
|
+
10 0 obj
|
|
81
94
|
<<
|
|
82
|
-
/Length
|
|
95
|
+
/Length 665
|
|
83
96
|
>>
|
|
84
97
|
stream
|
|
85
98
|
1 0 0 -1 0 842 cm
|
|
86
99
|
/DeviceRGB cs
|
|
87
100
|
0 0 0 scn
|
|
101
|
+
/Gs1 gs
|
|
88
102
|
q
|
|
89
103
|
1 0 0 -1 0 842 cm
|
|
90
104
|
BT
|
|
@@ -119,6 +133,7 @@ S
|
|
|
119
133
|
S
|
|
120
134
|
/DeviceRGB cs
|
|
121
135
|
0 0 0 scn
|
|
136
|
+
/Gs1 gs
|
|
122
137
|
q
|
|
123
138
|
1 0 0 -1 0 842 cm
|
|
124
139
|
BT
|
|
@@ -154,23 +169,23 @@ S
|
|
|
154
169
|
|
|
155
170
|
endstream
|
|
156
171
|
endobj
|
|
157
|
-
13 0 obj
|
|
158
|
-
(PDFKit)
|
|
159
|
-
endobj
|
|
160
172
|
14 0 obj
|
|
161
173
|
(PDFKit)
|
|
162
174
|
endobj
|
|
163
175
|
15 0 obj
|
|
164
|
-
(
|
|
176
|
+
(PDFKit)
|
|
165
177
|
endobj
|
|
166
|
-
|
|
178
|
+
16 0 obj
|
|
179
|
+
(D:20240320125108Z)
|
|
180
|
+
endobj
|
|
181
|
+
13 0 obj
|
|
167
182
|
<<
|
|
168
|
-
/Producer
|
|
169
|
-
/Creator
|
|
170
|
-
/CreationDate
|
|
183
|
+
/Producer 14 0 R
|
|
184
|
+
/Creator 15 0 R
|
|
185
|
+
/CreationDate 16 0 R
|
|
171
186
|
>>
|
|
172
187
|
endobj
|
|
173
|
-
|
|
188
|
+
9 0 obj
|
|
174
189
|
<<
|
|
175
190
|
/Type /Font
|
|
176
191
|
/BaseFont /Helvetica
|
|
@@ -193,7 +208,7 @@ endobj
|
|
|
193
208
|
<<
|
|
194
209
|
/Type /Pages
|
|
195
210
|
/Count 2
|
|
196
|
-
/Kids [7 0 R
|
|
211
|
+
/Kids [7 0 R 12 0 R]
|
|
197
212
|
>>
|
|
198
213
|
endobj
|
|
199
214
|
2 0 obj
|
|
@@ -205,30 +220,31 @@ endobj
|
|
|
205
220
|
>>
|
|
206
221
|
endobj
|
|
207
222
|
xref
|
|
208
|
-
0
|
|
223
|
+
0 17
|
|
209
224
|
0000000000 65535 f
|
|
210
|
-
|
|
225
|
+
0000001999 00000 n
|
|
226
|
+
0000002063 00000 n
|
|
211
227
|
0000001937 00000 n
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
228
|
+
0000001916 00000 n
|
|
229
|
+
0000000280 00000 n
|
|
230
|
+
0000000163 00000 n
|
|
231
|
+
0000000059 00000 n
|
|
216
232
|
0000000015 00000 n
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
233
|
+
0000001819 00000 n
|
|
234
|
+
0000000940 00000 n
|
|
235
|
+
0000000822 00000 n
|
|
236
|
+
0000000715 00000 n
|
|
237
|
+
0000001743 00000 n
|
|
238
|
+
0000001657 00000 n
|
|
239
|
+
0000001682 00000 n
|
|
240
|
+
0000001707 00000 n
|
|
225
241
|
trailer
|
|
226
242
|
<<
|
|
227
|
-
/Size
|
|
243
|
+
/Size 17
|
|
228
244
|
/Root 3 0 R
|
|
229
|
-
/Info
|
|
230
|
-
/ID [<
|
|
245
|
+
/Info 13 0 R
|
|
246
|
+
/ID [<055db80375bc5f65b3dde25d7521737c> <055db80375bc5f65b3dde25d7521737c>]
|
|
231
247
|
>>
|
|
232
248
|
startxref
|
|
233
|
-
|
|
249
|
+
2110
|
|
234
250
|
%%EOF
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
%PDF-1.3
|
|
2
2
|
%����
|
|
3
|
+
8 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/Type /ExtGState
|
|
6
|
+
/ca 1
|
|
7
|
+
>>
|
|
8
|
+
endobj
|
|
3
9
|
7 0 obj
|
|
4
10
|
<<
|
|
5
11
|
/Type /Page
|
|
@@ -12,19 +18,23 @@ endobj
|
|
|
12
18
|
6 0 obj
|
|
13
19
|
<<
|
|
14
20
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
21
|
+
/ExtGState <<
|
|
22
|
+
/Gs1 8 0 R
|
|
23
|
+
>>
|
|
15
24
|
/Font <<
|
|
16
|
-
/F1
|
|
25
|
+
/F1 9 0 R
|
|
17
26
|
>>
|
|
18
27
|
>>
|
|
19
28
|
endobj
|
|
20
29
|
5 0 obj
|
|
21
30
|
<<
|
|
22
|
-
/Length
|
|
31
|
+
/Length 384
|
|
23
32
|
>>
|
|
24
33
|
stream
|
|
25
34
|
1 0 0 -1 0 842 cm
|
|
26
35
|
/DeviceRGB cs
|
|
27
36
|
0 0 0 scn
|
|
37
|
+
/Gs1 gs
|
|
28
38
|
q
|
|
29
39
|
1 0 0 -1 0 842 cm
|
|
30
40
|
BT
|
|
@@ -60,31 +70,35 @@ S
|
|
|
60
70
|
|
|
61
71
|
endstream
|
|
62
72
|
endobj
|
|
63
|
-
|
|
73
|
+
12 0 obj
|
|
64
74
|
<<
|
|
65
75
|
/Type /Page
|
|
66
76
|
/Parent 1 0 R
|
|
67
77
|
/MediaBox [0 0 595 842]
|
|
68
|
-
/Contents
|
|
69
|
-
/Resources
|
|
78
|
+
/Contents 10 0 R
|
|
79
|
+
/Resources 11 0 R
|
|
70
80
|
>>
|
|
71
81
|
endobj
|
|
72
|
-
|
|
82
|
+
11 0 obj
|
|
73
83
|
<<
|
|
74
84
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
85
|
+
/ExtGState <<
|
|
86
|
+
/Gs1 8 0 R
|
|
87
|
+
>>
|
|
75
88
|
/Font <<
|
|
76
|
-
/F1
|
|
89
|
+
/F1 9 0 R
|
|
77
90
|
>>
|
|
78
91
|
>>
|
|
79
92
|
endobj
|
|
80
|
-
|
|
93
|
+
10 0 obj
|
|
81
94
|
<<
|
|
82
|
-
/Length
|
|
95
|
+
/Length 2657
|
|
83
96
|
>>
|
|
84
97
|
stream
|
|
85
98
|
1 0 0 -1 0 842 cm
|
|
86
99
|
/DeviceRGB cs
|
|
87
100
|
0 0 0 scn
|
|
101
|
+
/Gs1 gs
|
|
88
102
|
q
|
|
89
103
|
1 0 0 -1 0 842 cm
|
|
90
104
|
BT
|
|
@@ -119,6 +133,7 @@ S
|
|
|
119
133
|
S
|
|
120
134
|
/DeviceRGB cs
|
|
121
135
|
0 0 0 scn
|
|
136
|
+
/Gs1 gs
|
|
122
137
|
q
|
|
123
138
|
1 0 0 -1 0 842 cm
|
|
124
139
|
BT
|
|
@@ -153,6 +168,7 @@ S
|
|
|
153
168
|
S
|
|
154
169
|
/DeviceRGB cs
|
|
155
170
|
0 0 0 scn
|
|
171
|
+
/Gs1 gs
|
|
156
172
|
q
|
|
157
173
|
1 0 0 -1 0 842 cm
|
|
158
174
|
BT
|
|
@@ -187,6 +203,7 @@ S
|
|
|
187
203
|
S
|
|
188
204
|
/DeviceRGB cs
|
|
189
205
|
0 0 0 scn
|
|
206
|
+
/Gs1 gs
|
|
190
207
|
q
|
|
191
208
|
1 0 0 -1 0 842 cm
|
|
192
209
|
BT
|
|
@@ -221,6 +238,7 @@ S
|
|
|
221
238
|
S
|
|
222
239
|
/DeviceRGB cs
|
|
223
240
|
0 0 0 scn
|
|
241
|
+
/Gs1 gs
|
|
224
242
|
q
|
|
225
243
|
1 0 0 -1 0 842 cm
|
|
226
244
|
BT
|
|
@@ -255,6 +273,7 @@ S
|
|
|
255
273
|
S
|
|
256
274
|
/DeviceRGB cs
|
|
257
275
|
0 0 0 scn
|
|
276
|
+
/Gs1 gs
|
|
258
277
|
q
|
|
259
278
|
1 0 0 -1 0 842 cm
|
|
260
279
|
BT
|
|
@@ -289,6 +308,7 @@ S
|
|
|
289
308
|
S
|
|
290
309
|
/DeviceRGB cs
|
|
291
310
|
0 0 0 scn
|
|
311
|
+
/Gs1 gs
|
|
292
312
|
q
|
|
293
313
|
1 0 0 -1 0 842 cm
|
|
294
314
|
BT
|
|
@@ -323,6 +343,7 @@ S
|
|
|
323
343
|
S
|
|
324
344
|
/DeviceRGB cs
|
|
325
345
|
0 0 0 scn
|
|
346
|
+
/Gs1 gs
|
|
326
347
|
q
|
|
327
348
|
1 0 0 -1 0 842 cm
|
|
328
349
|
BT
|
|
@@ -358,23 +379,23 @@ S
|
|
|
358
379
|
|
|
359
380
|
endstream
|
|
360
381
|
endobj
|
|
361
|
-
13 0 obj
|
|
362
|
-
(PDFKit)
|
|
363
|
-
endobj
|
|
364
382
|
14 0 obj
|
|
365
383
|
(PDFKit)
|
|
366
384
|
endobj
|
|
367
385
|
15 0 obj
|
|
368
|
-
(
|
|
386
|
+
(PDFKit)
|
|
369
387
|
endobj
|
|
370
|
-
|
|
388
|
+
16 0 obj
|
|
389
|
+
(D:20240320125108Z)
|
|
390
|
+
endobj
|
|
391
|
+
13 0 obj
|
|
371
392
|
<<
|
|
372
|
-
/Producer
|
|
373
|
-
/Creator
|
|
374
|
-
/CreationDate
|
|
393
|
+
/Producer 14 0 R
|
|
394
|
+
/Creator 15 0 R
|
|
395
|
+
/CreationDate 16 0 R
|
|
375
396
|
>>
|
|
376
397
|
endobj
|
|
377
|
-
|
|
398
|
+
9 0 obj
|
|
378
399
|
<<
|
|
379
400
|
/Type /Font
|
|
380
401
|
/BaseFont /Helvetica
|
|
@@ -397,7 +418,7 @@ endobj
|
|
|
397
418
|
<<
|
|
398
419
|
/Type /Pages
|
|
399
420
|
/Count 2
|
|
400
|
-
/Kids [7 0 R
|
|
421
|
+
/Kids [7 0 R 12 0 R]
|
|
401
422
|
>>
|
|
402
423
|
endobj
|
|
403
424
|
2 0 obj
|
|
@@ -409,30 +430,31 @@ endobj
|
|
|
409
430
|
>>
|
|
410
431
|
endobj
|
|
411
432
|
xref
|
|
412
|
-
0
|
|
433
|
+
0 17
|
|
413
434
|
0000000000 65535 f
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
435
|
+
0000003992 00000 n
|
|
436
|
+
0000004056 00000 n
|
|
437
|
+
0000003930 00000 n
|
|
438
|
+
0000003909 00000 n
|
|
439
|
+
0000000280 00000 n
|
|
440
|
+
0000000163 00000 n
|
|
441
|
+
0000000059 00000 n
|
|
420
442
|
0000000015 00000 n
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
443
|
+
0000003812 00000 n
|
|
444
|
+
0000000940 00000 n
|
|
445
|
+
0000000822 00000 n
|
|
446
|
+
0000000715 00000 n
|
|
447
|
+
0000003736 00000 n
|
|
448
|
+
0000003650 00000 n
|
|
449
|
+
0000003675 00000 n
|
|
450
|
+
0000003700 00000 n
|
|
429
451
|
trailer
|
|
430
452
|
<<
|
|
431
|
-
/Size
|
|
453
|
+
/Size 17
|
|
432
454
|
/Root 3 0 R
|
|
433
|
-
/Info
|
|
434
|
-
/ID [<
|
|
455
|
+
/Info 13 0 R
|
|
456
|
+
/ID [<349d780ef22556be29fae41e4ca77059> <349d780ef22556be29fae41e4ca77059>]
|
|
435
457
|
>>
|
|
436
458
|
startxref
|
|
437
|
-
|
|
459
|
+
4103
|
|
438
460
|
%%EOF
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
%PDF-1.3
|
|
2
2
|
%����
|
|
3
|
+
8 0 obj
|
|
4
|
+
<<
|
|
5
|
+
/Type /ExtGState
|
|
6
|
+
/ca 1
|
|
7
|
+
>>
|
|
8
|
+
endobj
|
|
3
9
|
7 0 obj
|
|
4
10
|
<<
|
|
5
11
|
/Type /Page
|
|
@@ -12,19 +18,23 @@ endobj
|
|
|
12
18
|
6 0 obj
|
|
13
19
|
<<
|
|
14
20
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
21
|
+
/ExtGState <<
|
|
22
|
+
/Gs1 8 0 R
|
|
23
|
+
>>
|
|
15
24
|
/Font <<
|
|
16
|
-
/F1
|
|
25
|
+
/F1 9 0 R
|
|
17
26
|
>>
|
|
18
27
|
>>
|
|
19
28
|
endobj
|
|
20
29
|
5 0 obj
|
|
21
30
|
<<
|
|
22
|
-
/Length
|
|
31
|
+
/Length 423
|
|
23
32
|
>>
|
|
24
33
|
stream
|
|
25
34
|
1 0 0 -1 0 842 cm
|
|
26
35
|
/DeviceRGB cs
|
|
27
36
|
0 0 0 scn
|
|
37
|
+
/Gs1 gs
|
|
28
38
|
q
|
|
29
39
|
1 0 0 -1 0 842 cm
|
|
30
40
|
BT
|
|
@@ -60,31 +70,35 @@ S
|
|
|
60
70
|
|
|
61
71
|
endstream
|
|
62
72
|
endobj
|
|
63
|
-
|
|
73
|
+
12 0 obj
|
|
64
74
|
<<
|
|
65
75
|
/Type /Page
|
|
66
76
|
/Parent 1 0 R
|
|
67
77
|
/MediaBox [0 0 595 842]
|
|
68
|
-
/Contents
|
|
69
|
-
/Resources
|
|
78
|
+
/Contents 10 0 R
|
|
79
|
+
/Resources 11 0 R
|
|
70
80
|
>>
|
|
71
81
|
endobj
|
|
72
|
-
|
|
82
|
+
11 0 obj
|
|
73
83
|
<<
|
|
74
84
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
85
|
+
/ExtGState <<
|
|
86
|
+
/Gs1 8 0 R
|
|
87
|
+
>>
|
|
75
88
|
/Font <<
|
|
76
|
-
/F1
|
|
89
|
+
/F1 9 0 R
|
|
77
90
|
>>
|
|
78
91
|
>>
|
|
79
92
|
endobj
|
|
80
|
-
|
|
93
|
+
10 0 obj
|
|
81
94
|
<<
|
|
82
|
-
/Length
|
|
95
|
+
/Length 5091
|
|
83
96
|
>>
|
|
84
97
|
stream
|
|
85
98
|
1 0 0 -1 0 842 cm
|
|
86
99
|
/DeviceRGB cs
|
|
87
100
|
0 0 0 scn
|
|
101
|
+
/Gs1 gs
|
|
88
102
|
q
|
|
89
103
|
1 0 0 -1 0 842 cm
|
|
90
104
|
BT
|
|
@@ -119,6 +133,7 @@ S
|
|
|
119
133
|
S
|
|
120
134
|
/DeviceRGB cs
|
|
121
135
|
0 0 0 scn
|
|
136
|
+
/Gs1 gs
|
|
122
137
|
q
|
|
123
138
|
1 0 0 -1 0 842 cm
|
|
124
139
|
BT
|
|
@@ -153,6 +168,7 @@ S
|
|
|
153
168
|
S
|
|
154
169
|
/DeviceRGB cs
|
|
155
170
|
0 0 0 scn
|
|
171
|
+
/Gs1 gs
|
|
156
172
|
q
|
|
157
173
|
1 0 0 -1 0 842 cm
|
|
158
174
|
BT
|
|
@@ -187,6 +203,7 @@ S
|
|
|
187
203
|
S
|
|
188
204
|
/DeviceRGB cs
|
|
189
205
|
0 0 0 scn
|
|
206
|
+
/Gs1 gs
|
|
190
207
|
q
|
|
191
208
|
1 0 0 -1 0 842 cm
|
|
192
209
|
BT
|
|
@@ -221,6 +238,7 @@ S
|
|
|
221
238
|
S
|
|
222
239
|
/DeviceRGB cs
|
|
223
240
|
0 0 0 scn
|
|
241
|
+
/Gs1 gs
|
|
224
242
|
q
|
|
225
243
|
1 0 0 -1 0 842 cm
|
|
226
244
|
BT
|
|
@@ -255,6 +273,7 @@ S
|
|
|
255
273
|
S
|
|
256
274
|
/DeviceRGB cs
|
|
257
275
|
0 0 0 scn
|
|
276
|
+
/Gs1 gs
|
|
258
277
|
q
|
|
259
278
|
1 0 0 -1 0 842 cm
|
|
260
279
|
BT
|
|
@@ -289,6 +308,7 @@ S
|
|
|
289
308
|
S
|
|
290
309
|
/DeviceRGB cs
|
|
291
310
|
0 0 0 scn
|
|
311
|
+
/Gs1 gs
|
|
292
312
|
q
|
|
293
313
|
1 0 0 -1 0 842 cm
|
|
294
314
|
BT
|
|
@@ -323,6 +343,7 @@ S
|
|
|
323
343
|
S
|
|
324
344
|
/DeviceRGB cs
|
|
325
345
|
0 0 0 scn
|
|
346
|
+
/Gs1 gs
|
|
326
347
|
q
|
|
327
348
|
1 0 0 -1 0 842 cm
|
|
328
349
|
BT
|
|
@@ -357,6 +378,7 @@ S
|
|
|
357
378
|
S
|
|
358
379
|
/DeviceRGB cs
|
|
359
380
|
0 0 0 scn
|
|
381
|
+
/Gs1 gs
|
|
360
382
|
q
|
|
361
383
|
1 0 0 -1 0 842 cm
|
|
362
384
|
BT
|
|
@@ -391,6 +413,7 @@ S
|
|
|
391
413
|
S
|
|
392
414
|
/DeviceRGB cs
|
|
393
415
|
0 0 0 scn
|
|
416
|
+
/Gs1 gs
|
|
394
417
|
q
|
|
395
418
|
1 0 0 -1 0 842 cm
|
|
396
419
|
BT
|
|
@@ -425,6 +448,7 @@ S
|
|
|
425
448
|
S
|
|
426
449
|
/DeviceRGB cs
|
|
427
450
|
0 0 0 scn
|
|
451
|
+
/Gs1 gs
|
|
428
452
|
q
|
|
429
453
|
1 0 0 -1 0 842 cm
|
|
430
454
|
BT
|
|
@@ -459,6 +483,7 @@ S
|
|
|
459
483
|
S
|
|
460
484
|
/DeviceRGB cs
|
|
461
485
|
0 0 0 scn
|
|
486
|
+
/Gs1 gs
|
|
462
487
|
q
|
|
463
488
|
1 0 0 -1 0 842 cm
|
|
464
489
|
BT
|
|
@@ -493,6 +518,7 @@ S
|
|
|
493
518
|
S
|
|
494
519
|
/DeviceRGB cs
|
|
495
520
|
0 0 0 scn
|
|
521
|
+
/Gs1 gs
|
|
496
522
|
q
|
|
497
523
|
1 0 0 -1 0 842 cm
|
|
498
524
|
BT
|
|
@@ -527,6 +553,7 @@ S
|
|
|
527
553
|
S
|
|
528
554
|
/DeviceRGB cs
|
|
529
555
|
0 0 0 scn
|
|
556
|
+
/Gs1 gs
|
|
530
557
|
q
|
|
531
558
|
1 0 0 -1 0 842 cm
|
|
532
559
|
BT
|
|
@@ -561,6 +588,7 @@ S
|
|
|
561
588
|
S
|
|
562
589
|
/DeviceRGB cs
|
|
563
590
|
0 0 0 scn
|
|
591
|
+
/Gs1 gs
|
|
564
592
|
q
|
|
565
593
|
1 0 0 -1 0 842 cm
|
|
566
594
|
BT
|
|
@@ -596,23 +624,23 @@ S
|
|
|
596
624
|
|
|
597
625
|
endstream
|
|
598
626
|
endobj
|
|
599
|
-
13 0 obj
|
|
600
|
-
(PDFKit)
|
|
601
|
-
endobj
|
|
602
627
|
14 0 obj
|
|
603
628
|
(PDFKit)
|
|
604
629
|
endobj
|
|
605
630
|
15 0 obj
|
|
606
|
-
(
|
|
631
|
+
(PDFKit)
|
|
607
632
|
endobj
|
|
608
|
-
|
|
633
|
+
16 0 obj
|
|
634
|
+
(D:20240320125108Z)
|
|
635
|
+
endobj
|
|
636
|
+
13 0 obj
|
|
609
637
|
<<
|
|
610
|
-
/Producer
|
|
611
|
-
/Creator
|
|
612
|
-
/CreationDate
|
|
638
|
+
/Producer 14 0 R
|
|
639
|
+
/Creator 15 0 R
|
|
640
|
+
/CreationDate 16 0 R
|
|
613
641
|
>>
|
|
614
642
|
endobj
|
|
615
|
-
|
|
643
|
+
9 0 obj
|
|
616
644
|
<<
|
|
617
645
|
/Type /Font
|
|
618
646
|
/BaseFont /Helvetica
|
|
@@ -635,7 +663,7 @@ endobj
|
|
|
635
663
|
<<
|
|
636
664
|
/Type /Pages
|
|
637
665
|
/Count 2
|
|
638
|
-
/Kids [7 0 R
|
|
666
|
+
/Kids [7 0 R 12 0 R]
|
|
639
667
|
>>
|
|
640
668
|
endobj
|
|
641
669
|
2 0 obj
|
|
@@ -647,30 +675,31 @@ endobj
|
|
|
647
675
|
>>
|
|
648
676
|
endobj
|
|
649
677
|
xref
|
|
650
|
-
0
|
|
678
|
+
0 17
|
|
651
679
|
0000000000 65535 f
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
680
|
+
0000006465 00000 n
|
|
681
|
+
0000006529 00000 n
|
|
682
|
+
0000006403 00000 n
|
|
683
|
+
0000006382 00000 n
|
|
684
|
+
0000000280 00000 n
|
|
685
|
+
0000000163 00000 n
|
|
686
|
+
0000000059 00000 n
|
|
658
687
|
0000000015 00000 n
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
688
|
+
0000006285 00000 n
|
|
689
|
+
0000000979 00000 n
|
|
690
|
+
0000000861 00000 n
|
|
691
|
+
0000000754 00000 n
|
|
692
|
+
0000006209 00000 n
|
|
693
|
+
0000006123 00000 n
|
|
694
|
+
0000006148 00000 n
|
|
695
|
+
0000006173 00000 n
|
|
667
696
|
trailer
|
|
668
697
|
<<
|
|
669
|
-
/Size
|
|
698
|
+
/Size 17
|
|
670
699
|
/Root 3 0 R
|
|
671
|
-
/Info
|
|
672
|
-
/ID [<
|
|
700
|
+
/Info 13 0 R
|
|
701
|
+
/ID [<3b70830892c28742cf8d837d9800cd4c> <3b70830892c28742cf8d837d9800cd4c>]
|
|
673
702
|
>>
|
|
674
703
|
startxref
|
|
675
|
-
|
|
704
|
+
6576
|
|
676
705
|
%%EOF
|