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
|
@@ -41,6 +41,10 @@ endobj
|
|
|
41
41
|
<< /Type /Page
|
|
42
42
|
/Parent 3 0 R
|
|
43
43
|
/MediaBox [0 0 595.28 841.89]
|
|
44
|
+
/CropBox [0 0 595.28 841.89]
|
|
45
|
+
/BleedBox [0 0 595.28 841.89]
|
|
46
|
+
/TrimBox [0 0 595.28 841.89]
|
|
47
|
+
/ArtBox [0 0 595.28 841.89]
|
|
44
48
|
/Contents 4 0 R
|
|
45
49
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
46
50
|
/Font << /F1.0 6 0 R
|
|
@@ -63,12 +67,12 @@ xref
|
|
|
63
67
|
0000000158 00000 n
|
|
64
68
|
0000000215 00000 n
|
|
65
69
|
0000000381 00000 n
|
|
66
|
-
|
|
70
|
+
0000000677 00000 n
|
|
67
71
|
trailer
|
|
68
72
|
<< /Size 7
|
|
69
73
|
/Root 2 0 R
|
|
70
74
|
/Info 1 0 R
|
|
71
75
|
>>
|
|
72
76
|
startxref
|
|
73
|
-
|
|
77
|
+
776
|
|
74
78
|
%%EOF
|
|
@@ -41,6 +41,10 @@ endobj
|
|
|
41
41
|
<< /Type /Page
|
|
42
42
|
/Parent 3 0 R
|
|
43
43
|
/MediaBox [0 0 595.28 841.89]
|
|
44
|
+
/CropBox [0 0 595.28 841.89]
|
|
45
|
+
/BleedBox [0 0 595.28 841.89]
|
|
46
|
+
/TrimBox [0 0 595.28 841.89]
|
|
47
|
+
/ArtBox [0 0 595.28 841.89]
|
|
44
48
|
/Contents 4 0 R
|
|
45
49
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
46
50
|
/Font << /F1.0 6 0 R
|
|
@@ -63,12 +67,12 @@ xref
|
|
|
63
67
|
0000000158 00000 n
|
|
64
68
|
0000000215 00000 n
|
|
65
69
|
0000000381 00000 n
|
|
66
|
-
|
|
70
|
+
0000000677 00000 n
|
|
67
71
|
trailer
|
|
68
72
|
<< /Size 7
|
|
69
73
|
/Root 2 0 R
|
|
70
74
|
/Info 1 0 R
|
|
71
75
|
>>
|
|
72
76
|
startxref
|
|
73
|
-
|
|
77
|
+
776
|
|
74
78
|
%%EOF
|
|
@@ -48,6 +48,10 @@ endobj
|
|
|
48
48
|
<< /Type /Page
|
|
49
49
|
/Parent 3 0 R
|
|
50
50
|
/MediaBox [0 0 595.28 841.89]
|
|
51
|
+
/CropBox [0 0 595.28 841.89]
|
|
52
|
+
/BleedBox [0 0 595.28 841.89]
|
|
53
|
+
/TrimBox [0 0 595.28 841.89]
|
|
54
|
+
/ArtBox [0 0 595.28 841.89]
|
|
51
55
|
/Contents 4 0 R
|
|
52
56
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
53
57
|
/Font << /F1.0 6 0 R
|
|
@@ -70,12 +74,12 @@ xref
|
|
|
70
74
|
0000000158 00000 n
|
|
71
75
|
0000000215 00000 n
|
|
72
76
|
0000000465 00000 n
|
|
73
|
-
|
|
77
|
+
0000000761 00000 n
|
|
74
78
|
trailer
|
|
75
79
|
<< /Size 7
|
|
76
80
|
/Root 2 0 R
|
|
77
81
|
/Info 1 0 R
|
|
78
82
|
>>
|
|
79
83
|
startxref
|
|
80
|
-
|
|
84
|
+
860
|
|
81
85
|
%%EOF
|
|
@@ -41,6 +41,10 @@ endobj
|
|
|
41
41
|
<< /Type /Page
|
|
42
42
|
/Parent 3 0 R
|
|
43
43
|
/MediaBox [0 0 595.28 841.89]
|
|
44
|
+
/CropBox [0 0 595.28 841.89]
|
|
45
|
+
/BleedBox [0 0 595.28 841.89]
|
|
46
|
+
/TrimBox [0 0 595.28 841.89]
|
|
47
|
+
/ArtBox [0 0 595.28 841.89]
|
|
44
48
|
/Contents 4 0 R
|
|
45
49
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
46
50
|
/Font << /F1.0 6 0 R
|
|
@@ -63,12 +67,12 @@ xref
|
|
|
63
67
|
0000000158 00000 n
|
|
64
68
|
0000000215 00000 n
|
|
65
69
|
0000000419 00000 n
|
|
66
|
-
|
|
70
|
+
0000000715 00000 n
|
|
67
71
|
trailer
|
|
68
72
|
<< /Size 7
|
|
69
73
|
/Root 2 0 R
|
|
70
74
|
/Info 1 0 R
|
|
71
75
|
>>
|
|
72
76
|
startxref
|
|
73
|
-
|
|
77
|
+
814
|
|
74
78
|
%%EOF
|
|
@@ -41,6 +41,10 @@ endobj
|
|
|
41
41
|
<< /Type /Page
|
|
42
42
|
/Parent 3 0 R
|
|
43
43
|
/MediaBox [0 0 595.28 841.89]
|
|
44
|
+
/CropBox [0 0 595.28 841.89]
|
|
45
|
+
/BleedBox [0 0 595.28 841.89]
|
|
46
|
+
/TrimBox [0 0 595.28 841.89]
|
|
47
|
+
/ArtBox [0 0 595.28 841.89]
|
|
44
48
|
/Contents 4 0 R
|
|
45
49
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
46
50
|
/Font << /F1.0 6 0 R
|
|
@@ -63,12 +67,12 @@ xref
|
|
|
63
67
|
0000000158 00000 n
|
|
64
68
|
0000000215 00000 n
|
|
65
69
|
0000000419 00000 n
|
|
66
|
-
|
|
70
|
+
0000000715 00000 n
|
|
67
71
|
trailer
|
|
68
72
|
<< /Size 7
|
|
69
73
|
/Root 2 0 R
|
|
70
74
|
/Info 1 0 R
|
|
71
75
|
>>
|
|
72
76
|
startxref
|
|
73
|
-
|
|
77
|
+
814
|
|
74
78
|
%%EOF
|
|
@@ -41,6 +41,10 @@ endobj
|
|
|
41
41
|
<< /Type /Page
|
|
42
42
|
/Parent 3 0 R
|
|
43
43
|
/MediaBox [0 0 595.28 841.89]
|
|
44
|
+
/CropBox [0 0 595.28 841.89]
|
|
45
|
+
/BleedBox [0 0 595.28 841.89]
|
|
46
|
+
/TrimBox [0 0 595.28 841.89]
|
|
47
|
+
/ArtBox [0 0 595.28 841.89]
|
|
44
48
|
/Contents 4 0 R
|
|
45
49
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
46
50
|
/Font << /F1.0 6 0 R
|
|
@@ -63,12 +67,12 @@ xref
|
|
|
63
67
|
0000000158 00000 n
|
|
64
68
|
0000000215 00000 n
|
|
65
69
|
0000000419 00000 n
|
|
66
|
-
|
|
70
|
+
0000000715 00000 n
|
|
67
71
|
trailer
|
|
68
72
|
<< /Size 7
|
|
69
73
|
/Root 2 0 R
|
|
70
74
|
/Info 1 0 R
|
|
71
75
|
>>
|
|
72
76
|
startxref
|
|
73
|
-
|
|
77
|
+
814
|
|
74
78
|
%%EOF
|
|
@@ -48,6 +48,10 @@ endobj
|
|
|
48
48
|
<< /Type /Page
|
|
49
49
|
/Parent 3 0 R
|
|
50
50
|
/MediaBox [0 0 595.28 841.89]
|
|
51
|
+
/CropBox [0 0 595.28 841.89]
|
|
52
|
+
/BleedBox [0 0 595.28 841.89]
|
|
53
|
+
/TrimBox [0 0 595.28 841.89]
|
|
54
|
+
/ArtBox [0 0 595.28 841.89]
|
|
51
55
|
/Contents 4 0 R
|
|
52
56
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
53
57
|
/Font << /F1.0 6 0 R
|
|
@@ -70,12 +74,12 @@ xref
|
|
|
70
74
|
0000000158 00000 n
|
|
71
75
|
0000000215 00000 n
|
|
72
76
|
0000000497 00000 n
|
|
73
|
-
|
|
77
|
+
0000000793 00000 n
|
|
74
78
|
trailer
|
|
75
79
|
<< /Size 7
|
|
76
80
|
/Root 2 0 R
|
|
77
81
|
/Info 1 0 R
|
|
78
82
|
>>
|
|
79
83
|
startxref
|
|
80
|
-
|
|
84
|
+
892
|
|
81
85
|
%%EOF
|
|
@@ -165,6 +165,10 @@ endobj
|
|
|
165
165
|
<< /Type /Page
|
|
166
166
|
/Parent 3 0 R
|
|
167
167
|
/MediaBox [0 0 595.28 841.89]
|
|
168
|
+
/CropBox [0 0 595.28 841.89]
|
|
169
|
+
/BleedBox [0 0 595.28 841.89]
|
|
170
|
+
/TrimBox [0 0 595.28 841.89]
|
|
171
|
+
/ArtBox [0 0 595.28 841.89]
|
|
168
172
|
/Contents 4 0 R
|
|
169
173
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
170
174
|
/Font << /F2.0 6 0 R
|
|
@@ -203,14 +207,14 @@ xref
|
|
|
203
207
|
0000000158 00000 n
|
|
204
208
|
0000000215 00000 n
|
|
205
209
|
0000001532 00000 n
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
210
|
+
0000001852 00000 n
|
|
211
|
+
0000001950 00000 n
|
|
212
|
+
0000002050 00000 n
|
|
209
213
|
trailer
|
|
210
214
|
<< /Size 9
|
|
211
215
|
/Root 2 0 R
|
|
212
216
|
/Info 1 0 R
|
|
213
217
|
>>
|
|
214
218
|
startxref
|
|
215
|
-
|
|
219
|
+
2149
|
|
216
220
|
%%EOF
|
|
@@ -693,6 +693,10 @@ endobj
|
|
|
693
693
|
<< /Type /Page
|
|
694
694
|
/Parent 3 0 R
|
|
695
695
|
/MediaBox [0 0 595.28 841.89]
|
|
696
|
+
/CropBox [0 0 595.28 841.89]
|
|
697
|
+
/BleedBox [0 0 595.28 841.89]
|
|
698
|
+
/TrimBox [0 0 595.28 841.89]
|
|
699
|
+
/ArtBox [0 0 595.28 841.89]
|
|
696
700
|
/Contents 4 0 R
|
|
697
701
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
698
702
|
/Font << /F2.0 6 0 R
|
|
@@ -778,15 +782,15 @@ xref
|
|
|
778
782
|
0000000158 00000 n
|
|
779
783
|
0000000215 00000 n
|
|
780
784
|
0000011114 00000 n
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
+
0000011447 00000 n
|
|
786
|
+
0000011545 00000 n
|
|
787
|
+
0000011644 00000 n
|
|
788
|
+
0000014031 00000 n
|
|
785
789
|
trailer
|
|
786
790
|
<< /Size 10
|
|
787
791
|
/Root 2 0 R
|
|
788
792
|
/Info 1 0 R
|
|
789
793
|
>>
|
|
790
794
|
startxref
|
|
791
|
-
|
|
795
|
+
14405
|
|
792
796
|
%%EOF
|
|
@@ -693,6 +693,10 @@ endobj
|
|
|
693
693
|
<< /Type /Page
|
|
694
694
|
/Parent 3 0 R
|
|
695
695
|
/MediaBox [0 0 595.28 841.89]
|
|
696
|
+
/CropBox [0 0 595.28 841.89]
|
|
697
|
+
/BleedBox [0 0 595.28 841.89]
|
|
698
|
+
/TrimBox [0 0 595.28 841.89]
|
|
699
|
+
/ArtBox [0 0 595.28 841.89]
|
|
696
700
|
/Contents 4 0 R
|
|
697
701
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
698
702
|
/Font << /F2.0 6 0 R
|
|
@@ -778,15 +782,15 @@ xref
|
|
|
778
782
|
0000000158 00000 n
|
|
779
783
|
0000000215 00000 n
|
|
780
784
|
0000011113 00000 n
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
+
0000011446 00000 n
|
|
786
|
+
0000011544 00000 n
|
|
787
|
+
0000011643 00000 n
|
|
788
|
+
0000014030 00000 n
|
|
785
789
|
trailer
|
|
786
790
|
<< /Size 10
|
|
787
791
|
/Root 2 0 R
|
|
788
792
|
/Info 1 0 R
|
|
789
793
|
>>
|
|
790
794
|
startxref
|
|
791
|
-
|
|
795
|
+
14404
|
|
792
796
|
%%EOF
|
|
@@ -688,6 +688,10 @@ endobj
|
|
|
688
688
|
<< /Type /Page
|
|
689
689
|
/Parent 3 0 R
|
|
690
690
|
/MediaBox [0 0 595.28 841.89]
|
|
691
|
+
/CropBox [0 0 595.28 841.89]
|
|
692
|
+
/BleedBox [0 0 595.28 841.89]
|
|
693
|
+
/TrimBox [0 0 595.28 841.89]
|
|
694
|
+
/ArtBox [0 0 595.28 841.89]
|
|
691
695
|
/Contents 4 0 R
|
|
692
696
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
693
697
|
/Font << /F2.0 6 0 R
|
|
@@ -718,13 +722,13 @@ xref
|
|
|
718
722
|
0000000158 00000 n
|
|
719
723
|
0000000215 00000 n
|
|
720
724
|
0000011064 00000 n
|
|
721
|
-
|
|
722
|
-
|
|
725
|
+
0000011372 00000 n
|
|
726
|
+
0000011470 00000 n
|
|
723
727
|
trailer
|
|
724
728
|
<< /Size 8
|
|
725
729
|
/Root 2 0 R
|
|
726
730
|
/Info 1 0 R
|
|
727
731
|
>>
|
|
728
732
|
startxref
|
|
729
|
-
|
|
733
|
+
11569
|
|
730
734
|
%%EOF
|
|
@@ -213,6 +213,10 @@ endobj
|
|
|
213
213
|
<< /Type /Page
|
|
214
214
|
/Parent 3 0 R
|
|
215
215
|
/MediaBox [0 0 595.28 841.89]
|
|
216
|
+
/CropBox [0 0 595.28 841.89]
|
|
217
|
+
/BleedBox [0 0 595.28 841.89]
|
|
218
|
+
/TrimBox [0 0 595.28 841.89]
|
|
219
|
+
/ArtBox [0 0 595.28 841.89]
|
|
216
220
|
/Contents 4 0 R
|
|
217
221
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
218
222
|
/Font << /F2.0 6 0 R
|
|
@@ -243,13 +247,13 @@ xref
|
|
|
243
247
|
0000000158 00000 n
|
|
244
248
|
0000000215 00000 n
|
|
245
249
|
0000002450 00000 n
|
|
246
|
-
|
|
247
|
-
|
|
250
|
+
0000002758 00000 n
|
|
251
|
+
0000002856 00000 n
|
|
248
252
|
trailer
|
|
249
253
|
<< /Size 8
|
|
250
254
|
/Root 2 0 R
|
|
251
255
|
/Info 1 0 R
|
|
252
256
|
>>
|
|
253
257
|
startxref
|
|
254
|
-
|
|
258
|
+
2955
|
|
255
259
|
%%EOF
|
|
@@ -251,6 +251,10 @@ endobj
|
|
|
251
251
|
<< /Type /Page
|
|
252
252
|
/Parent 3 0 R
|
|
253
253
|
/MediaBox [0 0 595.28 841.89]
|
|
254
|
+
/CropBox [0 0 595.28 841.89]
|
|
255
|
+
/BleedBox [0 0 595.28 841.89]
|
|
256
|
+
/TrimBox [0 0 595.28 841.89]
|
|
257
|
+
/ArtBox [0 0 595.28 841.89]
|
|
254
258
|
/Contents 4 0 R
|
|
255
259
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
256
260
|
/Font << /F2.0 6 0 R
|
|
@@ -289,14 +293,14 @@ xref
|
|
|
289
293
|
0000000158 00000 n
|
|
290
294
|
0000000215 00000 n
|
|
291
295
|
0000003151 00000 n
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
296
|
+
0000003471 00000 n
|
|
297
|
+
0000003569 00000 n
|
|
298
|
+
0000003668 00000 n
|
|
295
299
|
trailer
|
|
296
300
|
<< /Size 9
|
|
297
301
|
/Root 2 0 R
|
|
298
302
|
/Info 1 0 R
|
|
299
303
|
>>
|
|
300
304
|
startxref
|
|
301
|
-
|
|
305
|
+
3768
|
|
302
306
|
%%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
|
0000000956 00000 n
|
|
95
|
-
|
|
96
|
-
|
|
99
|
+
0000001264 00000 n
|
|
100
|
+
0000001362 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
|
+
1461
|
|
104
108
|
%%EOF
|
|
@@ -230,6 +230,10 @@ endobj
|
|
|
230
230
|
<< /Type /Page
|
|
231
231
|
/Parent 3 0 R
|
|
232
232
|
/MediaBox [0 0 595.28 841.89]
|
|
233
|
+
/CropBox [0 0 595.28 841.89]
|
|
234
|
+
/BleedBox [0 0 595.28 841.89]
|
|
235
|
+
/TrimBox [0 0 595.28 841.89]
|
|
236
|
+
/ArtBox [0 0 595.28 841.89]
|
|
233
237
|
/Contents 4 0 R
|
|
234
238
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
235
239
|
/Font << /F2.0 6 0 R
|
|
@@ -268,14 +272,14 @@ xref
|
|
|
268
272
|
0000000158 00000 n
|
|
269
273
|
0000000215 00000 n
|
|
270
274
|
0000002346 00000 n
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
275
|
+
0000002666 00000 n
|
|
276
|
+
0000002764 00000 n
|
|
277
|
+
0000002863 00000 n
|
|
274
278
|
trailer
|
|
275
279
|
<< /Size 9
|
|
276
280
|
/Root 2 0 R
|
|
277
281
|
/Info 1 0 R
|
|
278
282
|
>>
|
|
279
283
|
startxref
|
|
280
|
-
|
|
284
|
+
2963
|
|
281
285
|
%%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
|
0000000735 00000 n
|
|
95
|
-
|
|
96
|
-
|
|
99
|
+
0000001043 00000 n
|
|
100
|
+
0000001141 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
|
+
1240
|
|
104
108
|
%%EOF
|