abstract-document 6.20.2 → 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/CHANGELOG.md +3 -1
- package/lib/abstract-document/abstract-doc.d.ts.map +1 -1
- package/lib/abstract-document/abstract-doc.js +1 -0
- package/lib/abstract-document/abstract-doc.js.map +1 -1
- 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/lib/abstract-document-xml/parse-xml/parse-xml.d.ts.map +1 -1
- package/lib/abstract-document-xml/parse-xml/parse-xml.js +32 -32
- package/lib/abstract-document-xml/parse-xml/parse-xml.js.map +1 -1
- package/package.json +3 -3
- package/src/abstract-document/abstract-doc.ts +2 -0
- 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
- package/src/abstract-document-xml/parse-xml/parse-xml.ts +36 -37
|
@@ -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 251
|
|
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
|
|
@@ -35,6 +45,7 @@ ET
|
|
|
35
45
|
Q
|
|
36
46
|
/DeviceRGB cs
|
|
37
47
|
0 0 0 scn
|
|
48
|
+
/Gs1 gs
|
|
38
49
|
q
|
|
39
50
|
1 0 0 -1 0 842 cm
|
|
40
51
|
BT
|
|
@@ -46,23 +57,23 @@ Q
|
|
|
46
57
|
|
|
47
58
|
endstream
|
|
48
59
|
endobj
|
|
49
|
-
10 0 obj
|
|
50
|
-
(PDFKit)
|
|
51
|
-
endobj
|
|
52
60
|
11 0 obj
|
|
53
61
|
(PDFKit)
|
|
54
62
|
endobj
|
|
55
63
|
12 0 obj
|
|
56
|
-
(
|
|
64
|
+
(PDFKit)
|
|
57
65
|
endobj
|
|
58
|
-
|
|
66
|
+
13 0 obj
|
|
67
|
+
(D:20240320125108Z)
|
|
68
|
+
endobj
|
|
69
|
+
10 0 obj
|
|
59
70
|
<<
|
|
60
|
-
/Producer
|
|
61
|
-
/Creator
|
|
62
|
-
/CreationDate
|
|
71
|
+
/Producer 11 0 R
|
|
72
|
+
/Creator 12 0 R
|
|
73
|
+
/CreationDate 13 0 R
|
|
63
74
|
>>
|
|
64
75
|
endobj
|
|
65
|
-
|
|
76
|
+
9 0 obj
|
|
66
77
|
<<
|
|
67
78
|
/Type /Font
|
|
68
79
|
/BaseFont /Helvetica
|
|
@@ -97,27 +108,28 @@ endobj
|
|
|
97
108
|
>>
|
|
98
109
|
endobj
|
|
99
110
|
xref
|
|
100
|
-
0
|
|
111
|
+
0 14
|
|
101
112
|
0000000000 65535 f
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
113
|
+
0000000924 00000 n
|
|
114
|
+
0000000981 00000 n
|
|
115
|
+
0000000862 00000 n
|
|
116
|
+
0000000841 00000 n
|
|
117
|
+
0000000280 00000 n
|
|
118
|
+
0000000163 00000 n
|
|
119
|
+
0000000059 00000 n
|
|
108
120
|
0000000015 00000 n
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
121
|
+
0000000744 00000 n
|
|
122
|
+
0000000668 00000 n
|
|
123
|
+
0000000582 00000 n
|
|
124
|
+
0000000607 00000 n
|
|
125
|
+
0000000632 00000 n
|
|
114
126
|
trailer
|
|
115
127
|
<<
|
|
116
|
-
/Size
|
|
128
|
+
/Size 14
|
|
117
129
|
/Root 3 0 R
|
|
118
|
-
/Info
|
|
119
|
-
/ID [<
|
|
130
|
+
/Info 10 0 R
|
|
131
|
+
/ID [<edad4fefb857ad14a0fa1342be97ce41> <edad4fefb857ad14a0fa1342be97ce41>]
|
|
120
132
|
>>
|
|
121
133
|
startxref
|
|
122
|
-
|
|
134
|
+
1028
|
|
123
135
|
%%EOF
|
package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf
CHANGED
|
@@ -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 251
|
|
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
|
|
@@ -35,6 +45,7 @@ ET
|
|
|
35
45
|
Q
|
|
36
46
|
/DeviceRGB cs
|
|
37
47
|
0 0 0 scn
|
|
48
|
+
/Gs1 gs
|
|
38
49
|
q
|
|
39
50
|
1 0 0 -1 0 842 cm
|
|
40
51
|
BT
|
|
@@ -46,23 +57,23 @@ Q
|
|
|
46
57
|
|
|
47
58
|
endstream
|
|
48
59
|
endobj
|
|
49
|
-
10 0 obj
|
|
50
|
-
(PDFKit)
|
|
51
|
-
endobj
|
|
52
60
|
11 0 obj
|
|
53
61
|
(PDFKit)
|
|
54
62
|
endobj
|
|
55
63
|
12 0 obj
|
|
56
|
-
(
|
|
64
|
+
(PDFKit)
|
|
57
65
|
endobj
|
|
58
|
-
|
|
66
|
+
13 0 obj
|
|
67
|
+
(D:20240320125108Z)
|
|
68
|
+
endobj
|
|
69
|
+
10 0 obj
|
|
59
70
|
<<
|
|
60
|
-
/Producer
|
|
61
|
-
/Creator
|
|
62
|
-
/CreationDate
|
|
71
|
+
/Producer 11 0 R
|
|
72
|
+
/Creator 12 0 R
|
|
73
|
+
/CreationDate 13 0 R
|
|
63
74
|
>>
|
|
64
75
|
endobj
|
|
65
|
-
|
|
76
|
+
9 0 obj
|
|
66
77
|
<<
|
|
67
78
|
/Type /Font
|
|
68
79
|
/BaseFont /Helvetica
|
|
@@ -97,27 +108,28 @@ endobj
|
|
|
97
108
|
>>
|
|
98
109
|
endobj
|
|
99
110
|
xref
|
|
100
|
-
0
|
|
111
|
+
0 14
|
|
101
112
|
0000000000 65535 f
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
113
|
+
0000000924 00000 n
|
|
114
|
+
0000000981 00000 n
|
|
115
|
+
0000000862 00000 n
|
|
116
|
+
0000000841 00000 n
|
|
117
|
+
0000000280 00000 n
|
|
118
|
+
0000000163 00000 n
|
|
119
|
+
0000000059 00000 n
|
|
108
120
|
0000000015 00000 n
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
121
|
+
0000000744 00000 n
|
|
122
|
+
0000000668 00000 n
|
|
123
|
+
0000000582 00000 n
|
|
124
|
+
0000000607 00000 n
|
|
125
|
+
0000000632 00000 n
|
|
114
126
|
trailer
|
|
115
127
|
<<
|
|
116
|
-
/Size
|
|
128
|
+
/Size 14
|
|
117
129
|
/Root 3 0 R
|
|
118
|
-
/Info
|
|
119
|
-
/ID [<
|
|
130
|
+
/Info 10 0 R
|
|
131
|
+
/ID [<f1877c32c99bc6989b08817d7739a738> <f1877c32c99bc6989b08817d7739a738>]
|
|
120
132
|
>>
|
|
121
133
|
startxref
|
|
122
|
-
|
|
134
|
+
1028
|
|
123
135
|
%%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 10112
|
|
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
|
|
@@ -35,6 +45,7 @@ ET
|
|
|
35
45
|
Q
|
|
36
46
|
/DeviceRGB cs
|
|
37
47
|
0 0 0 scn
|
|
48
|
+
/Gs1 gs
|
|
38
49
|
q
|
|
39
50
|
1 0 0 -1 0 842 cm
|
|
40
51
|
BT
|
|
@@ -53,6 +64,7 @@ ET
|
|
|
53
64
|
Q
|
|
54
65
|
/DeviceRGB cs
|
|
55
66
|
0 0 0 scn
|
|
67
|
+
/Gs1 gs
|
|
56
68
|
q
|
|
57
69
|
1 0 0 -1 0 842 cm
|
|
58
70
|
BT
|
|
@@ -63,6 +75,7 @@ ET
|
|
|
63
75
|
Q
|
|
64
76
|
/DeviceRGB cs
|
|
65
77
|
0 0 0 scn
|
|
78
|
+
/Gs1 gs
|
|
66
79
|
q
|
|
67
80
|
1 0 0 -1 0 842 cm
|
|
68
81
|
BT
|
|
@@ -73,6 +86,7 @@ ET
|
|
|
73
86
|
Q
|
|
74
87
|
/DeviceRGB cs
|
|
75
88
|
0 0 0 scn
|
|
89
|
+
/Gs1 gs
|
|
76
90
|
q
|
|
77
91
|
1 0 0 -1 0 842 cm
|
|
78
92
|
BT
|
|
@@ -91,6 +105,7 @@ ET
|
|
|
91
105
|
Q
|
|
92
106
|
/DeviceRGB cs
|
|
93
107
|
0 0 0 scn
|
|
108
|
+
/Gs1 gs
|
|
94
109
|
q
|
|
95
110
|
1 0 0 -1 0 842 cm
|
|
96
111
|
BT
|
|
@@ -109,6 +124,7 @@ ET
|
|
|
109
124
|
Q
|
|
110
125
|
/DeviceRGB cs
|
|
111
126
|
0 0 0 scn
|
|
127
|
+
/Gs1 gs
|
|
112
128
|
q
|
|
113
129
|
1 0 0 -1 0 842 cm
|
|
114
130
|
BT
|
|
@@ -127,6 +143,7 @@ ET
|
|
|
127
143
|
Q
|
|
128
144
|
/DeviceRGB cs
|
|
129
145
|
0 0 0 scn
|
|
146
|
+
/Gs1 gs
|
|
130
147
|
q
|
|
131
148
|
1 0 0 -1 0 842 cm
|
|
132
149
|
BT
|
|
@@ -145,6 +162,7 @@ ET
|
|
|
145
162
|
Q
|
|
146
163
|
/DeviceRGB cs
|
|
147
164
|
0 0 0 scn
|
|
165
|
+
/Gs1 gs
|
|
148
166
|
q
|
|
149
167
|
1 0 0 -1 0 842 cm
|
|
150
168
|
BT
|
|
@@ -163,6 +181,7 @@ ET
|
|
|
163
181
|
Q
|
|
164
182
|
/DeviceRGB cs
|
|
165
183
|
0 0 0 scn
|
|
184
|
+
/Gs1 gs
|
|
166
185
|
q
|
|
167
186
|
1 0 0 -1 0 842 cm
|
|
168
187
|
BT
|
|
@@ -181,6 +200,7 @@ ET
|
|
|
181
200
|
Q
|
|
182
201
|
/DeviceRGB cs
|
|
183
202
|
0 0 0 scn
|
|
203
|
+
/Gs1 gs
|
|
184
204
|
q
|
|
185
205
|
1 0 0 -1 0 842 cm
|
|
186
206
|
BT
|
|
@@ -199,6 +219,7 @@ ET
|
|
|
199
219
|
Q
|
|
200
220
|
/DeviceRGB cs
|
|
201
221
|
0 0 0 scn
|
|
222
|
+
/Gs1 gs
|
|
202
223
|
q
|
|
203
224
|
1 0 0 -1 0 842 cm
|
|
204
225
|
BT
|
|
@@ -217,6 +238,7 @@ ET
|
|
|
217
238
|
Q
|
|
218
239
|
/DeviceRGB cs
|
|
219
240
|
0 0 0 scn
|
|
241
|
+
/Gs1 gs
|
|
220
242
|
q
|
|
221
243
|
1 0 0 -1 0 842 cm
|
|
222
244
|
BT
|
|
@@ -235,6 +257,7 @@ ET
|
|
|
235
257
|
Q
|
|
236
258
|
/DeviceRGB cs
|
|
237
259
|
0 0 0 scn
|
|
260
|
+
/Gs1 gs
|
|
238
261
|
q
|
|
239
262
|
1 0 0 -1 0 842 cm
|
|
240
263
|
BT
|
|
@@ -253,6 +276,7 @@ ET
|
|
|
253
276
|
Q
|
|
254
277
|
/DeviceRGB cs
|
|
255
278
|
0 0 0 scn
|
|
279
|
+
/Gs1 gs
|
|
256
280
|
q
|
|
257
281
|
1 0 0 -1 0 842 cm
|
|
258
282
|
BT
|
|
@@ -271,6 +295,7 @@ ET
|
|
|
271
295
|
Q
|
|
272
296
|
/DeviceRGB cs
|
|
273
297
|
0 0 0 scn
|
|
298
|
+
/Gs1 gs
|
|
274
299
|
q
|
|
275
300
|
1 0 0 -1 0 842 cm
|
|
276
301
|
BT
|
|
@@ -289,6 +314,7 @@ ET
|
|
|
289
314
|
Q
|
|
290
315
|
/DeviceRGB cs
|
|
291
316
|
0 0 0 scn
|
|
317
|
+
/Gs1 gs
|
|
292
318
|
q
|
|
293
319
|
1 0 0 -1 0 842 cm
|
|
294
320
|
BT
|
|
@@ -307,6 +333,7 @@ ET
|
|
|
307
333
|
Q
|
|
308
334
|
/DeviceRGB cs
|
|
309
335
|
0 0 0 scn
|
|
336
|
+
/Gs1 gs
|
|
310
337
|
q
|
|
311
338
|
1 0 0 -1 0 842 cm
|
|
312
339
|
BT
|
|
@@ -325,6 +352,7 @@ ET
|
|
|
325
352
|
Q
|
|
326
353
|
/DeviceRGB cs
|
|
327
354
|
0 0 0 scn
|
|
355
|
+
/Gs1 gs
|
|
328
356
|
q
|
|
329
357
|
1 0 0 -1 0 842 cm
|
|
330
358
|
BT
|
|
@@ -343,6 +371,7 @@ ET
|
|
|
343
371
|
Q
|
|
344
372
|
/DeviceRGB cs
|
|
345
373
|
0 0 0 scn
|
|
374
|
+
/Gs1 gs
|
|
346
375
|
q
|
|
347
376
|
1 0 0 -1 0 842 cm
|
|
348
377
|
BT
|
|
@@ -361,6 +390,7 @@ ET
|
|
|
361
390
|
Q
|
|
362
391
|
/DeviceRGB cs
|
|
363
392
|
0 0 0 scn
|
|
393
|
+
/Gs1 gs
|
|
364
394
|
q
|
|
365
395
|
1 0 0 -1 0 842 cm
|
|
366
396
|
BT
|
|
@@ -379,6 +409,7 @@ ET
|
|
|
379
409
|
Q
|
|
380
410
|
/DeviceRGB cs
|
|
381
411
|
0 0 0 scn
|
|
412
|
+
/Gs1 gs
|
|
382
413
|
q
|
|
383
414
|
1 0 0 -1 0 842 cm
|
|
384
415
|
BT
|
|
@@ -397,6 +428,7 @@ ET
|
|
|
397
428
|
Q
|
|
398
429
|
/DeviceRGB cs
|
|
399
430
|
0 0 0 scn
|
|
431
|
+
/Gs1 gs
|
|
400
432
|
q
|
|
401
433
|
1 0 0 -1 0 842 cm
|
|
402
434
|
BT
|
|
@@ -415,6 +447,7 @@ ET
|
|
|
415
447
|
Q
|
|
416
448
|
/DeviceRGB cs
|
|
417
449
|
0 0 0 scn
|
|
450
|
+
/Gs1 gs
|
|
418
451
|
q
|
|
419
452
|
1 0 0 -1 0 842 cm
|
|
420
453
|
BT
|
|
@@ -433,6 +466,7 @@ ET
|
|
|
433
466
|
Q
|
|
434
467
|
/DeviceRGB cs
|
|
435
468
|
0 0 0 scn
|
|
469
|
+
/Gs1 gs
|
|
436
470
|
q
|
|
437
471
|
1 0 0 -1 0 842 cm
|
|
438
472
|
BT
|
|
@@ -452,31 +486,35 @@ Q
|
|
|
452
486
|
|
|
453
487
|
endstream
|
|
454
488
|
endobj
|
|
455
|
-
|
|
489
|
+
12 0 obj
|
|
456
490
|
<<
|
|
457
491
|
/Type /Page
|
|
458
492
|
/Parent 1 0 R
|
|
459
493
|
/MediaBox [0 0 595 842]
|
|
460
|
-
/Contents
|
|
461
|
-
/Resources
|
|
494
|
+
/Contents 10 0 R
|
|
495
|
+
/Resources 11 0 R
|
|
462
496
|
>>
|
|
463
497
|
endobj
|
|
464
|
-
|
|
498
|
+
11 0 obj
|
|
465
499
|
<<
|
|
466
500
|
/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
501
|
+
/ExtGState <<
|
|
502
|
+
/Gs1 8 0 R
|
|
503
|
+
>>
|
|
467
504
|
/Font <<
|
|
468
|
-
/F1
|
|
505
|
+
/F1 9 0 R
|
|
469
506
|
>>
|
|
470
507
|
>>
|
|
471
508
|
endobj
|
|
472
|
-
|
|
509
|
+
10 0 obj
|
|
473
510
|
<<
|
|
474
|
-
/Length
|
|
511
|
+
/Length 2741
|
|
475
512
|
>>
|
|
476
513
|
stream
|
|
477
514
|
1 0 0 -1 0 842 cm
|
|
478
515
|
/DeviceRGB cs
|
|
479
516
|
0 0 0 scn
|
|
517
|
+
/Gs1 gs
|
|
480
518
|
q
|
|
481
519
|
1 0 0 -1 0 842 cm
|
|
482
520
|
BT
|
|
@@ -487,6 +525,7 @@ ET
|
|
|
487
525
|
Q
|
|
488
526
|
/DeviceRGB cs
|
|
489
527
|
0 0 0 scn
|
|
528
|
+
/Gs1 gs
|
|
490
529
|
q
|
|
491
530
|
1 0 0 -1 0 842 cm
|
|
492
531
|
BT
|
|
@@ -505,6 +544,7 @@ ET
|
|
|
505
544
|
Q
|
|
506
545
|
/DeviceRGB cs
|
|
507
546
|
0 0 0 scn
|
|
547
|
+
/Gs1 gs
|
|
508
548
|
q
|
|
509
549
|
1 0 0 -1 0 842 cm
|
|
510
550
|
BT
|
|
@@ -515,6 +555,7 @@ ET
|
|
|
515
555
|
Q
|
|
516
556
|
/DeviceRGB cs
|
|
517
557
|
0 0 0 scn
|
|
558
|
+
/Gs1 gs
|
|
518
559
|
q
|
|
519
560
|
1 0 0 -1 0 842 cm
|
|
520
561
|
BT
|
|
@@ -525,6 +566,7 @@ ET
|
|
|
525
566
|
Q
|
|
526
567
|
/DeviceRGB cs
|
|
527
568
|
0 0 0 scn
|
|
569
|
+
/Gs1 gs
|
|
528
570
|
q
|
|
529
571
|
1 0 0 -1 0 842 cm
|
|
530
572
|
BT
|
|
@@ -543,6 +585,7 @@ ET
|
|
|
543
585
|
Q
|
|
544
586
|
/DeviceRGB cs
|
|
545
587
|
0 0 0 scn
|
|
588
|
+
/Gs1 gs
|
|
546
589
|
q
|
|
547
590
|
1 0 0 -1 0 842 cm
|
|
548
591
|
BT
|
|
@@ -561,6 +604,7 @@ ET
|
|
|
561
604
|
Q
|
|
562
605
|
/DeviceRGB cs
|
|
563
606
|
0 0 0 scn
|
|
607
|
+
/Gs1 gs
|
|
564
608
|
q
|
|
565
609
|
1 0 0 -1 0 842 cm
|
|
566
610
|
BT
|
|
@@ -579,6 +623,7 @@ ET
|
|
|
579
623
|
Q
|
|
580
624
|
/DeviceRGB cs
|
|
581
625
|
0 0 0 scn
|
|
626
|
+
/Gs1 gs
|
|
582
627
|
q
|
|
583
628
|
1 0 0 -1 0 842 cm
|
|
584
629
|
BT
|
|
@@ -598,23 +643,23 @@ Q
|
|
|
598
643
|
|
|
599
644
|
endstream
|
|
600
645
|
endobj
|
|
601
|
-
13 0 obj
|
|
602
|
-
(PDFKit)
|
|
603
|
-
endobj
|
|
604
646
|
14 0 obj
|
|
605
647
|
(PDFKit)
|
|
606
648
|
endobj
|
|
607
649
|
15 0 obj
|
|
608
|
-
(
|
|
650
|
+
(PDFKit)
|
|
609
651
|
endobj
|
|
610
|
-
|
|
652
|
+
16 0 obj
|
|
653
|
+
(D:20240320125108Z)
|
|
654
|
+
endobj
|
|
655
|
+
13 0 obj
|
|
611
656
|
<<
|
|
612
|
-
/Producer
|
|
613
|
-
/Creator
|
|
614
|
-
/CreationDate
|
|
657
|
+
/Producer 14 0 R
|
|
658
|
+
/Creator 15 0 R
|
|
659
|
+
/CreationDate 16 0 R
|
|
615
660
|
>>
|
|
616
661
|
endobj
|
|
617
|
-
|
|
662
|
+
9 0 obj
|
|
618
663
|
<<
|
|
619
664
|
/Type /Font
|
|
620
665
|
/BaseFont /Helvetica
|
|
@@ -637,7 +682,7 @@ endobj
|
|
|
637
682
|
<<
|
|
638
683
|
/Type /Pages
|
|
639
684
|
/Count 2
|
|
640
|
-
/Kids [7 0 R
|
|
685
|
+
/Kids [7 0 R 12 0 R]
|
|
641
686
|
>>
|
|
642
687
|
endobj
|
|
643
688
|
2 0 obj
|
|
@@ -649,30 +694,31 @@ endobj
|
|
|
649
694
|
>>
|
|
650
695
|
endobj
|
|
651
696
|
xref
|
|
652
|
-
0
|
|
697
|
+
0 17
|
|
653
698
|
0000000000 65535 f
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
699
|
+
0000013806 00000 n
|
|
700
|
+
0000013870 00000 n
|
|
701
|
+
0000013744 00000 n
|
|
702
|
+
0000013723 00000 n
|
|
703
|
+
0000000280 00000 n
|
|
704
|
+
0000000163 00000 n
|
|
705
|
+
0000000059 00000 n
|
|
660
706
|
0000000015 00000 n
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
707
|
+
0000013626 00000 n
|
|
708
|
+
0000010670 00000 n
|
|
709
|
+
0000010552 00000 n
|
|
710
|
+
0000010445 00000 n
|
|
711
|
+
0000013550 00000 n
|
|
712
|
+
0000013464 00000 n
|
|
713
|
+
0000013489 00000 n
|
|
714
|
+
0000013514 00000 n
|
|
669
715
|
trailer
|
|
670
716
|
<<
|
|
671
|
-
/Size
|
|
717
|
+
/Size 17
|
|
672
718
|
/Root 3 0 R
|
|
673
|
-
/Info
|
|
674
|
-
/ID [<
|
|
719
|
+
/Info 13 0 R
|
|
720
|
+
/ID [<1f0e178560be145f35af42bcf510fdbf> <1f0e178560be145f35af42bcf510fdbf>]
|
|
675
721
|
>>
|
|
676
722
|
startxref
|
|
677
|
-
|
|
723
|
+
13917
|
|
678
724
|
%%EOF
|