br_danfe 0.11.1 → 0.11.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.
- checksums.yaml +4 -4
- data/.codeclimate.yml +1 -0
- data/.rubocop.yml +113 -0
- data/Gemfile.lock +40 -19
- data/Rakefile +3 -3
- data/br_danfe.gemspec +7 -7
- data/lib/br_danfe.rb +14 -14
- data/lib/br_danfe/cce.rb +1 -0
- data/lib/br_danfe/cce_lib/barcode.rb +3 -2
- data/lib/br_danfe/cce_lib/correction.rb +3 -2
- data/lib/br_danfe/cce_lib/document.rb +15 -5
- data/lib/br_danfe/cce_lib/footer.rb +1 -1
- data/lib/br_danfe/cce_lib/header.rb +1 -1
- data/lib/br_danfe/cce_lib/nfe_key.rb +4 -3
- data/lib/br_danfe/cce_lib/protocol.rb +4 -3
- data/lib/br_danfe/danfe.rb +17 -17
- data/lib/br_danfe/danfe_lib/cep.rb +1 -1
- data/lib/br_danfe/danfe_lib/cst.rb +8 -6
- data/lib/br_danfe/danfe_lib/dest.rb +21 -23
- data/lib/br_danfe/danfe_lib/det_body.rb +20 -20
- data/lib/br_danfe/danfe_lib/document.rb +49 -36
- data/lib/br_danfe/danfe_lib/dup.rb +11 -10
- data/lib/br_danfe/danfe_lib/emit_header.rb +38 -34
- data/lib/br_danfe/danfe_lib/helper.rb +23 -23
- data/lib/br_danfe/danfe_lib/icmstot.rb +12 -12
- data/lib/br_danfe/danfe_lib/infadic.rb +1 -0
- data/lib/br_danfe/danfe_lib/issqn.rb +6 -6
- data/lib/br_danfe/danfe_lib/options.rb +6 -5
- data/lib/br_danfe/danfe_lib/phone.rb +2 -2
- data/lib/br_danfe/danfe_lib/ticket.rb +6 -4
- data/lib/br_danfe/danfe_lib/transp.rb +27 -26
- data/lib/br_danfe/danfe_lib/vol.rb +9 -8
- data/lib/br_danfe/danfe_lib/xml.rb +6 -6
- data/lib/br_danfe/danfe_lib/xprod.rb +22 -23
- data/lib/br_danfe/uf.rb +1 -4
- data/lib/br_danfe/version.rb +1 -1
- data/spec/features/cce_spec.rb +6 -6
- data/spec/features/danfe_spec.rb +25 -25
- data/spec/fixtures/cce/lib/barcode#render.pdf +5 -1
- data/spec/fixtures/cce/lib/correction#render.pdf +6 -2
- data/spec/fixtures/cce/lib/document#box.pdf +5 -1
- data/spec/fixtures/cce/lib/document#box.with.block.pdf +6 -2
- data/spec/fixtures/cce/lib/document#text.align.pdf +6 -2
- data/spec/fixtures/cce/lib/document#text.pad.pdf +6 -2
- data/spec/fixtures/cce/lib/document#text.simple.pdf +6 -2
- data/spec/fixtures/cce/lib/document#text.size.pdf +6 -2
- data/spec/fixtures/cce/lib/document#text.style.pdf +6 -2
- data/spec/fixtures/cce/lib/footer#render.pdf +6 -2
- data/spec/fixtures/cce/lib/header#render.pdf +6 -2
- data/spec/fixtures/cce/lib/nfe_key#render.pdf +7 -3
- data/spec/fixtures/cce/lib/protocol#render.pdf +7 -3
- data/spec/fixtures/cce/v1.00/cce.fixture.pdf +7 -3
- data/spec/fixtures/nfe/lib/dest#render-v2.00.pdf +7 -3
- data/spec/fixtures/nfe/lib/dest#render-v3.10.pdf +7 -3
- data/spec/fixtures/nfe/lib/dest#render-v4.00.pdf +7 -3
- data/spec/fixtures/nfe/lib/dest#render-with-address-bigger.pdf +7 -3
- data/spec/fixtures/nfe/lib/dest#render-with_cnpj.pdf +7 -3
- data/spec/fixtures/nfe/lib/dest#render-with_cpf.pdf +7 -3
- data/spec/fixtures/nfe/lib/dest#render-with_ie.pdf +7 -3
- data/spec/fixtures/nfe/lib/dest#render-without-address-complement.pdf +7 -3
- data/spec/fixtures/nfe/lib/det_body#render-csosn.pdf +383 -379
- data/spec/fixtures/nfe/lib/det_body#render-cst.pdf +233 -229
- data/spec/fixtures/nfe/lib/det_body#render-fci.pdf +158 -154
- data/spec/fixtures/nfe/lib/det_body#render-icms_st.pdf +158 -154
- data/spec/fixtures/nfe/lib/det_body#render-quantity_with_custom_precision.pdf +158 -154
- data/spec/fixtures/nfe/lib/det_body#render-three_pages.pdf +3697 -3685
- data/spec/fixtures/nfe/lib/det_body#render-two_pages.pdf +3540 -3532
- data/spec/fixtures/nfe/lib/det_body#render-unit_price_with_custom_precision.pdf +158 -154
- data/spec/fixtures/nfe/lib/det_body#render-with_infadprod.pdf +158 -154
- data/spec/fixtures/nfe/lib/det_body#render-with_issqn.pdf +1665 -1657
- data/spec/fixtures/nfe/lib/det_body#render-without_issqn.pdf +1665 -1657
- data/spec/fixtures/nfe/lib/document#lcnpj-blank.pdf +6 -2
- data/spec/fixtures/nfe/lib/document#lcnpj-invalid.pdf +6 -2
- data/spec/fixtures/nfe/lib/document#lcnpj-valid.pdf +6 -2
- data/spec/fixtures/nfe/lib/document#lie-blank-uf-invalid.pdf +6 -2
- data/spec/fixtures/nfe/lib/document#lie-blank.pdf +6 -2
- data/spec/fixtures/nfe/lib/document#lie-invalid.pdf +6 -2
- data/spec/fixtures/nfe/lib/document#lie-valid.pdf +6 -2
- data/spec/fixtures/nfe/lib/dup#render.pdf +8 -4
- data/spec/fixtures/nfe/lib/emit_header#render-second_page.pdf +9 -5
- data/spec/fixtures/nfe/lib/emit_header#render-with_logo.pdf +9 -5
- data/spec/fixtures/nfe/lib/emit_header#render-without_logo.pdf +7 -3
- data/spec/fixtures/nfe/lib/icmstot#render.pdf +7 -3
- data/spec/fixtures/nfe/lib/infadic#render-all_the_informations.pdf +8 -4
- data/spec/fixtures/nfe/lib/infadic#render-difal.pdf +7 -3
- data/spec/fixtures/nfe/lib/infadic#render-extra_volume.pdf +8 -4
- data/spec/fixtures/nfe/lib/infadic#render-with_complementary_information.pdf +7 -3
- data/spec/fixtures/nfe/lib/infadic#render-with_fisco_additional_information.pdf +7 -3
- data/spec/fixtures/nfe/lib/infadic#render-with_street_data.pdf +7 -3
- data/spec/fixtures/nfe/lib/infadic#render.pdf +7 -3
- data/spec/fixtures/nfe/lib/infadic_vol#render-extra_volume.pdf +7 -3
- data/spec/fixtures/nfe/lib/issqn#render-with_issqn.pdf +7 -3
- data/spec/fixtures/nfe/lib/issqn#render-with_one_issqn_value.pdf +7 -3
- data/spec/fixtures/nfe/lib/issqn#render-without_issqn.pdf +5 -1
- data/spec/fixtures/nfe/lib/ticket#render.pdf +6 -2
- data/spec/fixtures/nfe/lib/transp#render-modfrete_0.pdf +7 -3
- data/spec/fixtures/nfe/lib/transp#render-modfrete_1.pdf +7 -3
- data/spec/fixtures/nfe/lib/transp#render-modfrete_2.pdf +7 -3
- data/spec/fixtures/nfe/lib/transp#render-modfrete_3.pdf +7 -3
- data/spec/fixtures/nfe/lib/transp#render-modfrete_4.pdf +7 -3
- data/spec/fixtures/nfe/lib/transp#render-modfrete_9.pdf +7 -3
- data/spec/fixtures/nfe/lib/transp#render.pdf +7 -3
- data/spec/fixtures/nfe/lib/vol#render-blank-boxes.pdf +6 -2
- data/spec/fixtures/nfe/lib/vol#render.pdf +6 -2
- data/spec/fixtures/nfe/v2.00/custom_options.fixture.pdf +317 -313
- data/spec/fixtures/nfe/v2.00/nfe_simples_nacional.xml.fixture.pdf +315 -311
- data/spec/fixtures/nfe/v2.00/nfe_with_extra_volumes.xml.fixture.pdf +1297 -1289
- data/spec/fixtures/nfe/v2.00/nfe_with_fci.xml.fixture.pdf +165 -161
- data/spec/fixtures/nfe/v2.00/nfe_with_ns.xml.fixture.pdf +1297 -1289
- data/spec/fixtures/nfe/v2.00/nfe_without_ns.xml.fixture.pdf +314 -310
- data/spec/fixtures/nfe/v3.10/nfe_simples_nacional.xml.fixture.pdf +765 -761
- data/spec/fixtures/nfe/v3.10/with_footer.fixture.pdf +1222 -1214
- data/spec/fixtures/nfe/v3.10/with_issqn.fixture.pdf +1222 -1214
- data/spec/fixtures/nfe/v3.10/with_three_pages.fixture.pdf +4004 -3992
- data/spec/fixtures/nfe/v3.10/without_issqn.fixture.pdf +1522 -1514
- data/spec/lib/cce_lib/barcode_spec.rb +5 -5
- data/spec/lib/cce_lib/correction_spec.rb +5 -5
- data/spec/lib/cce_lib/document_spec.rb +23 -23
- data/spec/lib/cce_lib/footer_spec.rb +4 -4
- data/spec/lib/cce_lib/header_spec.rb +4 -4
- data/spec/lib/cce_lib/nfe_key_spec.rb +5 -5
- data/spec/lib/cce_lib/protocol_spec.rb +5 -5
- data/spec/lib/danfe_lib/cep_spec.rb +5 -5
- data/spec/lib/danfe_lib/cst_spec.rb +8 -8
- data/spec/lib/danfe_lib/dest_spec.rb +23 -23
- data/spec/lib/danfe_lib/det_body_spec.rb +26 -26
- data/spec/lib/danfe_lib/document_spec.rb +25 -25
- data/spec/lib/danfe_lib/dup_spec.rb +4 -4
- data/spec/lib/danfe_lib/emit_header_spec.rb +13 -13
- data/spec/lib/danfe_lib/helper_spec.rb +74 -74
- data/spec/lib/danfe_lib/icmstot_spec.rb +4 -4
- data/spec/lib/danfe_lib/infadic_spec.rb +6 -13
- data/spec/lib/danfe_lib/infadic_vol_spec.rb +1 -4
- data/spec/lib/danfe_lib/issqn_spec.rb +11 -11
- data/spec/lib/danfe_lib/logo_options_spec.rb +18 -18
- data/spec/lib/danfe_lib/options_spec.rb +7 -7
- data/spec/lib/danfe_lib/phone_spec.rb +10 -10
- data/spec/lib/danfe_lib/plate_spec.rb +9 -9
- data/spec/lib/danfe_lib/ticket_spec.rb +4 -4
- data/spec/lib/danfe_lib/transp_spec.rb +10 -10
- data/spec/lib/danfe_lib/vol_spec.rb +7 -7
- data/spec/lib/danfe_lib/xml_spec.rb +5 -5
- data/spec/lib/danfe_lib/xprod_spec.rb +48 -50
- data/spec/lib/uf_spec.rb +12 -12
- data/spec/support/have_same_content_of.rb +6 -6
- metadata +40 -10
|
@@ -62,6 +62,10 @@ endobj
|
|
|
62
62
|
<< /Type /Page
|
|
63
63
|
/Parent 3 0 R
|
|
64
64
|
/MediaBox [0 0 595.28 841.89]
|
|
65
|
+
/CropBox [0 0 595.28 841.89]
|
|
66
|
+
/BleedBox [0 0 595.28 841.89]
|
|
67
|
+
/TrimBox [0 0 595.28 841.89]
|
|
68
|
+
/ArtBox [0 0 595.28 841.89]
|
|
65
69
|
/Contents 4 0 R
|
|
66
70
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
67
71
|
/Font << /F2.0 6 0 R
|
|
@@ -92,13 +96,13 @@ xref
|
|
|
92
96
|
0000000158 00000 n
|
|
93
97
|
0000000215 00000 n
|
|
94
98
|
0000000759 00000 n
|
|
95
|
-
|
|
96
|
-
|
|
99
|
+
0000001067 00000 n
|
|
100
|
+
0000001165 00000 n
|
|
97
101
|
trailer
|
|
98
102
|
<< /Size 8
|
|
99
103
|
/Root 2 0 R
|
|
100
104
|
/Info 1 0 R
|
|
101
105
|
>>
|
|
102
106
|
startxref
|
|
103
|
-
|
|
107
|
+
1264
|
|
104
108
|
%%EOF
|
|
@@ -62,6 +62,10 @@ endobj
|
|
|
62
62
|
<< /Type /Page
|
|
63
63
|
/Parent 3 0 R
|
|
64
64
|
/MediaBox [0 0 595.28 841.89]
|
|
65
|
+
/CropBox [0 0 595.28 841.89]
|
|
66
|
+
/BleedBox [0 0 595.28 841.89]
|
|
67
|
+
/TrimBox [0 0 595.28 841.89]
|
|
68
|
+
/ArtBox [0 0 595.28 841.89]
|
|
65
69
|
/Contents 4 0 R
|
|
66
70
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
67
71
|
/Font << /F2.0 6 0 R
|
|
@@ -92,13 +96,13 @@ xref
|
|
|
92
96
|
0000000158 00000 n
|
|
93
97
|
0000000215 00000 n
|
|
94
98
|
0000000857 00000 n
|
|
95
|
-
|
|
96
|
-
|
|
99
|
+
0000001165 00000 n
|
|
100
|
+
0000001263 00000 n
|
|
97
101
|
trailer
|
|
98
102
|
<< /Size 8
|
|
99
103
|
/Root 2 0 R
|
|
100
104
|
/Info 1 0 R
|
|
101
105
|
>>
|
|
102
106
|
startxref
|
|
103
|
-
|
|
107
|
+
1362
|
|
104
108
|
%%EOF
|
|
@@ -55,6 +55,10 @@ endobj
|
|
|
55
55
|
<< /Type /Page
|
|
56
56
|
/Parent 3 0 R
|
|
57
57
|
/MediaBox [0 0 595.28 841.89]
|
|
58
|
+
/CropBox [0 0 595.28 841.89]
|
|
59
|
+
/BleedBox [0 0 595.28 841.89]
|
|
60
|
+
/TrimBox [0 0 595.28 841.89]
|
|
61
|
+
/ArtBox [0 0 595.28 841.89]
|
|
58
62
|
/Contents 4 0 R
|
|
59
63
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
60
64
|
/Font << /F2.0 6 0 R
|
|
@@ -85,13 +89,13 @@ xref
|
|
|
85
89
|
0000000158 00000 n
|
|
86
90
|
0000000215 00000 n
|
|
87
91
|
0000000655 00000 n
|
|
88
|
-
|
|
89
|
-
|
|
92
|
+
0000000963 00000 n
|
|
93
|
+
0000001061 00000 n
|
|
90
94
|
trailer
|
|
91
95
|
<< /Size 8
|
|
92
96
|
/Root 2 0 R
|
|
93
97
|
/Info 1 0 R
|
|
94
98
|
>>
|
|
95
99
|
startxref
|
|
96
|
-
|
|
100
|
+
1160
|
|
97
101
|
%%EOF
|
|
@@ -289,6 +289,10 @@ endobj
|
|
|
289
289
|
<< /Type /Page
|
|
290
290
|
/Parent 3 0 R
|
|
291
291
|
/MediaBox [0 0 595.28 841.89]
|
|
292
|
+
/CropBox [0 0 595.28 841.89]
|
|
293
|
+
/BleedBox [0 0 595.28 841.89]
|
|
294
|
+
/TrimBox [0 0 595.28 841.89]
|
|
295
|
+
/ArtBox [0 0 595.28 841.89]
|
|
292
296
|
/Contents 4 0 R
|
|
293
297
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
294
298
|
/Font << /F1.0 6 0 R
|
|
@@ -319,13 +323,13 @@ xref
|
|
|
319
323
|
0000000158 00000 n
|
|
320
324
|
0000000215 00000 n
|
|
321
325
|
0000002718 00000 n
|
|
322
|
-
|
|
323
|
-
|
|
326
|
+
0000003026 00000 n
|
|
327
|
+
0000003125 00000 n
|
|
324
328
|
trailer
|
|
325
329
|
<< /Size 8
|
|
326
330
|
/Root 2 0 R
|
|
327
331
|
/Info 1 0 R
|
|
328
332
|
>>
|
|
329
333
|
startxref
|
|
330
|
-
|
|
334
|
+
3225
|
|
331
335
|
%%EOF
|
|
@@ -101,6 +101,10 @@ endobj
|
|
|
101
101
|
<< /Type /Page
|
|
102
102
|
/Parent 3 0 R
|
|
103
103
|
/MediaBox [0 0 595.28 841.89]
|
|
104
|
+
/CropBox [0 0 595.28 841.89]
|
|
105
|
+
/BleedBox [0 0 595.28 841.89]
|
|
106
|
+
/TrimBox [0 0 595.28 841.89]
|
|
107
|
+
/ArtBox [0 0 595.28 841.89]
|
|
104
108
|
/Contents 4 0 R
|
|
105
109
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
106
110
|
/Font << /F2.0 6 0 R
|
|
@@ -131,13 +135,13 @@ xref
|
|
|
131
135
|
0000000158 00000 n
|
|
132
136
|
0000000215 00000 n
|
|
133
137
|
0000001147 00000 n
|
|
134
|
-
|
|
135
|
-
|
|
138
|
+
0000001455 00000 n
|
|
139
|
+
0000001553 00000 n
|
|
136
140
|
trailer
|
|
137
141
|
<< /Size 8
|
|
138
142
|
/Root 2 0 R
|
|
139
143
|
/Info 1 0 R
|
|
140
144
|
>>
|
|
141
145
|
startxref
|
|
142
|
-
|
|
146
|
+
1652
|
|
143
147
|
%%EOF
|
|
@@ -87,6 +87,10 @@ endobj
|
|
|
87
87
|
<< /Type /Page
|
|
88
88
|
/Parent 3 0 R
|
|
89
89
|
/MediaBox [0 0 595.28 841.89]
|
|
90
|
+
/CropBox [0 0 595.28 841.89]
|
|
91
|
+
/BleedBox [0 0 595.28 841.89]
|
|
92
|
+
/TrimBox [0 0 595.28 841.89]
|
|
93
|
+
/ArtBox [0 0 595.28 841.89]
|
|
90
94
|
/Contents 4 0 R
|
|
91
95
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
92
96
|
/Font << /F2.0 6 0 R
|
|
@@ -117,13 +121,13 @@ xref
|
|
|
117
121
|
0000000158 00000 n
|
|
118
122
|
0000000215 00000 n
|
|
119
123
|
0000001034 00000 n
|
|
120
|
-
|
|
121
|
-
|
|
124
|
+
0000001342 00000 n
|
|
125
|
+
0000001440 00000 n
|
|
122
126
|
trailer
|
|
123
127
|
<< /Size 8
|
|
124
128
|
/Root 2 0 R
|
|
125
129
|
/Info 1 0 R
|
|
126
130
|
>>
|
|
127
131
|
startxref
|
|
128
|
-
|
|
132
|
+
1539
|
|
129
133
|
%%EOF
|
|
@@ -30,6 +30,10 @@ endobj
|
|
|
30
30
|
<< /Type /Page
|
|
31
31
|
/Parent 3 0 R
|
|
32
32
|
/MediaBox [0 0 595.28 841.89]
|
|
33
|
+
/CropBox [0 0 595.28 841.89]
|
|
34
|
+
/BleedBox [0 0 595.28 841.89]
|
|
35
|
+
/TrimBox [0 0 595.28 841.89]
|
|
36
|
+
/ArtBox [0 0 595.28 841.89]
|
|
33
37
|
/Contents 4 0 R
|
|
34
38
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
35
39
|
/Font << >>
|
|
@@ -50,5 +54,5 @@ trailer
|
|
|
50
54
|
/Info 1 0 R
|
|
51
55
|
>>
|
|
52
56
|
startxref
|
|
53
|
-
|
|
57
|
+
559
|
|
54
58
|
%%EOF
|
|
@@ -80,6 +80,10 @@ endobj
|
|
|
80
80
|
<< /Type /Page
|
|
81
81
|
/Parent 3 0 R
|
|
82
82
|
/MediaBox [0 0 595.28 841.89]
|
|
83
|
+
/CropBox [0 0 595.28 841.89]
|
|
84
|
+
/BleedBox [0 0 595.28 841.89]
|
|
85
|
+
/TrimBox [0 0 595.28 841.89]
|
|
86
|
+
/ArtBox [0 0 595.28 841.89]
|
|
83
87
|
/Contents 4 0 R
|
|
84
88
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
85
89
|
/Font << /F1.0 6 0 R
|
|
@@ -102,12 +106,12 @@ xref
|
|
|
102
106
|
0000000158 00000 n
|
|
103
107
|
0000000215 00000 n
|
|
104
108
|
0000001172 00000 n
|
|
105
|
-
|
|
109
|
+
0000001468 00000 n
|
|
106
110
|
trailer
|
|
107
111
|
<< /Size 7
|
|
108
112
|
/Root 2 0 R
|
|
109
113
|
/Info 1 0 R
|
|
110
114
|
>>
|
|
111
115
|
startxref
|
|
112
|
-
|
|
116
|
+
1567
|
|
113
117
|
%%EOF
|
|
@@ -134,6 +134,10 @@ endobj
|
|
|
134
134
|
<< /Type /Page
|
|
135
135
|
/Parent 3 0 R
|
|
136
136
|
/MediaBox [0 0 595.28 841.89]
|
|
137
|
+
/CropBox [0 0 595.28 841.89]
|
|
138
|
+
/BleedBox [0 0 595.28 841.89]
|
|
139
|
+
/TrimBox [0 0 595.28 841.89]
|
|
140
|
+
/ArtBox [0 0 595.28 841.89]
|
|
137
141
|
/Contents 4 0 R
|
|
138
142
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
139
143
|
/Font << /F2.0 6 0 R
|
|
@@ -164,13 +168,13 @@ xref
|
|
|
164
168
|
0000000158 00000 n
|
|
165
169
|
0000000215 00000 n
|
|
166
170
|
0000001602 00000 n
|
|
167
|
-
|
|
168
|
-
|
|
171
|
+
0000001910 00000 n
|
|
172
|
+
0000002008 00000 n
|
|
169
173
|
trailer
|
|
170
174
|
<< /Size 8
|
|
171
175
|
/Root 2 0 R
|
|
172
176
|
/Info 1 0 R
|
|
173
177
|
>>
|
|
174
178
|
startxref
|
|
175
|
-
|
|
179
|
+
2107
|
|
176
180
|
%%EOF
|
|
@@ -134,6 +134,10 @@ endobj
|
|
|
134
134
|
<< /Type /Page
|
|
135
135
|
/Parent 3 0 R
|
|
136
136
|
/MediaBox [0 0 595.28 841.89]
|
|
137
|
+
/CropBox [0 0 595.28 841.89]
|
|
138
|
+
/BleedBox [0 0 595.28 841.89]
|
|
139
|
+
/TrimBox [0 0 595.28 841.89]
|
|
140
|
+
/ArtBox [0 0 595.28 841.89]
|
|
137
141
|
/Contents 4 0 R
|
|
138
142
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
139
143
|
/Font << /F2.0 6 0 R
|
|
@@ -164,13 +168,13 @@ xref
|
|
|
164
168
|
0000000158 00000 n
|
|
165
169
|
0000000215 00000 n
|
|
166
170
|
0000001610 00000 n
|
|
167
|
-
|
|
168
|
-
|
|
171
|
+
0000001918 00000 n
|
|
172
|
+
0000002016 00000 n
|
|
169
173
|
trailer
|
|
170
174
|
<< /Size 8
|
|
171
175
|
/Root 2 0 R
|
|
172
176
|
/Info 1 0 R
|
|
173
177
|
>>
|
|
174
178
|
startxref
|
|
175
|
-
|
|
179
|
+
2115
|
|
176
180
|
%%EOF
|
|
@@ -134,6 +134,10 @@ endobj
|
|
|
134
134
|
<< /Type /Page
|
|
135
135
|
/Parent 3 0 R
|
|
136
136
|
/MediaBox [0 0 595.28 841.89]
|
|
137
|
+
/CropBox [0 0 595.28 841.89]
|
|
138
|
+
/BleedBox [0 0 595.28 841.89]
|
|
139
|
+
/TrimBox [0 0 595.28 841.89]
|
|
140
|
+
/ArtBox [0 0 595.28 841.89]
|
|
137
141
|
/Contents 4 0 R
|
|
138
142
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
139
143
|
/Font << /F2.0 6 0 R
|
|
@@ -164,13 +168,13 @@ xref
|
|
|
164
168
|
0000000158 00000 n
|
|
165
169
|
0000000215 00000 n
|
|
166
170
|
0000001610 00000 n
|
|
167
|
-
|
|
168
|
-
|
|
171
|
+
0000001918 00000 n
|
|
172
|
+
0000002016 00000 n
|
|
169
173
|
trailer
|
|
170
174
|
<< /Size 8
|
|
171
175
|
/Root 2 0 R
|
|
172
176
|
/Info 1 0 R
|
|
173
177
|
>>
|
|
174
178
|
startxref
|
|
175
|
-
|
|
179
|
+
2115
|
|
176
180
|
%%EOF
|
|
@@ -134,6 +134,10 @@ endobj
|
|
|
134
134
|
<< /Type /Page
|
|
135
135
|
/Parent 3 0 R
|
|
136
136
|
/MediaBox [0 0 595.28 841.89]
|
|
137
|
+
/CropBox [0 0 595.28 841.89]
|
|
138
|
+
/BleedBox [0 0 595.28 841.89]
|
|
139
|
+
/TrimBox [0 0 595.28 841.89]
|
|
140
|
+
/ArtBox [0 0 595.28 841.89]
|
|
137
141
|
/Contents 4 0 R
|
|
138
142
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
139
143
|
/Font << /F2.0 6 0 R
|
|
@@ -164,13 +168,13 @@ xref
|
|
|
164
168
|
0000000158 00000 n
|
|
165
169
|
0000000215 00000 n
|
|
166
170
|
0000001602 00000 n
|
|
167
|
-
|
|
168
|
-
|
|
171
|
+
0000001910 00000 n
|
|
172
|
+
0000002008 00000 n
|
|
169
173
|
trailer
|
|
170
174
|
<< /Size 8
|
|
171
175
|
/Root 2 0 R
|
|
172
176
|
/Info 1 0 R
|
|
173
177
|
>>
|
|
174
178
|
startxref
|
|
175
|
-
|
|
179
|
+
2107
|
|
176
180
|
%%EOF
|
|
@@ -134,6 +134,10 @@ endobj
|
|
|
134
134
|
<< /Type /Page
|
|
135
135
|
/Parent 3 0 R
|
|
136
136
|
/MediaBox [0 0 595.28 841.89]
|
|
137
|
+
/CropBox [0 0 595.28 841.89]
|
|
138
|
+
/BleedBox [0 0 595.28 841.89]
|
|
139
|
+
/TrimBox [0 0 595.28 841.89]
|
|
140
|
+
/ArtBox [0 0 595.28 841.89]
|
|
137
141
|
/Contents 4 0 R
|
|
138
142
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
139
143
|
/Font << /F2.0 6 0 R
|
|
@@ -164,13 +168,13 @@ xref
|
|
|
164
168
|
0000000158 00000 n
|
|
165
169
|
0000000215 00000 n
|
|
166
170
|
0000001604 00000 n
|
|
167
|
-
|
|
168
|
-
|
|
171
|
+
0000001912 00000 n
|
|
172
|
+
0000002010 00000 n
|
|
169
173
|
trailer
|
|
170
174
|
<< /Size 8
|
|
171
175
|
/Root 2 0 R
|
|
172
176
|
/Info 1 0 R
|
|
173
177
|
>>
|
|
174
178
|
startxref
|
|
175
|
-
|
|
179
|
+
2109
|
|
176
180
|
%%EOF
|
|
@@ -134,6 +134,10 @@ endobj
|
|
|
134
134
|
<< /Type /Page
|
|
135
135
|
/Parent 3 0 R
|
|
136
136
|
/MediaBox [0 0 595.28 841.89]
|
|
137
|
+
/CropBox [0 0 595.28 841.89]
|
|
138
|
+
/BleedBox [0 0 595.28 841.89]
|
|
139
|
+
/TrimBox [0 0 595.28 841.89]
|
|
140
|
+
/ArtBox [0 0 595.28 841.89]
|
|
137
141
|
/Contents 4 0 R
|
|
138
142
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
139
143
|
/Font << /F2.0 6 0 R
|
|
@@ -164,13 +168,13 @@ xref
|
|
|
164
168
|
0000000158 00000 n
|
|
165
169
|
0000000215 00000 n
|
|
166
170
|
0000001604 00000 n
|
|
167
|
-
|
|
168
|
-
|
|
171
|
+
0000001912 00000 n
|
|
172
|
+
0000002010 00000 n
|
|
169
173
|
trailer
|
|
170
174
|
<< /Size 8
|
|
171
175
|
/Root 2 0 R
|
|
172
176
|
/Info 1 0 R
|
|
173
177
|
>>
|
|
174
178
|
startxref
|
|
175
|
-
|
|
179
|
+
2109
|
|
176
180
|
%%EOF
|
|
@@ -197,6 +197,10 @@ endobj
|
|
|
197
197
|
<< /Type /Page
|
|
198
198
|
/Parent 3 0 R
|
|
199
199
|
/MediaBox [0 0 595.28 841.89]
|
|
200
|
+
/CropBox [0 0 595.28 841.89]
|
|
201
|
+
/BleedBox [0 0 595.28 841.89]
|
|
202
|
+
/TrimBox [0 0 595.28 841.89]
|
|
203
|
+
/ArtBox [0 0 595.28 841.89]
|
|
200
204
|
/Contents 4 0 R
|
|
201
205
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
202
206
|
/Font << /F2.0 6 0 R
|
|
@@ -227,13 +231,13 @@ xref
|
|
|
227
231
|
0000000158 00000 n
|
|
228
232
|
0000000215 00000 n
|
|
229
233
|
0000002289 00000 n
|
|
230
|
-
|
|
231
|
-
|
|
234
|
+
0000002597 00000 n
|
|
235
|
+
0000002695 00000 n
|
|
232
236
|
trailer
|
|
233
237
|
<< /Size 8
|
|
234
238
|
/Root 2 0 R
|
|
235
239
|
/Info 1 0 R
|
|
236
240
|
>>
|
|
237
241
|
startxref
|
|
238
|
-
|
|
242
|
+
2794
|
|
239
243
|
%%EOF
|
|
@@ -84,6 +84,10 @@ endobj
|
|
|
84
84
|
<< /Type /Page
|
|
85
85
|
/Parent 3 0 R
|
|
86
86
|
/MediaBox [0 0 595.28 841.89]
|
|
87
|
+
/CropBox [0 0 595.28 841.89]
|
|
88
|
+
/BleedBox [0 0 595.28 841.89]
|
|
89
|
+
/TrimBox [0 0 595.28 841.89]
|
|
90
|
+
/ArtBox [0 0 595.28 841.89]
|
|
87
91
|
/Contents 4 0 R
|
|
88
92
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
89
93
|
/Font << /F1.0 6 0 R
|
|
@@ -106,12 +110,12 @@ xref
|
|
|
106
110
|
0000000158 00000 n
|
|
107
111
|
0000000215 00000 n
|
|
108
112
|
0000000945 00000 n
|
|
109
|
-
|
|
113
|
+
0000001241 00000 n
|
|
110
114
|
trailer
|
|
111
115
|
<< /Size 7
|
|
112
116
|
/Root 2 0 R
|
|
113
117
|
/Info 1 0 R
|
|
114
118
|
>>
|
|
115
119
|
startxref
|
|
116
|
-
|
|
120
|
+
1340
|
|
117
121
|
%%EOF
|
|
@@ -119,6 +119,10 @@ endobj
|
|
|
119
119
|
<< /Type /Page
|
|
120
120
|
/Parent 3 0 R
|
|
121
121
|
/MediaBox [0 0 595.28 841.89]
|
|
122
|
+
/CropBox [0 0 595.28 841.89]
|
|
123
|
+
/BleedBox [0 0 595.28 841.89]
|
|
124
|
+
/TrimBox [0 0 595.28 841.89]
|
|
125
|
+
/ArtBox [0 0 595.28 841.89]
|
|
122
126
|
/Contents 4 0 R
|
|
123
127
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
124
128
|
/Font << /F1.0 6 0 R
|
|
@@ -141,12 +145,12 @@ xref
|
|
|
141
145
|
0000000158 00000 n
|
|
142
146
|
0000000215 00000 n
|
|
143
147
|
0000001270 00000 n
|
|
144
|
-
|
|
148
|
+
0000001566 00000 n
|
|
145
149
|
trailer
|
|
146
150
|
<< /Size 7
|
|
147
151
|
/Root 2 0 R
|
|
148
152
|
/Info 1 0 R
|
|
149
153
|
>>
|
|
150
154
|
startxref
|
|
151
|
-
|
|
155
|
+
1665
|
|
152
156
|
%%EOF
|