br_danfe 0.14.2 → 0.15.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +23 -21
- data/README.md +16 -0
- data/br_danfe.gemspec +2 -2
- data/config/locales/pt-BR.yml +1 -0
- data/lib/br_danfe/danfe.rb +8 -5
- data/lib/br_danfe/danfe_lib/base.rb +2 -2
- data/lib/br_danfe/danfe_lib/nfce.rb +14 -12
- data/lib/br_danfe/danfe_lib/nfe.rb +39 -27
- data/lib/br_danfe/danfe_lib/nfe_lib/emit_header.rb +4 -4
- data/lib/br_danfe/danfe_lib/nfe_lib/issqn.rb +1 -1
- data/lib/br_danfe/danfe_lib/nfe_lib/xprod.rb +5 -5
- data/lib/br_danfe/helper.rb +6 -0
- data/lib/br_danfe/version.rb +1 -1
- data/spec/br_danfe/danfe_lib/nfce_spec.rb +12 -1
- data/spec/br_danfe/danfe_lib/nfe_lib/emit_header_spec.rb +2 -2
- data/spec/br_danfe/danfe_lib/nfe_lib/xprod_spec.rb +2 -2
- data/spec/br_danfe/danfe_lib/nfe_spec.rb +17 -1
- data/spec/br_danfe/danfe_spec.rb +16 -0
- data/spec/fixtures/cce/lib/barcode#render.pdf +5 -3
- data/spec/fixtures/cce/v1.00/cce.fixture.pdf +15 -13
- data/spec/fixtures/nfce/lib/document#render.pdf +17 -17
- data/spec/fixtures/nfce/lib/footer#render-with_additional_information.pdf +12 -12
- data/spec/fixtures/nfce/lib/footer#render.pdf +10 -10
- data/spec/fixtures/nfce/lib/header#render-homologation.pdf +0 -0
- data/spec/fixtures/nfce/lib/header#render-long_name_with_logo.pdf +0 -0
- data/spec/fixtures/nfce/lib/header#render-long_name_without_logo.pdf +16 -16
- data/spec/fixtures/nfce/lib/header#render-short_name_with_logo.pdf +0 -0
- data/spec/fixtures/nfce/lib/header#render-short_name_without_logo.pdf +16 -16
- data/spec/fixtures/nfce/lib/key#render.pdf +14 -14
- data/spec/fixtures/nfce/lib/nfce_identification#render.pdf +16 -16
- data/spec/fixtures/nfce/lib/product_list#render-with_many_products.pdf +43 -43
- data/spec/fixtures/nfce/lib/product_list#render-with_many_products_and_long_names.pdf +47 -47
- data/spec/fixtures/nfce/lib/product_list#render-with_single_product.pdf +25 -25
- data/spec/fixtures/nfce/lib/product_list#render-with_single_product_and_long_name.pdf +27 -27
- data/spec/fixtures/nfce/lib/qr_code#render.pdf +0 -0
- data/spec/fixtures/nfce/lib/recipient#render-company.pdf +13 -13
- data/spec/fixtures/nfce/lib/recipient#render-consumer_without_document.pdf +12 -12
- data/spec/fixtures/nfce/lib/recipient#render-foreign.pdf +13 -13
- data/spec/fixtures/nfce/lib/recipient#render-individual.pdf +13 -13
- data/spec/fixtures/nfce/lib/recipient#render-unidentified_consumer.pdf +11 -11
- data/spec/fixtures/nfce/lib/total_list#does_not_render-payment_methods.pdf +19 -19
- data/spec/fixtures/nfce/lib/total_list#render-grouped_payment_methods.pdf +26 -26
- data/spec/fixtures/nfce/lib/total_list#render-totals.pdf +19 -19
- data/spec/fixtures/nfce/lib/total_list#render-without_payment.pdf +28 -28
- data/spec/fixtures/nfce/lib/total_list#render.pdf +28 -28
- data/spec/fixtures/nfce/v4.00/multiples_xmls_on_the_same_pdf.pdf +1229 -0
- data/spec/fixtures/nfce/v4.00/nfce-unauthorized-hom.fixture.pdf +0 -0
- data/spec/fixtures/nfce/v4.00/nfce-unauthorized-prod.fixture.pdf +0 -0
- data/spec/fixtures/nfce/v4.00/rendered_nfce.fixture.pdf +0 -0
- data/spec/fixtures/nfce/v4.00/saved_nfce.fixture.pdf +0 -0
- data/spec/fixtures/nfe/lib/dest#render-v2.00.pdf +0 -0
- data/spec/fixtures/nfe/lib/dest#render-v3.10.pdf +0 -0
- data/spec/fixtures/nfe/lib/dest#render-v4.00.pdf +0 -0
- data/spec/fixtures/nfe/lib/dest#render-with-address-bigger.pdf +0 -0
- data/spec/fixtures/nfe/lib/dest#render-with_cnpj.pdf +0 -0
- data/spec/fixtures/nfe/lib/dest#render-with_cpf.pdf +0 -0
- data/spec/fixtures/nfe/lib/dest#render-with_ie.pdf +0 -0
- data/spec/fixtures/nfe/lib/dest#render-without-address-complement.pdf +0 -0
- data/spec/fixtures/nfe/lib/det_body#render-csosn.pdf +662 -662
- data/spec/fixtures/nfe/lib/det_body#render-cst.pdf +410 -410
- data/spec/fixtures/nfe/lib/det_body#render-fci.pdf +272 -272
- data/spec/fixtures/nfe/lib/det_body#render-icms_st.pdf +272 -272
- data/spec/fixtures/nfe/lib/det_body#render-quantity_with_custom_precision.pdf +270 -270
- data/spec/fixtures/nfe/lib/det_body#render-three_pages.pdf +6213 -6213
- data/spec/fixtures/nfe/lib/det_body#render-two_pages.pdf +6083 -6083
- data/spec/fixtures/nfe/lib/det_body#render-unit_price_with_custom_precision.pdf +270 -270
- data/spec/fixtures/nfe/lib/det_body#render-with_infadprod.pdf +272 -272
- data/spec/fixtures/nfe/lib/det_body#render-with_issqn.pdf +2859 -2859
- data/spec/fixtures/nfe/lib/det_body#render-without_issqn.pdf +2859 -2859
- data/spec/fixtures/nfe/lib/document#lcnpj-blank.pdf +0 -0
- data/spec/fixtures/nfe/lib/document#lcnpj-invalid.pdf +0 -0
- data/spec/fixtures/nfe/lib/document#lcnpj-valid.pdf +0 -0
- data/spec/fixtures/nfe/lib/document#lie-blank-uf-invalid.pdf +0 -0
- data/spec/fixtures/nfe/lib/document#lie-blank.pdf +0 -0
- data/spec/fixtures/nfe/lib/document#lie-invalid.pdf +0 -0
- data/spec/fixtures/nfe/lib/document#lie-valid.pdf +0 -0
- data/spec/fixtures/nfe/lib/dup#render.pdf +0 -0
- data/spec/fixtures/nfe/lib/emit_header#render-second_page.pdf +511 -509
- data/spec/fixtures/nfe/lib/emit_header#render-with_logo.pdf +510 -508
- data/spec/fixtures/nfe/lib/emit_header#render-without_logo.pdf +507 -505
- data/spec/fixtures/nfe/lib/icmstot#render.pdf +0 -0
- data/spec/fixtures/nfe/lib/infadic#address-shipment.pdf +0 -0
- data/spec/fixtures/nfe/lib/infadic#render-all_the_informations.pdf +0 -0
- data/spec/fixtures/nfe/lib/infadic#render-difal.pdf +0 -0
- data/spec/fixtures/nfe/lib/infadic#render-extra_volume.pdf +0 -0
- data/spec/fixtures/nfe/lib/infadic#render-with_complementary_information.pdf +0 -0
- data/spec/fixtures/nfe/lib/infadic#render-with_fisco_additional_information.pdf +0 -0
- data/spec/fixtures/nfe/lib/infadic#render-with_street_data.pdf +0 -0
- data/spec/fixtures/nfe/lib/infadic#render.pdf +0 -0
- data/spec/fixtures/nfe/lib/infadic_vol#render-extra_volume.pdf +0 -0
- data/spec/fixtures/nfe/lib/issqn#render-with_issqn.pdf +0 -0
- data/spec/fixtures/nfe/lib/issqn#render-with_one_issqn_value.pdf +0 -0
- data/spec/fixtures/nfe/lib/ticket#render.pdf +0 -0
- data/spec/fixtures/nfe/lib/transp#render-modfrete_0.pdf +0 -0
- data/spec/fixtures/nfe/lib/transp#render-modfrete_1.pdf +0 -0
- data/spec/fixtures/nfe/lib/transp#render-modfrete_2.pdf +0 -0
- data/spec/fixtures/nfe/lib/transp#render-modfrete_3.pdf +0 -0
- data/spec/fixtures/nfe/lib/transp#render-modfrete_4.pdf +0 -0
- data/spec/fixtures/nfe/lib/transp#render-modfrete_9.pdf +0 -0
- data/spec/fixtures/nfe/lib/transp#render.pdf +0 -0
- data/spec/fixtures/nfe/lib/vol#render-blank-boxes.pdf +0 -0
- data/spec/fixtures/nfe/lib/vol#render.pdf +0 -0
- data/spec/fixtures/nfe/v2.00/custom_options.fixture.pdf +733 -733
- data/spec/fixtures/nfe/v2.00/nfe_simples_nacional.xml.fixture.pdf +730 -730
- data/spec/fixtures/nfe/v2.00/nfe_with_extra_volumes.xml.fixture.pdf +3449 -3445
- data/spec/fixtures/nfe/v2.00/nfe_with_fci.xml.fixture.pdf +929 -927
- data/spec/fixtures/nfe/v2.00/nfe_with_ns.xml.fixture.pdf +3424 -3420
- data/spec/fixtures/nfe/v2.00/nfe_without_ns.xml.fixture.pdf +1178 -1176
- data/spec/fixtures/nfe/v3.10/multiples.xmls.on.the.same.pdf.pdf +11471 -0
- data/spec/fixtures/nfe/v3.10/nfe_simples_nacional.xml.fixture.pdf +1495 -1495
- data/spec/fixtures/nfe/v3.10/with_footer.fixture.pdf +2444 -2444
- data/spec/fixtures/nfe/v3.10/with_issqn.fixture.pdf +2142 -2142
- data/spec/fixtures/nfe/v3.10/with_three_pages.fixture.pdf +7096 -7096
- data/spec/fixtures/nfe/v3.10/without_issqn.fixture.pdf +2811 -2811
- metadata +13 -11
Binary file
|
@@ -17,49 +17,49 @@ endobj
|
|
17
17
|
>>
|
18
18
|
endobj
|
19
19
|
4 0 obj
|
20
|
-
<< /Length
|
20
|
+
<< /Length 601
|
21
21
|
>>
|
22
22
|
stream
|
23
23
|
q
|
24
24
|
0.3 w
|
25
25
|
|
26
26
|
BT
|
27
|
-
8.
|
27
|
+
8.50394 128.82535 Td
|
28
28
|
/F2.0 7 Tf
|
29
29
|
<5465737420636f6d70616e79> Tj
|
30
30
|
ET
|
31
31
|
|
32
32
|
|
33
33
|
BT
|
34
|
-
8.
|
34
|
+
8.50394 122.09735 Td
|
35
35
|
/F1.0 6 Tf
|
36
36
|
<434e504a3a2031302e3834352e3138302f303030312d3636> Tj
|
37
37
|
ET
|
38
38
|
|
39
39
|
|
40
40
|
BT
|
41
|
-
8.
|
41
|
+
8.50394 115.76735 Td
|
42
42
|
/F1.0 6 Tf
|
43
43
|
<5220474552454d49415320455547454e494f2044412053494c56412c2038352c2053455252415249412c20425241434f20444f> Tj
|
44
44
|
ET
|
45
45
|
|
46
46
|
|
47
47
|
BT
|
48
|
-
8.
|
48
|
+
8.50394 109.43735 Td
|
49
49
|
/F1.0 6 Tf
|
50
50
|
<54524f4d4255444f202d205343> Tj
|
51
51
|
ET
|
52
52
|
|
53
53
|
|
54
54
|
BT
|
55
|
-
8.
|
55
|
+
8.50394 103.10735 Td
|
56
56
|
/F1.0 6 Tf
|
57
57
|
<> Tj
|
58
58
|
ET
|
59
59
|
|
60
60
|
|
61
61
|
BT
|
62
|
-
8.
|
62
|
+
8.50394 96.77735 Td
|
63
63
|
/F1.0 6 Tf
|
64
64
|
<446f63756d656e746f20417578696c696172206461204e6f74612046697363616c20646520436f6e73756d69646f7220456c657472f46e696361> Tj
|
65
65
|
ET
|
@@ -71,11 +71,11 @@ endobj
|
|
71
71
|
5 0 obj
|
72
72
|
<< /Type /Page
|
73
73
|
/Parent 3 0 R
|
74
|
-
/MediaBox [0 0 226.
|
75
|
-
/CropBox [0 0 226.
|
76
|
-
/BleedBox [0 0 226.
|
77
|
-
/TrimBox [0 0 226.
|
78
|
-
/ArtBox [0 0 226.
|
74
|
+
/MediaBox [0 0 226.77165 141.73228]
|
75
|
+
/CropBox [0 0 226.77165 141.73228]
|
76
|
+
/BleedBox [0 0 226.77165 141.73228]
|
77
|
+
/TrimBox [0 0 226.77165 141.73228]
|
78
|
+
/ArtBox [0 0 226.77165 141.73228]
|
79
79
|
/Contents 4 0 R
|
80
80
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
81
81
|
/Font << /F2.0 6 0 R
|
@@ -105,14 +105,14 @@ xref
|
|
105
105
|
0000000109 00000 n
|
106
106
|
0000000158 00000 n
|
107
107
|
0000000215 00000 n
|
108
|
-
|
109
|
-
|
110
|
-
|
108
|
+
0000000867 00000 n
|
109
|
+
0000001205 00000 n
|
110
|
+
0000001305 00000 n
|
111
111
|
trailer
|
112
112
|
<< /Size 8
|
113
113
|
/Root 2 0 R
|
114
114
|
/Info 1 0 R
|
115
115
|
>>
|
116
116
|
startxref
|
117
|
-
|
117
|
+
1400
|
118
118
|
%%EOF
|
@@ -17,35 +17,35 @@ endobj
|
|
17
17
|
>>
|
18
18
|
endobj
|
19
19
|
4 0 obj
|
20
|
-
<< /Length
|
20
|
+
<< /Length 435
|
21
21
|
>>
|
22
22
|
stream
|
23
23
|
q
|
24
24
|
0.3 w
|
25
25
|
|
26
26
|
BT
|
27
|
-
8.
|
27
|
+
8.50394 129.45435 Td
|
28
28
|
/F1.0 6 Tf
|
29
29
|
<> Tj
|
30
30
|
ET
|
31
31
|
|
32
32
|
|
33
33
|
BT
|
34
|
-
46.
|
34
|
+
46.18583 122.49535 Td
|
35
35
|
/F2.0 7 Tf
|
36
36
|
<436f6e73756c74652070656c612043686176652064652041636573736f20656d> Tj
|
37
37
|
ET
|
38
38
|
|
39
39
|
|
40
40
|
BT
|
41
|
-
44.
|
41
|
+
44.08583 115.13835 Td
|
42
42
|
/F1.0 7 Tf
|
43
43
|
<7777772e736566617a2e616d2e676f762e62722f6e6663652f636f6e73756c7461> Tj
|
44
44
|
ET
|
45
45
|
|
46
46
|
|
47
47
|
BT
|
48
|
-
16.
|
48
|
+
16.18583 108.38235 Td
|
49
49
|
/F1.0 6 Tf
|
50
50
|
<343232302030333130203834353120383030302030313636203535303020313030302030303136203239313120383239312030323332> Tj
|
51
51
|
ET
|
@@ -57,11 +57,11 @@ endobj
|
|
57
57
|
5 0 obj
|
58
58
|
<< /Type /Page
|
59
59
|
/Parent 3 0 R
|
60
|
-
/MediaBox [0 0 226.
|
61
|
-
/CropBox [0 0 226.
|
62
|
-
/BleedBox [0 0 226.
|
63
|
-
/TrimBox [0 0 226.
|
64
|
-
/ArtBox [0 0 226.
|
60
|
+
/MediaBox [0 0 226.77165 141.73228]
|
61
|
+
/CropBox [0 0 226.77165 141.73228]
|
62
|
+
/BleedBox [0 0 226.77165 141.73228]
|
63
|
+
/TrimBox [0 0 226.77165 141.73228]
|
64
|
+
/ArtBox [0 0 226.77165 141.73228]
|
65
65
|
/Contents 4 0 R
|
66
66
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
67
67
|
/Font << /F1.0 6 0 R
|
@@ -91,14 +91,14 @@ xref
|
|
91
91
|
0000000109 00000 n
|
92
92
|
0000000158 00000 n
|
93
93
|
0000000215 00000 n
|
94
|
-
|
95
|
-
|
96
|
-
|
94
|
+
0000000701 00000 n
|
95
|
+
0000001039 00000 n
|
96
|
+
0000001134 00000 n
|
97
97
|
trailer
|
98
98
|
<< /Size 8
|
99
99
|
/Root 2 0 R
|
100
100
|
/Info 1 0 R
|
101
101
|
>>
|
102
102
|
startxref
|
103
|
-
|
103
|
+
1234
|
104
104
|
%%EOF
|
@@ -17,49 +17,49 @@ endobj
|
|
17
17
|
>>
|
18
18
|
endobj
|
19
19
|
4 0 obj
|
20
|
-
<< /Length
|
20
|
+
<< /Length 539
|
21
21
|
>>
|
22
22
|
stream
|
23
23
|
q
|
24
24
|
0.3 w
|
25
25
|
|
26
26
|
BT
|
27
|
-
8.
|
27
|
+
8.50394 129.45435 Td
|
28
28
|
/F1.0 6 Tf
|
29
29
|
<> Tj
|
30
30
|
ET
|
31
31
|
|
32
32
|
|
33
33
|
BT
|
34
|
-
27.
|
34
|
+
27.28583 122.49535 Td
|
35
35
|
/F2.0 7 Tf
|
36
36
|
<4e46432d65206eba20313632392053e972696520312032342f30332f323032302031333a33333a3230> Tj
|
37
37
|
ET
|
38
38
|
|
39
39
|
|
40
40
|
BT
|
41
|
-
27.
|
41
|
+
27.28583 115.13835 Td
|
42
42
|
/F2.0 7 Tf
|
43
43
|
<50726f746f636f6c6f206465206175746f72697a61e7e36f3a> Tj
|
44
44
|
ET
|
45
45
|
|
46
46
|
|
47
47
|
BT
|
48
|
-
132.
|
48
|
+
132.28583 115.13835 Td
|
49
49
|
/F1.0 7 Tf
|
50
50
|
<20333432323030303030313531373834> Tj
|
51
51
|
ET
|
52
52
|
|
53
53
|
|
54
54
|
BT
|
55
|
-
27.
|
55
|
+
27.28583 107.75335 Td
|
56
56
|
/F2.0 7 Tf
|
57
57
|
<44617461206465206175746f72697a61e7e36f3a20> Tj
|
58
58
|
ET
|
59
59
|
|
60
60
|
|
61
61
|
BT
|
62
|
-
115.
|
62
|
+
115.48583 107.75335 Td
|
63
63
|
/F1.0 7 Tf
|
64
64
|
<2032342f30332f323032302031353a33363a3134> Tj
|
65
65
|
ET
|
@@ -71,11 +71,11 @@ endobj
|
|
71
71
|
5 0 obj
|
72
72
|
<< /Type /Page
|
73
73
|
/Parent 3 0 R
|
74
|
-
/MediaBox [0 0 226.
|
75
|
-
/CropBox [0 0 226.
|
76
|
-
/BleedBox [0 0 226.
|
77
|
-
/TrimBox [0 0 226.
|
78
|
-
/ArtBox [0 0 226.
|
74
|
+
/MediaBox [0 0 226.77165 141.73228]
|
75
|
+
/CropBox [0 0 226.77165 141.73228]
|
76
|
+
/BleedBox [0 0 226.77165 141.73228]
|
77
|
+
/TrimBox [0 0 226.77165 141.73228]
|
78
|
+
/ArtBox [0 0 226.77165 141.73228]
|
79
79
|
/Contents 4 0 R
|
80
80
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
81
81
|
/Font << /F1.0 6 0 R
|
@@ -105,14 +105,14 @@ xref
|
|
105
105
|
0000000109 00000 n
|
106
106
|
0000000158 00000 n
|
107
107
|
0000000215 00000 n
|
108
|
-
|
109
|
-
|
110
|
-
|
108
|
+
0000000805 00000 n
|
109
|
+
0000001143 00000 n
|
110
|
+
0000001238 00000 n
|
111
111
|
trailer
|
112
112
|
<< /Size 8
|
113
113
|
/Root 2 0 R
|
114
114
|
/Info 1 0 R
|
115
115
|
>>
|
116
116
|
startxref
|
117
|
-
|
117
|
+
1338
|
118
118
|
%%EOF
|
@@ -17,238 +17,238 @@ endobj
|
|
17
17
|
>>
|
18
18
|
endobj
|
19
19
|
4 0 obj
|
20
|
-
<< /Length
|
20
|
+
<< /Length 1887
|
21
21
|
>>
|
22
22
|
stream
|
23
23
|
q
|
24
24
|
0.3 w
|
25
25
|
|
26
26
|
BT
|
27
|
-
8.
|
27
|
+
8.50394 129.45435 Td
|
28
28
|
/F1.0 6 Tf
|
29
29
|
<> Tj
|
30
30
|
ET
|
31
31
|
|
32
32
|
|
33
33
|
BT
|
34
|
-
8.
|
34
|
+
8.50394 123.12435 Td
|
35
35
|
/F1.0 6 Tf
|
36
36
|
<> Tj
|
37
37
|
ET
|
38
38
|
|
39
39
|
|
40
40
|
BT
|
41
|
-
8.
|
41
|
+
8.50394 116.79435 Td
|
42
42
|
/F2.0 6 Tf
|
43
43
|
<43f36469676f> Tj
|
44
44
|
ET
|
45
45
|
|
46
46
|
|
47
47
|
BT
|
48
|
-
34.
|
48
|
+
34.01575 116.79435 Td
|
49
49
|
/F2.0 6 Tf
|
50
50
|
<446573637269e7e36f> Tj
|
51
51
|
ET
|
52
52
|
|
53
53
|
|
54
54
|
BT
|
55
|
-
124.
|
55
|
+
124.49764 116.79435 Td
|
56
56
|
/F2.0 6 Tf
|
57
57
|
<51746465> Tj
|
58
58
|
ET
|
59
59
|
|
60
60
|
|
61
61
|
BT
|
62
|
-
143.
|
62
|
+
143.03622 116.79435 Td
|
63
63
|
/F2.0 6 Tf
|
64
64
|
<554e> Tj
|
65
65
|
ET
|
66
66
|
|
67
67
|
|
68
68
|
BT
|
69
|
-
159.
|
69
|
+
159.05197 116.79435 Td
|
70
70
|
/F2.0 6 Tf
|
71
71
|
<566c20556e6974> Tj
|
72
72
|
ET
|
73
73
|
|
74
74
|
|
75
75
|
BT
|
76
|
-
189.
|
76
|
+
189.46772 116.79435 Td
|
77
77
|
/F2.0 6 Tf
|
78
78
|
<566c20546f74616c> Tj
|
79
79
|
ET
|
80
80
|
|
81
81
|
|
82
82
|
BT
|
83
|
-
8.
|
83
|
+
8.50394 111.12506 Td
|
84
84
|
/F1.0 6 Tf
|
85
85
|
<> Tj
|
86
86
|
ET
|
87
87
|
|
88
88
|
|
89
89
|
BT
|
90
|
-
8.
|
90
|
+
8.50394 104.79506 Td
|
91
91
|
/F1.0 6 Tf
|
92
92
|
<31313733> Tj
|
93
93
|
ET
|
94
94
|
|
95
95
|
|
96
96
|
BT
|
97
|
-
34.
|
97
|
+
34.01575 104.79506 Td
|
98
98
|
/F1.0 6 Tf
|
99
99
|
<41627261e7616465697261> Tj
|
100
100
|
ET
|
101
101
|
|
102
102
|
|
103
103
|
BT
|
104
|
-
110.
|
104
|
+
110.09764 104.79506 Td
|
105
105
|
/F1.0 6 Tf
|
106
106
|
<312e3030302c3030> Tj
|
107
107
|
ET
|
108
108
|
|
109
109
|
|
110
110
|
BT
|
111
|
-
143.
|
111
|
+
143.03622 104.79506 Td
|
112
112
|
/F1.0 6 Tf
|
113
113
|
<554e> Tj
|
114
114
|
ET
|
115
115
|
|
116
116
|
|
117
117
|
BT
|
118
|
-
151.
|
118
|
+
151.85197 104.79506 Td
|
119
119
|
/F1.0 6 Tf
|
120
120
|
<31302e3030302c3030> Tj
|
121
121
|
ET
|
122
122
|
|
123
123
|
|
124
124
|
BT
|
125
|
-
185.
|
125
|
+
185.86772 104.79506 Td
|
126
126
|
/F1.0 6 Tf
|
127
127
|
<31302e3030302c3030> Tj
|
128
128
|
ET
|
129
129
|
|
130
130
|
|
131
131
|
BT
|
132
|
-
8.
|
132
|
+
8.50394 98.27537 Td
|
133
133
|
/F1.0 6 Tf
|
134
134
|
<31313733> Tj
|
135
135
|
ET
|
136
136
|
|
137
137
|
|
138
138
|
BT
|
139
|
-
34.
|
139
|
+
34.01575 98.27537 Td
|
140
140
|
/F1.0 6 Tf
|
141
141
|
<41627261e7616465697261> Tj
|
142
142
|
ET
|
143
143
|
|
144
144
|
|
145
145
|
BT
|
146
|
-
124.
|
146
|
+
124.49764 98.27537 Td
|
147
147
|
/F1.0 6 Tf
|
148
148
|
<322c3030> Tj
|
149
149
|
ET
|
150
150
|
|
151
151
|
|
152
152
|
BT
|
153
|
-
143.
|
153
|
+
143.03622 98.27537 Td
|
154
154
|
/F1.0 6 Tf
|
155
155
|
<554e> Tj
|
156
156
|
ET
|
157
157
|
|
158
158
|
|
159
159
|
BT
|
160
|
-
166.
|
160
|
+
166.25197 98.27537 Td
|
161
161
|
/F1.0 6 Tf
|
162
162
|
<31302c3030> Tj
|
163
163
|
ET
|
164
164
|
|
165
165
|
|
166
166
|
BT
|
167
|
-
200.
|
167
|
+
200.26772 98.27537 Td
|
168
168
|
/F1.0 6 Tf
|
169
169
|
<32302c3030> Tj
|
170
170
|
ET
|
171
171
|
|
172
172
|
|
173
173
|
BT
|
174
|
-
8.
|
174
|
+
8.50394 91.75569 Td
|
175
175
|
/F1.0 6 Tf
|
176
176
|
<31313733> Tj
|
177
177
|
ET
|
178
178
|
|
179
179
|
|
180
180
|
BT
|
181
|
-
34.
|
181
|
+
34.01575 91.75569 Td
|
182
182
|
/F1.0 6 Tf
|
183
183
|
<41627261e7616465697261> Tj
|
184
184
|
ET
|
185
185
|
|
186
186
|
|
187
187
|
BT
|
188
|
-
124.
|
188
|
+
124.49764 91.75569 Td
|
189
189
|
/F1.0 6 Tf
|
190
190
|
<332c3030> Tj
|
191
191
|
ET
|
192
192
|
|
193
193
|
|
194
194
|
BT
|
195
|
-
143.
|
195
|
+
143.03622 91.75569 Td
|
196
196
|
/F1.0 6 Tf
|
197
197
|
<554e> Tj
|
198
198
|
ET
|
199
199
|
|
200
200
|
|
201
201
|
BT
|
202
|
-
166.
|
202
|
+
166.25197 91.75569 Td
|
203
203
|
/F1.0 6 Tf
|
204
204
|
<31302c3030> Tj
|
205
205
|
ET
|
206
206
|
|
207
207
|
|
208
208
|
BT
|
209
|
-
200.
|
209
|
+
200.26772 91.75569 Td
|
210
210
|
/F1.0 6 Tf
|
211
211
|
<33302c3030> Tj
|
212
212
|
ET
|
213
213
|
|
214
214
|
|
215
215
|
BT
|
216
|
-
8.
|
216
|
+
8.50394 85.236 Td
|
217
217
|
/F1.0 6 Tf
|
218
218
|
<31313733> Tj
|
219
219
|
ET
|
220
220
|
|
221
221
|
|
222
222
|
BT
|
223
|
-
34.
|
223
|
+
34.01575 85.236 Td
|
224
224
|
/F1.0 6 Tf
|
225
225
|
<41627261e7616465697261> Tj
|
226
226
|
ET
|
227
227
|
|
228
228
|
|
229
229
|
BT
|
230
|
-
124.
|
230
|
+
124.49764 85.236 Td
|
231
231
|
/F1.0 6 Tf
|
232
232
|
<342c3030> Tj
|
233
233
|
ET
|
234
234
|
|
235
235
|
|
236
236
|
BT
|
237
|
-
143.
|
237
|
+
143.03622 85.236 Td
|
238
238
|
/F1.0 6 Tf
|
239
239
|
<554e> Tj
|
240
240
|
ET
|
241
241
|
|
242
242
|
|
243
243
|
BT
|
244
|
-
166.
|
244
|
+
166.25197 85.236 Td
|
245
245
|
/F1.0 6 Tf
|
246
246
|
<31312c3030> Tj
|
247
247
|
ET
|
248
248
|
|
249
249
|
|
250
250
|
BT
|
251
|
-
200.
|
251
|
+
200.26772 85.236 Td
|
252
252
|
/F1.0 6 Tf
|
253
253
|
<34342c3030> Tj
|
254
254
|
ET
|
@@ -260,11 +260,11 @@ endobj
|
|
260
260
|
5 0 obj
|
261
261
|
<< /Type /Page
|
262
262
|
/Parent 3 0 R
|
263
|
-
/MediaBox [0 0 226.
|
264
|
-
/CropBox [0 0 226.
|
265
|
-
/BleedBox [0 0 226.
|
266
|
-
/TrimBox [0 0 226.
|
267
|
-
/ArtBox [0 0 226.
|
263
|
+
/MediaBox [0 0 226.77165 141.73228]
|
264
|
+
/CropBox [0 0 226.77165 141.73228]
|
265
|
+
/BleedBox [0 0 226.77165 141.73228]
|
266
|
+
/TrimBox [0 0 226.77165 141.73228]
|
267
|
+
/ArtBox [0 0 226.77165 141.73228]
|
268
268
|
/Contents 4 0 R
|
269
269
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
270
270
|
/Font << /F1.0 6 0 R
|
@@ -294,14 +294,14 @@ xref
|
|
294
294
|
0000000109 00000 n
|
295
295
|
0000000158 00000 n
|
296
296
|
0000000215 00000 n
|
297
|
-
|
298
|
-
|
299
|
-
|
297
|
+
0000002154 00000 n
|
298
|
+
0000002492 00000 n
|
299
|
+
0000002587 00000 n
|
300
300
|
trailer
|
301
301
|
<< /Size 8
|
302
302
|
/Root 2 0 R
|
303
303
|
/Info 1 0 R
|
304
304
|
>>
|
305
305
|
startxref
|
306
|
-
|
306
|
+
2687
|
307
307
|
%%EOF
|