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
|
@@ -37,6 +37,10 @@ endobj
|
|
|
37
37
|
<< /Type /Page
|
|
38
38
|
/Parent 3 0 R
|
|
39
39
|
/MediaBox [0 0 595.28 841.89]
|
|
40
|
+
/CropBox [0 0 595.28 841.89]
|
|
41
|
+
/BleedBox [0 0 595.28 841.89]
|
|
42
|
+
/TrimBox [0 0 595.28 841.89]
|
|
43
|
+
/ArtBox [0 0 595.28 841.89]
|
|
40
44
|
/Contents 4 0 R
|
|
41
45
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
42
46
|
/Font << /F1.0 6 0 R
|
|
@@ -59,12 +63,12 @@ xref
|
|
|
59
63
|
0000000158 00000 n
|
|
60
64
|
0000000215 00000 n
|
|
61
65
|
0000000356 00000 n
|
|
62
|
-
|
|
66
|
+
0000000652 00000 n
|
|
63
67
|
trailer
|
|
64
68
|
<< /Size 7
|
|
65
69
|
/Root 2 0 R
|
|
66
70
|
/Info 1 0 R
|
|
67
71
|
>>
|
|
68
72
|
startxref
|
|
69
|
-
|
|
73
|
+
751
|
|
70
74
|
%%EOF
|
|
@@ -37,6 +37,10 @@ endobj
|
|
|
37
37
|
<< /Type /Page
|
|
38
38
|
/Parent 3 0 R
|
|
39
39
|
/MediaBox [0 0 595.28 841.89]
|
|
40
|
+
/CropBox [0 0 595.28 841.89]
|
|
41
|
+
/BleedBox [0 0 595.28 841.89]
|
|
42
|
+
/TrimBox [0 0 595.28 841.89]
|
|
43
|
+
/ArtBox [0 0 595.28 841.89]
|
|
40
44
|
/Contents 4 0 R
|
|
41
45
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
42
46
|
/Font << /F1.0 6 0 R
|
|
@@ -59,12 +63,12 @@ xref
|
|
|
59
63
|
0000000158 00000 n
|
|
60
64
|
0000000215 00000 n
|
|
61
65
|
0000000351 00000 n
|
|
62
|
-
|
|
66
|
+
0000000647 00000 n
|
|
63
67
|
trailer
|
|
64
68
|
<< /Size 7
|
|
65
69
|
/Root 2 0 R
|
|
66
70
|
/Info 1 0 R
|
|
67
71
|
>>
|
|
68
72
|
startxref
|
|
69
|
-
|
|
73
|
+
746
|
|
70
74
|
%%EOF
|
|
@@ -37,6 +37,10 @@ endobj
|
|
|
37
37
|
<< /Type /Page
|
|
38
38
|
/Parent 3 0 R
|
|
39
39
|
/MediaBox [0 0 595.28 841.89]
|
|
40
|
+
/CropBox [0 0 595.28 841.89]
|
|
41
|
+
/BleedBox [0 0 595.28 841.89]
|
|
42
|
+
/TrimBox [0 0 595.28 841.89]
|
|
43
|
+
/ArtBox [0 0 595.28 841.89]
|
|
40
44
|
/Contents 4 0 R
|
|
41
45
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
42
46
|
/Font << /F1.0 6 0 R
|
|
@@ -59,12 +63,12 @@ xref
|
|
|
59
63
|
0000000158 00000 n
|
|
60
64
|
0000000215 00000 n
|
|
61
65
|
0000000347 00000 n
|
|
62
|
-
|
|
66
|
+
0000000643 00000 n
|
|
63
67
|
trailer
|
|
64
68
|
<< /Size 7
|
|
65
69
|
/Root 2 0 R
|
|
66
70
|
/Info 1 0 R
|
|
67
71
|
>>
|
|
68
72
|
startxref
|
|
69
|
-
|
|
73
|
+
742
|
|
70
74
|
%%EOF
|
|
@@ -37,6 +37,10 @@ endobj
|
|
|
37
37
|
<< /Type /Page
|
|
38
38
|
/Parent 3 0 R
|
|
39
39
|
/MediaBox [0 0 595.28 841.89]
|
|
40
|
+
/CropBox [0 0 595.28 841.89]
|
|
41
|
+
/BleedBox [0 0 595.28 841.89]
|
|
42
|
+
/TrimBox [0 0 595.28 841.89]
|
|
43
|
+
/ArtBox [0 0 595.28 841.89]
|
|
40
44
|
/Contents 4 0 R
|
|
41
45
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
42
46
|
/Font << /F1.0 6 0 R
|
|
@@ -59,12 +63,12 @@ xref
|
|
|
59
63
|
0000000158 00000 n
|
|
60
64
|
0000000215 00000 n
|
|
61
65
|
0000000341 00000 n
|
|
62
|
-
|
|
66
|
+
0000000637 00000 n
|
|
63
67
|
trailer
|
|
64
68
|
<< /Size 7
|
|
65
69
|
/Root 2 0 R
|
|
66
70
|
/Info 1 0 R
|
|
67
71
|
>>
|
|
68
72
|
startxref
|
|
69
|
-
|
|
73
|
+
736
|
|
70
74
|
%%EOF
|
|
@@ -37,6 +37,10 @@ endobj
|
|
|
37
37
|
<< /Type /Page
|
|
38
38
|
/Parent 3 0 R
|
|
39
39
|
/MediaBox [0 0 595.28 841.89]
|
|
40
|
+
/CropBox [0 0 595.28 841.89]
|
|
41
|
+
/BleedBox [0 0 595.28 841.89]
|
|
42
|
+
/TrimBox [0 0 595.28 841.89]
|
|
43
|
+
/ArtBox [0 0 595.28 841.89]
|
|
40
44
|
/Contents 4 0 R
|
|
41
45
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
42
46
|
/Font << /F2.0 6 0 R
|
|
@@ -59,12 +63,12 @@ xref
|
|
|
59
63
|
0000000158 00000 n
|
|
60
64
|
0000000215 00000 n
|
|
61
65
|
0000000337 00000 n
|
|
62
|
-
|
|
66
|
+
0000000633 00000 n
|
|
63
67
|
trailer
|
|
64
68
|
<< /Size 7
|
|
65
69
|
/Root 2 0 R
|
|
66
70
|
/Info 1 0 R
|
|
67
71
|
>>
|
|
68
72
|
startxref
|
|
69
|
-
|
|
73
|
+
731
|
|
70
74
|
%%EOF
|
|
@@ -81,6 +81,10 @@ endobj
|
|
|
81
81
|
<< /Type /Page
|
|
82
82
|
/Parent 3 0 R
|
|
83
83
|
/MediaBox [0 0 595.28 841.89]
|
|
84
|
+
/CropBox [0 0 595.28 841.89]
|
|
85
|
+
/BleedBox [0 0 595.28 841.89]
|
|
86
|
+
/TrimBox [0 0 595.28 841.89]
|
|
87
|
+
/ArtBox [0 0 595.28 841.89]
|
|
84
88
|
/Contents 4 0 R
|
|
85
89
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
86
90
|
/Font << /F1.0 6 0 R
|
|
@@ -103,12 +107,12 @@ xref
|
|
|
103
107
|
0000000158 00000 n
|
|
104
108
|
0000000215 00000 n
|
|
105
109
|
0000001684 00000 n
|
|
106
|
-
|
|
110
|
+
0000001980 00000 n
|
|
107
111
|
trailer
|
|
108
112
|
<< /Size 7
|
|
109
113
|
/Root 2 0 R
|
|
110
114
|
/Info 1 0 R
|
|
111
115
|
>>
|
|
112
116
|
startxref
|
|
113
|
-
|
|
117
|
+
2079
|
|
114
118
|
%%EOF
|
|
@@ -39,6 +39,10 @@ endobj
|
|
|
39
39
|
<< /Type /Page
|
|
40
40
|
/Parent 3 0 R
|
|
41
41
|
/MediaBox [0 0 595.28 841.89]
|
|
42
|
+
/CropBox [0 0 595.28 841.89]
|
|
43
|
+
/BleedBox [0 0 595.28 841.89]
|
|
44
|
+
/TrimBox [0 0 595.28 841.89]
|
|
45
|
+
/ArtBox [0 0 595.28 841.89]
|
|
42
46
|
/Contents 4 0 R
|
|
43
47
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
44
48
|
/Font << /F1.0 6 0 R
|
|
@@ -61,12 +65,12 @@ xref
|
|
|
61
65
|
0000000158 00000 n
|
|
62
66
|
0000000215 00000 n
|
|
63
67
|
0000000420 00000 n
|
|
64
|
-
|
|
68
|
+
0000000716 00000 n
|
|
65
69
|
trailer
|
|
66
70
|
<< /Size 7
|
|
67
71
|
/Root 2 0 R
|
|
68
72
|
/Info 1 0 R
|
|
69
73
|
>>
|
|
70
74
|
startxref
|
|
71
|
-
|
|
75
|
+
815
|
|
72
76
|
%%EOF
|
|
@@ -46,6 +46,10 @@ endobj
|
|
|
46
46
|
<< /Type /Page
|
|
47
47
|
/Parent 3 0 R
|
|
48
48
|
/MediaBox [0 0 595.28 841.89]
|
|
49
|
+
/CropBox [0 0 595.28 841.89]
|
|
50
|
+
/BleedBox [0 0 595.28 841.89]
|
|
51
|
+
/TrimBox [0 0 595.28 841.89]
|
|
52
|
+
/ArtBox [0 0 595.28 841.89]
|
|
49
53
|
/Contents 4 0 R
|
|
50
54
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
51
55
|
/Font << /F2.0 6 0 R
|
|
@@ -76,13 +80,13 @@ xref
|
|
|
76
80
|
0000000158 00000 n
|
|
77
81
|
0000000215 00000 n
|
|
78
82
|
0000000522 00000 n
|
|
79
|
-
|
|
80
|
-
|
|
83
|
+
0000000830 00000 n
|
|
84
|
+
0000000928 00000 n
|
|
81
85
|
trailer
|
|
82
86
|
<< /Size 8
|
|
83
87
|
/Root 2 0 R
|
|
84
88
|
/Info 1 0 R
|
|
85
89
|
>>
|
|
86
90
|
startxref
|
|
87
|
-
|
|
91
|
+
1027
|
|
88
92
|
%%EOF
|
|
@@ -46,6 +46,10 @@ endobj
|
|
|
46
46
|
<< /Type /Page
|
|
47
47
|
/Parent 3 0 R
|
|
48
48
|
/MediaBox [0 0 595.28 841.89]
|
|
49
|
+
/CropBox [0 0 595.28 841.89]
|
|
50
|
+
/BleedBox [0 0 595.28 841.89]
|
|
51
|
+
/TrimBox [0 0 595.28 841.89]
|
|
52
|
+
/ArtBox [0 0 595.28 841.89]
|
|
49
53
|
/Contents 4 0 R
|
|
50
54
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
51
55
|
/Font << /F2.0 6 0 R
|
|
@@ -76,13 +80,13 @@ xref
|
|
|
76
80
|
0000000158 00000 n
|
|
77
81
|
0000000215 00000 n
|
|
78
82
|
0000000511 00000 n
|
|
79
|
-
|
|
80
|
-
|
|
83
|
+
0000000819 00000 n
|
|
84
|
+
0000000917 00000 n
|
|
81
85
|
trailer
|
|
82
86
|
<< /Size 8
|
|
83
87
|
/Root 2 0 R
|
|
84
88
|
/Info 1 0 R
|
|
85
89
|
>>
|
|
86
90
|
startxref
|
|
87
|
-
|
|
91
|
+
1016
|
|
88
92
|
%%EOF
|
|
@@ -617,6 +617,10 @@ endobj
|
|
|
617
617
|
<< /Type /Page
|
|
618
618
|
/Parent 3 0 R
|
|
619
619
|
/MediaBox [0 0 595.28 841.89]
|
|
620
|
+
/CropBox [0 0 595.28 841.89]
|
|
621
|
+
/BleedBox [0 0 595.28 841.89]
|
|
622
|
+
/TrimBox [0 0 595.28 841.89]
|
|
623
|
+
/ArtBox [0 0 595.28 841.89]
|
|
620
624
|
/Contents 4 0 R
|
|
621
625
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
622
626
|
/Font << /F1.0 6 0 R
|
|
@@ -647,13 +651,13 @@ xref
|
|
|
647
651
|
0000000158 00000 n
|
|
648
652
|
0000000215 00000 n
|
|
649
653
|
0000009385 00000 n
|
|
650
|
-
|
|
651
|
-
|
|
654
|
+
0000009693 00000 n
|
|
655
|
+
0000009792 00000 n
|
|
652
656
|
trailer
|
|
653
657
|
<< /Size 8
|
|
654
658
|
/Root 2 0 R
|
|
655
659
|
/Info 1 0 R
|
|
656
660
|
>>
|
|
657
661
|
startxref
|
|
658
|
-
|
|
662
|
+
9890
|
|
659
663
|
%%EOF
|
|
@@ -229,6 +229,10 @@ endobj
|
|
|
229
229
|
<< /Type /Page
|
|
230
230
|
/Parent 3 0 R
|
|
231
231
|
/MediaBox [0 0 595.28 841.89]
|
|
232
|
+
/CropBox [0 0 595.28 841.89]
|
|
233
|
+
/BleedBox [0 0 595.28 841.89]
|
|
234
|
+
/TrimBox [0 0 595.28 841.89]
|
|
235
|
+
/ArtBox [0 0 595.28 841.89]
|
|
232
236
|
/Contents 4 0 R
|
|
233
237
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
234
238
|
/Font << /F2.0 6 0 R
|
|
@@ -259,13 +263,13 @@ xref
|
|
|
259
263
|
0000000158 00000 n
|
|
260
264
|
0000000215 00000 n
|
|
261
265
|
0000002718 00000 n
|
|
262
|
-
|
|
263
|
-
|
|
266
|
+
0000003026 00000 n
|
|
267
|
+
0000003124 00000 n
|
|
264
268
|
trailer
|
|
265
269
|
<< /Size 8
|
|
266
270
|
/Root 2 0 R
|
|
267
271
|
/Info 1 0 R
|
|
268
272
|
>>
|
|
269
273
|
startxref
|
|
270
|
-
|
|
274
|
+
3223
|
|
271
275
|
%%EOF
|
|
@@ -229,6 +229,10 @@ endobj
|
|
|
229
229
|
<< /Type /Page
|
|
230
230
|
/Parent 3 0 R
|
|
231
231
|
/MediaBox [0 0 595.28 841.89]
|
|
232
|
+
/CropBox [0 0 595.28 841.89]
|
|
233
|
+
/BleedBox [0 0 595.28 841.89]
|
|
234
|
+
/TrimBox [0 0 595.28 841.89]
|
|
235
|
+
/ArtBox [0 0 595.28 841.89]
|
|
232
236
|
/Contents 4 0 R
|
|
233
237
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
234
238
|
/Font << /F2.0 6 0 R
|
|
@@ -259,13 +263,13 @@ xref
|
|
|
259
263
|
0000000158 00000 n
|
|
260
264
|
0000000215 00000 n
|
|
261
265
|
0000002718 00000 n
|
|
262
|
-
|
|
263
|
-
|
|
266
|
+
0000003026 00000 n
|
|
267
|
+
0000003124 00000 n
|
|
264
268
|
trailer
|
|
265
269
|
<< /Size 8
|
|
266
270
|
/Root 2 0 R
|
|
267
271
|
/Info 1 0 R
|
|
268
272
|
>>
|
|
269
273
|
startxref
|
|
270
|
-
|
|
274
|
+
3223
|
|
271
275
|
%%EOF
|
|
@@ -229,6 +229,10 @@ endobj
|
|
|
229
229
|
<< /Type /Page
|
|
230
230
|
/Parent 3 0 R
|
|
231
231
|
/MediaBox [0 0 595.28 841.89]
|
|
232
|
+
/CropBox [0 0 595.28 841.89]
|
|
233
|
+
/BleedBox [0 0 595.28 841.89]
|
|
234
|
+
/TrimBox [0 0 595.28 841.89]
|
|
235
|
+
/ArtBox [0 0 595.28 841.89]
|
|
232
236
|
/Contents 4 0 R
|
|
233
237
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
234
238
|
/Font << /F2.0 6 0 R
|
|
@@ -259,13 +263,13 @@ xref
|
|
|
259
263
|
0000000158 00000 n
|
|
260
264
|
0000000215 00000 n
|
|
261
265
|
0000002718 00000 n
|
|
262
|
-
|
|
263
|
-
|
|
266
|
+
0000003026 00000 n
|
|
267
|
+
0000003124 00000 n
|
|
264
268
|
trailer
|
|
265
269
|
<< /Size 8
|
|
266
270
|
/Root 2 0 R
|
|
267
271
|
/Info 1 0 R
|
|
268
272
|
>>
|
|
269
273
|
startxref
|
|
270
|
-
|
|
274
|
+
3223
|
|
271
275
|
%%EOF
|
|
@@ -229,6 +229,10 @@ endobj
|
|
|
229
229
|
<< /Type /Page
|
|
230
230
|
/Parent 3 0 R
|
|
231
231
|
/MediaBox [0 0 595.28 841.89]
|
|
232
|
+
/CropBox [0 0 595.28 841.89]
|
|
233
|
+
/BleedBox [0 0 595.28 841.89]
|
|
234
|
+
/TrimBox [0 0 595.28 841.89]
|
|
235
|
+
/ArtBox [0 0 595.28 841.89]
|
|
232
236
|
/Contents 4 0 R
|
|
233
237
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
234
238
|
/Font << /F2.0 6 0 R
|
|
@@ -259,13 +263,13 @@ xref
|
|
|
259
263
|
0000000158 00000 n
|
|
260
264
|
0000000215 00000 n
|
|
261
265
|
0000002784 00000 n
|
|
262
|
-
|
|
263
|
-
|
|
266
|
+
0000003092 00000 n
|
|
267
|
+
0000003190 00000 n
|
|
264
268
|
trailer
|
|
265
269
|
<< /Size 8
|
|
266
270
|
/Root 2 0 R
|
|
267
271
|
/Info 1 0 R
|
|
268
272
|
>>
|
|
269
273
|
startxref
|
|
270
|
-
|
|
274
|
+
3289
|
|
271
275
|
%%EOF
|
|
@@ -152,6 +152,10 @@ endobj
|
|
|
152
152
|
<< /Type /Page
|
|
153
153
|
/Parent 3 0 R
|
|
154
154
|
/MediaBox [0 0 595.28 841.89]
|
|
155
|
+
/CropBox [0 0 595.28 841.89]
|
|
156
|
+
/BleedBox [0 0 595.28 841.89]
|
|
157
|
+
/TrimBox [0 0 595.28 841.89]
|
|
158
|
+
/ArtBox [0 0 595.28 841.89]
|
|
155
159
|
/Contents 4 0 R
|
|
156
160
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
157
161
|
/Font << /F2.0 6 0 R
|
|
@@ -182,13 +186,13 @@ xref
|
|
|
182
186
|
0000000158 00000 n
|
|
183
187
|
0000000215 00000 n
|
|
184
188
|
0000001898 00000 n
|
|
185
|
-
|
|
186
|
-
|
|
189
|
+
0000002206 00000 n
|
|
190
|
+
0000002304 00000 n
|
|
187
191
|
trailer
|
|
188
192
|
<< /Size 8
|
|
189
193
|
/Root 2 0 R
|
|
190
194
|
/Info 1 0 R
|
|
191
195
|
>>
|
|
192
196
|
startxref
|
|
193
|
-
|
|
197
|
+
2403
|
|
194
198
|
%%EOF
|
|
@@ -152,6 +152,10 @@ endobj
|
|
|
152
152
|
<< /Type /Page
|
|
153
153
|
/Parent 3 0 R
|
|
154
154
|
/MediaBox [0 0 595.28 841.89]
|
|
155
|
+
/CropBox [0 0 595.28 841.89]
|
|
156
|
+
/BleedBox [0 0 595.28 841.89]
|
|
157
|
+
/TrimBox [0 0 595.28 841.89]
|
|
158
|
+
/ArtBox [0 0 595.28 841.89]
|
|
155
159
|
/Contents 4 0 R
|
|
156
160
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
157
161
|
/Font << /F2.0 6 0 R
|
|
@@ -182,13 +186,13 @@ xref
|
|
|
182
186
|
0000000158 00000 n
|
|
183
187
|
0000000215 00000 n
|
|
184
188
|
0000001890 00000 n
|
|
185
|
-
|
|
186
|
-
|
|
189
|
+
0000002198 00000 n
|
|
190
|
+
0000002296 00000 n
|
|
187
191
|
trailer
|
|
188
192
|
<< /Size 8
|
|
189
193
|
/Root 2 0 R
|
|
190
194
|
/Info 1 0 R
|
|
191
195
|
>>
|
|
192
196
|
startxref
|
|
193
|
-
|
|
197
|
+
2395
|
|
194
198
|
%%EOF
|
|
@@ -159,6 +159,10 @@ endobj
|
|
|
159
159
|
<< /Type /Page
|
|
160
160
|
/Parent 3 0 R
|
|
161
161
|
/MediaBox [0 0 595.28 841.89]
|
|
162
|
+
/CropBox [0 0 595.28 841.89]
|
|
163
|
+
/BleedBox [0 0 595.28 841.89]
|
|
164
|
+
/TrimBox [0 0 595.28 841.89]
|
|
165
|
+
/ArtBox [0 0 595.28 841.89]
|
|
162
166
|
/Contents 4 0 R
|
|
163
167
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
|
164
168
|
/Font << /F2.0 6 0 R
|
|
@@ -189,13 +193,13 @@ xref
|
|
|
189
193
|
0000000158 00000 n
|
|
190
194
|
0000000215 00000 n
|
|
191
195
|
0000001946 00000 n
|
|
192
|
-
|
|
193
|
-
|
|
196
|
+
0000002254 00000 n
|
|
197
|
+
0000002352 00000 n
|
|
194
198
|
trailer
|
|
195
199
|
<< /Size 8
|
|
196
200
|
/Root 2 0 R
|
|
197
201
|
/Info 1 0 R
|
|
198
202
|
>>
|
|
199
203
|
startxref
|
|
200
|
-
|
|
204
|
+
2451
|
|
201
205
|
%%EOF
|