br_danfe 0.14.4 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.tool-versions +1 -0
- data/Gemfile.lock +48 -33
- data/Guardfile +2 -2
- data/README.md +39 -0
- data/br_danfe.gemspec +5 -4
- data/config/locales/pt-BR.yml +1 -0
- data/lib/br_danfe.rb +1 -1
- 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/dest.rb +1 -1
- data/lib/br_danfe/danfe_lib/nfe_lib/emit_header.rb +5 -5
- data/lib/br_danfe/document_builder.rb +1 -1
- data/lib/br_danfe/helper.rb +11 -7
- data/lib/br_danfe/mdfe.rb +55 -0
- data/lib/br_danfe/mdfe_lib/authorization_protocol.rb +24 -0
- data/lib/br_danfe/mdfe_lib/document.rb +26 -0
- data/lib/br_danfe/mdfe_lib/drivers.rb +70 -0
- data/lib/br_danfe/mdfe_lib/fisco_control.rb +40 -0
- data/lib/br_danfe/mdfe_lib/header.rb +78 -0
- data/lib/br_danfe/mdfe_lib/mdfe_identification.rb +69 -0
- data/lib/br_danfe/mdfe_lib/notes.rb +94 -0
- data/lib/br_danfe/mdfe_lib/totalizer.rb +57 -0
- data/lib/br_danfe/mdfe_lib/vehicles.rb +80 -0
- data/lib/br_danfe/qr_code.rb +22 -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/infadic_spec.rb +3 -3
- data/spec/br_danfe/danfe_lib/nfe_spec.rb +17 -1
- data/spec/br_danfe/danfe_spec.rb +16 -0
- data/spec/br_danfe/helper_spec.rb +12 -0
- data/spec/br_danfe/mdfe_lib/authorization_protocol_spec.rb +35 -0
- data/spec/br_danfe/mdfe_lib/document_spec.rb +20 -0
- data/spec/br_danfe/mdfe_lib/drivers_spec.rb +88 -0
- data/spec/br_danfe/mdfe_lib/fisco_control_spec.rb +55 -0
- data/spec/br_danfe/mdfe_lib/header_spec.rb +126 -0
- data/spec/br_danfe/mdfe_lib/mdfe_identification_spec.rb +104 -0
- data/spec/br_danfe/mdfe_lib/notes_spec.rb +97 -0
- data/spec/br_danfe/mdfe_lib/totalizer_spec.rb +63 -0
- data/spec/br_danfe/mdfe_lib/vehicles_spec.rb +66 -0
- data/spec/br_danfe/mdfe_spec.rb +46 -0
- data/spec/br_danfe/{danfe_lib/nfce_lib/qr_code_spec.rb → qr_code_spec.rb} +10 -5
- data/spec/fixtures/cce/lib/barcode#render.pdf +5 -3
- data/spec/fixtures/cce/v1.00/cce.fixture.pdf +15 -13
- data/spec/fixtures/mdfe/lib/document#render.pdf +0 -0
- data/spec/fixtures/mdfe/lib/document#text.align.pdf +0 -0
- data/spec/fixtures/mdfe/lib/document#text.pad.pdf +0 -0
- data/spec/fixtures/mdfe/lib/document#text.simple.pdf +0 -0
- data/spec/fixtures/mdfe/lib/document#text.size.pdf +0 -0
- data/spec/fixtures/mdfe/lib/document#text.style.pdf +0 -0
- data/spec/fixtures/mdfe/lib/fisco_control#barcode.pdf +0 -0
- data/spec/fixtures/mdfe/lib/header#render-qr-code.pdf +0 -0
- data/spec/fixtures/mdfe/lib/header#render-with_logo.pdf +0 -0
- data/spec/fixtures/mdfe/lib/header#render-without_logo.pdf +0 -0
- data/spec/fixtures/mdfe/lib/mdfe-with-multiple-pages.pdf +1945 -0
- data/spec/fixtures/mdfe/lib/mdfe.fixture.pdf +1286 -0
- data/spec/fixtures/mdfe/lib/notes#render-big-aditional-information.pdf +1943 -0
- data/spec/fixtures/mdfe/lib/xml-mdfe-multiples-pages.xml +116 -0
- data/spec/fixtures/mdfe/lib/xml-mdfe.xml +250 -0
- 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
- data/spec/fixtures/qr_code/qr_code#render.pdf +0 -0
- metadata +90 -39
- data/lib/br_danfe/danfe_lib/nfce_lib/qr_code.rb +0 -25
- data/lib/br_danfe/danfe_lib/nfe_lib/cep.rb +0 -11
- data/spec/br_danfe/danfe_lib/nfe_lib/cep_spec.rb +0 -10
@@ -17,21 +17,21 @@ endobj
|
|
17
17
|
>>
|
18
18
|
endobj
|
19
19
|
4 0 obj
|
20
|
-
<< /Length
|
20
|
+
<< /Length 157
|
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
|
-
56.
|
34
|
+
56.68583 122.49535 Td
|
35
35
|
/F1.0 7 Tf
|
36
36
|
<434f4e53554d49444f52204ec34f204944454e544946494341444f> Tj
|
37
37
|
ET
|
@@ -43,11 +43,11 @@ endobj
|
|
43
43
|
5 0 obj
|
44
44
|
<< /Type /Page
|
45
45
|
/Parent 3 0 R
|
46
|
-
/MediaBox [0 0 226.
|
47
|
-
/CropBox [0 0 226.
|
48
|
-
/BleedBox [0 0 226.
|
49
|
-
/TrimBox [0 0 226.
|
50
|
-
/ArtBox [0 0 226.
|
46
|
+
/MediaBox [0 0 226.77165 141.73228]
|
47
|
+
/CropBox [0 0 226.77165 141.73228]
|
48
|
+
/BleedBox [0 0 226.77165 141.73228]
|
49
|
+
/TrimBox [0 0 226.77165 141.73228]
|
50
|
+
/ArtBox [0 0 226.77165 141.73228]
|
51
51
|
/Contents 4 0 R
|
52
52
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
53
53
|
/Font << /F1.0 6 0 R
|
@@ -69,13 +69,13 @@ xref
|
|
69
69
|
0000000109 00000 n
|
70
70
|
0000000158 00000 n
|
71
71
|
0000000215 00000 n
|
72
|
-
|
73
|
-
|
72
|
+
0000000423 00000 n
|
73
|
+
0000000749 00000 n
|
74
74
|
trailer
|
75
75
|
<< /Size 7
|
76
76
|
/Root 2 0 R
|
77
77
|
/Info 1 0 R
|
78
78
|
>>
|
79
79
|
startxref
|
80
|
-
|
80
|
+
844
|
81
81
|
%%EOF
|
@@ -17,70 +17,70 @@ endobj
|
|
17
17
|
>>
|
18
18
|
endobj
|
19
19
|
4 0 obj
|
20
|
-
<< /Length
|
20
|
+
<< /Length 580
|
21
21
|
>>
|
22
22
|
stream
|
23
23
|
q
|
24
24
|
0.3 w
|
25
25
|
|
26
26
|
BT
|
27
|
-
144.
|
27
|
+
144.56693 129.45435 Td
|
28
28
|
/F1.0 6 Tf
|
29
29
|
<537562746f74616c205224> Tj
|
30
30
|
ET
|
31
31
|
|
32
32
|
|
33
33
|
BT
|
34
|
-
196.
|
34
|
+
196.66772 129.45435 Td
|
35
35
|
/F1.0 6 Tf
|
36
36
|
<3130342c3030> Tj
|
37
37
|
ET
|
38
38
|
|
39
39
|
|
40
40
|
BT
|
41
|
-
8.
|
41
|
+
8.50394 123.78506 Td
|
42
42
|
/F1.0 6 Tf
|
43
43
|
<> Tj
|
44
44
|
ET
|
45
45
|
|
46
46
|
|
47
47
|
BT
|
48
|
-
8.
|
48
|
+
8.50394 116.82606 Td
|
49
49
|
/F1.0 7 Tf
|
50
50
|
<517464652e20746f74616c206465206974656e73> Tj
|
51
51
|
ET
|
52
52
|
|
53
53
|
|
54
54
|
BT
|
55
|
-
214.
|
55
|
+
214.06772 116.82606 Td
|
56
56
|
/F1.0 7 Tf
|
57
57
|
<34> Tj
|
58
58
|
ET
|
59
59
|
|
60
60
|
|
61
61
|
BT
|
62
|
-
8.
|
62
|
+
8.50394 109.73944 Td
|
63
63
|
/F1.0 7 Tf
|
64
64
|
<446573636f6e746f205224> Tj
|
65
65
|
ET
|
66
66
|
|
67
67
|
|
68
68
|
BT
|
69
|
-
197.
|
69
|
+
197.26772 109.73944 Td
|
70
70
|
/F1.0 7 Tf
|
71
71
|
<31322c3030> Tj
|
72
72
|
ET
|
73
73
|
|
74
74
|
|
75
75
|
BT
|
76
|
-
8.
|
76
|
+
8.50394 102.65283 Td
|
77
77
|
/F2.0 7 Tf
|
78
78
|
<56616c6f7220546f74616c205224> Tj
|
79
79
|
ET
|
80
80
|
|
81
81
|
|
82
82
|
BT
|
83
|
-
197.
|
83
|
+
197.26772 102.65283 Td
|
84
84
|
/F2.0 7 Tf
|
85
85
|
<39322c3030> Tj
|
86
86
|
ET
|
@@ -92,11 +92,11 @@ endobj
|
|
92
92
|
5 0 obj
|
93
93
|
<< /Type /Page
|
94
94
|
/Parent 3 0 R
|
95
|
-
/MediaBox [0 0 226.
|
96
|
-
/CropBox [0 0 226.
|
97
|
-
/BleedBox [0 0 226.
|
98
|
-
/TrimBox [0 0 226.
|
99
|
-
/ArtBox [0 0 226.
|
95
|
+
/MediaBox [0 0 226.77165 141.73228]
|
96
|
+
/CropBox [0 0 226.77165 141.73228]
|
97
|
+
/BleedBox [0 0 226.77165 141.73228]
|
98
|
+
/TrimBox [0 0 226.77165 141.73228]
|
99
|
+
/ArtBox [0 0 226.77165 141.73228]
|
100
100
|
/Contents 4 0 R
|
101
101
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
102
102
|
/Font << /F1.0 6 0 R
|
@@ -126,14 +126,14 @@ xref
|
|
126
126
|
0000000109 00000 n
|
127
127
|
0000000158 00000 n
|
128
128
|
0000000215 00000 n
|
129
|
-
|
130
|
-
|
131
|
-
|
129
|
+
0000000846 00000 n
|
130
|
+
0000001184 00000 n
|
131
|
+
0000001279 00000 n
|
132
132
|
trailer
|
133
133
|
<< /Size 8
|
134
134
|
/Root 2 0 R
|
135
135
|
/Info 1 0 R
|
136
136
|
>>
|
137
137
|
startxref
|
138
|
-
|
138
|
+
1379
|
139
139
|
%%EOF
|
@@ -17,119 +17,119 @@ endobj
|
|
17
17
|
>>
|
18
18
|
endobj
|
19
19
|
4 0 obj
|
20
|
-
<< /Length
|
20
|
+
<< /Length 1009
|
21
21
|
>>
|
22
22
|
stream
|
23
23
|
q
|
24
24
|
0.3 w
|
25
25
|
|
26
26
|
BT
|
27
|
-
144.
|
27
|
+
144.56693 129.45435 Td
|
28
28
|
/F1.0 6 Tf
|
29
29
|
<537562746f74616c205224> Tj
|
30
30
|
ET
|
31
31
|
|
32
32
|
|
33
33
|
BT
|
34
|
-
196.
|
34
|
+
196.66772 129.45435 Td
|
35
35
|
/F1.0 6 Tf
|
36
36
|
<3130342c3030> Tj
|
37
37
|
ET
|
38
38
|
|
39
39
|
|
40
40
|
BT
|
41
|
-
8.
|
41
|
+
8.50394 123.78506 Td
|
42
42
|
/F1.0 6 Tf
|
43
43
|
<> Tj
|
44
44
|
ET
|
45
45
|
|
46
46
|
|
47
47
|
BT
|
48
|
-
8.
|
48
|
+
8.50394 116.82606 Td
|
49
49
|
/F1.0 7 Tf
|
50
50
|
<517464652e20746f74616c206465206974656e73> Tj
|
51
51
|
ET
|
52
52
|
|
53
53
|
|
54
54
|
BT
|
55
|
-
214.
|
55
|
+
214.06772 116.82606 Td
|
56
56
|
/F1.0 7 Tf
|
57
57
|
<34> Tj
|
58
58
|
ET
|
59
59
|
|
60
60
|
|
61
61
|
BT
|
62
|
-
8.
|
62
|
+
8.50394 109.73944 Td
|
63
63
|
/F1.0 7 Tf
|
64
64
|
<446573636f6e746f205224> Tj
|
65
65
|
ET
|
66
66
|
|
67
67
|
|
68
68
|
BT
|
69
|
-
197.
|
69
|
+
197.26772 109.73944 Td
|
70
70
|
/F1.0 7 Tf
|
71
71
|
<31322c3030> Tj
|
72
72
|
ET
|
73
73
|
|
74
74
|
|
75
75
|
BT
|
76
|
-
8.
|
76
|
+
8.50394 102.65283 Td
|
77
77
|
/F2.0 7 Tf
|
78
78
|
<56616c6f7220546f74616c205224> Tj
|
79
79
|
ET
|
80
80
|
|
81
81
|
|
82
82
|
BT
|
83
|
-
197.
|
83
|
+
197.26772 102.65283 Td
|
84
84
|
/F2.0 7 Tf
|
85
85
|
<39322c3030> Tj
|
86
86
|
ET
|
87
87
|
|
88
88
|
|
89
89
|
BT
|
90
|
-
8.
|
90
|
+
8.50394 96.19521 Td
|
91
91
|
/F1.0 6 Tf
|
92
92
|
<> Tj
|
93
93
|
ET
|
94
94
|
|
95
95
|
|
96
96
|
BT
|
97
|
-
8.
|
97
|
+
8.50394 89.23621 Td
|
98
98
|
/F2.0 7 Tf
|
99
99
|
<466f726d6120646520706167616d656e746f> Tj
|
100
100
|
ET
|
101
101
|
|
102
102
|
|
103
103
|
BT
|
104
|
-
163.
|
104
|
+
163.66772 89.23621 Td
|
105
105
|
/F2.0 7 Tf
|
106
106
|
<56616c6f72207061676f205224> Tj
|
107
107
|
ET
|
108
108
|
|
109
109
|
|
110
110
|
BT
|
111
|
-
8.
|
111
|
+
8.50394 82.1496 Td
|
112
112
|
/F1.0 7 Tf
|
113
113
|
<44696e686569726f> Tj
|
114
114
|
ET
|
115
115
|
|
116
116
|
|
117
117
|
BT
|
118
|
-
197.
|
118
|
+
197.26772 82.1496 Td
|
119
119
|
/F1.0 7 Tf
|
120
120
|
<34302c3030> Tj
|
121
121
|
ET
|
122
122
|
|
123
123
|
|
124
124
|
BT
|
125
|
-
8.
|
125
|
+
8.50394 75.06298 Td
|
126
126
|
/F1.0 7 Tf
|
127
127
|
<436865717565> Tj
|
128
128
|
ET
|
129
129
|
|
130
130
|
|
131
131
|
BT
|
132
|
-
197.
|
132
|
+
197.26772 75.06298 Td
|
133
133
|
/F1.0 7 Tf
|
134
134
|
<35322c3030> Tj
|
135
135
|
ET
|
@@ -141,11 +141,11 @@ endobj
|
|
141
141
|
5 0 obj
|
142
142
|
<< /Type /Page
|
143
143
|
/Parent 3 0 R
|
144
|
-
/MediaBox [0 0 226.
|
145
|
-
/CropBox [0 0 226.
|
146
|
-
/BleedBox [0 0 226.
|
147
|
-
/TrimBox [0 0 226.
|
148
|
-
/ArtBox [0 0 226.
|
144
|
+
/MediaBox [0 0 226.77165 141.73228]
|
145
|
+
/CropBox [0 0 226.77165 141.73228]
|
146
|
+
/BleedBox [0 0 226.77165 141.73228]
|
147
|
+
/TrimBox [0 0 226.77165 141.73228]
|
148
|
+
/ArtBox [0 0 226.77165 141.73228]
|
149
149
|
/Contents 4 0 R
|
150
150
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
151
151
|
/Font << /F1.0 6 0 R
|
@@ -175,14 +175,14 @@ xref
|
|
175
175
|
0000000109 00000 n
|
176
176
|
0000000158 00000 n
|
177
177
|
0000000215 00000 n
|
178
|
-
|
179
|
-
|
180
|
-
|
178
|
+
0000001276 00000 n
|
179
|
+
0000001614 00000 n
|
180
|
+
0000001709 00000 n
|
181
181
|
trailer
|
182
182
|
<< /Size 8
|
183
183
|
/Root 2 0 R
|
184
184
|
/Info 1 0 R
|
185
185
|
>>
|
186
186
|
startxref
|
187
|
-
|
187
|
+
1809
|
188
188
|
%%EOF
|
@@ -17,70 +17,70 @@ endobj
|
|
17
17
|
>>
|
18
18
|
endobj
|
19
19
|
4 0 obj
|
20
|
-
<< /Length
|
20
|
+
<< /Length 580
|
21
21
|
>>
|
22
22
|
stream
|
23
23
|
q
|
24
24
|
0.3 w
|
25
25
|
|
26
26
|
BT
|
27
|
-
144.
|
27
|
+
144.56693 129.45435 Td
|
28
28
|
/F1.0 6 Tf
|
29
29
|
<537562746f74616c205224> Tj
|
30
30
|
ET
|
31
31
|
|
32
32
|
|
33
33
|
BT
|
34
|
-
196.
|
34
|
+
196.66772 129.45435 Td
|
35
35
|
/F1.0 6 Tf
|
36
36
|
<3130342c3030> Tj
|
37
37
|
ET
|
38
38
|
|
39
39
|
|
40
40
|
BT
|
41
|
-
8.
|
41
|
+
8.50394 123.78506 Td
|
42
42
|
/F1.0 6 Tf
|
43
43
|
<> Tj
|
44
44
|
ET
|
45
45
|
|
46
46
|
|
47
47
|
BT
|
48
|
-
8.
|
48
|
+
8.50394 116.82606 Td
|
49
49
|
/F1.0 7 Tf
|
50
50
|
<517464652e20746f74616c206465206974656e73> Tj
|
51
51
|
ET
|
52
52
|
|
53
53
|
|
54
54
|
BT
|
55
|
-
214.
|
55
|
+
214.06772 116.82606 Td
|
56
56
|
/F1.0 7 Tf
|
57
57
|
<34> Tj
|
58
58
|
ET
|
59
59
|
|
60
60
|
|
61
61
|
BT
|
62
|
-
8.
|
62
|
+
8.50394 109.73944 Td
|
63
63
|
/F1.0 7 Tf
|
64
64
|
<446573636f6e746f205224> Tj
|
65
65
|
ET
|
66
66
|
|
67
67
|
|
68
68
|
BT
|
69
|
-
197.
|
69
|
+
197.26772 109.73944 Td
|
70
70
|
/F1.0 7 Tf
|
71
71
|
<31322c3030> Tj
|
72
72
|
ET
|
73
73
|
|
74
74
|
|
75
75
|
BT
|
76
|
-
8.
|
76
|
+
8.50394 102.65283 Td
|
77
77
|
/F2.0 7 Tf
|
78
78
|
<56616c6f7220546f74616c205224> Tj
|
79
79
|
ET
|
80
80
|
|
81
81
|
|
82
82
|
BT
|
83
|
-
197.
|
83
|
+
197.26772 102.65283 Td
|
84
84
|
/F2.0 7 Tf
|
85
85
|
<39322c3030> Tj
|
86
86
|
ET
|
@@ -92,11 +92,11 @@ endobj
|
|
92
92
|
5 0 obj
|
93
93
|
<< /Type /Page
|
94
94
|
/Parent 3 0 R
|
95
|
-
/MediaBox [0 0 226.
|
96
|
-
/CropBox [0 0 226.
|
97
|
-
/BleedBox [0 0 226.
|
98
|
-
/TrimBox [0 0 226.
|
99
|
-
/ArtBox [0 0 226.
|
95
|
+
/MediaBox [0 0 226.77165 141.73228]
|
96
|
+
/CropBox [0 0 226.77165 141.73228]
|
97
|
+
/BleedBox [0 0 226.77165 141.73228]
|
98
|
+
/TrimBox [0 0 226.77165 141.73228]
|
99
|
+
/ArtBox [0 0 226.77165 141.73228]
|
100
100
|
/Contents 4 0 R
|
101
101
|
/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
|
102
102
|
/Font << /F1.0 6 0 R
|
@@ -126,14 +126,14 @@ xref
|
|
126
126
|
0000000109 00000 n
|
127
127
|
0000000158 00000 n
|
128
128
|
0000000215 00000 n
|
129
|
-
|
130
|
-
|
131
|
-
|
129
|
+
0000000846 00000 n
|
130
|
+
0000001184 00000 n
|
131
|
+
0000001279 00000 n
|
132
132
|
trailer
|
133
133
|
<< /Size 8
|
134
134
|
/Root 2 0 R
|
135
135
|
/Info 1 0 R
|
136
136
|
>>
|
137
137
|
startxref
|
138
|
-
|
138
|
+
1379
|
139
139
|
%%EOF
|