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.
Files changed (146) hide show
  1. checksums.yaml +4 -4
  2. data/.codeclimate.yml +1 -0
  3. data/.rubocop.yml +113 -0
  4. data/Gemfile.lock +40 -19
  5. data/Rakefile +3 -3
  6. data/br_danfe.gemspec +7 -7
  7. data/lib/br_danfe.rb +14 -14
  8. data/lib/br_danfe/cce.rb +1 -0
  9. data/lib/br_danfe/cce_lib/barcode.rb +3 -2
  10. data/lib/br_danfe/cce_lib/correction.rb +3 -2
  11. data/lib/br_danfe/cce_lib/document.rb +15 -5
  12. data/lib/br_danfe/cce_lib/footer.rb +1 -1
  13. data/lib/br_danfe/cce_lib/header.rb +1 -1
  14. data/lib/br_danfe/cce_lib/nfe_key.rb +4 -3
  15. data/lib/br_danfe/cce_lib/protocol.rb +4 -3
  16. data/lib/br_danfe/danfe.rb +17 -17
  17. data/lib/br_danfe/danfe_lib/cep.rb +1 -1
  18. data/lib/br_danfe/danfe_lib/cst.rb +8 -6
  19. data/lib/br_danfe/danfe_lib/dest.rb +21 -23
  20. data/lib/br_danfe/danfe_lib/det_body.rb +20 -20
  21. data/lib/br_danfe/danfe_lib/document.rb +49 -36
  22. data/lib/br_danfe/danfe_lib/dup.rb +11 -10
  23. data/lib/br_danfe/danfe_lib/emit_header.rb +38 -34
  24. data/lib/br_danfe/danfe_lib/helper.rb +23 -23
  25. data/lib/br_danfe/danfe_lib/icmstot.rb +12 -12
  26. data/lib/br_danfe/danfe_lib/infadic.rb +1 -0
  27. data/lib/br_danfe/danfe_lib/issqn.rb +6 -6
  28. data/lib/br_danfe/danfe_lib/options.rb +6 -5
  29. data/lib/br_danfe/danfe_lib/phone.rb +2 -2
  30. data/lib/br_danfe/danfe_lib/ticket.rb +6 -4
  31. data/lib/br_danfe/danfe_lib/transp.rb +27 -26
  32. data/lib/br_danfe/danfe_lib/vol.rb +9 -8
  33. data/lib/br_danfe/danfe_lib/xml.rb +6 -6
  34. data/lib/br_danfe/danfe_lib/xprod.rb +22 -23
  35. data/lib/br_danfe/uf.rb +1 -4
  36. data/lib/br_danfe/version.rb +1 -1
  37. data/spec/features/cce_spec.rb +6 -6
  38. data/spec/features/danfe_spec.rb +25 -25
  39. data/spec/fixtures/cce/lib/barcode#render.pdf +5 -1
  40. data/spec/fixtures/cce/lib/correction#render.pdf +6 -2
  41. data/spec/fixtures/cce/lib/document#box.pdf +5 -1
  42. data/spec/fixtures/cce/lib/document#box.with.block.pdf +6 -2
  43. data/spec/fixtures/cce/lib/document#text.align.pdf +6 -2
  44. data/spec/fixtures/cce/lib/document#text.pad.pdf +6 -2
  45. data/spec/fixtures/cce/lib/document#text.simple.pdf +6 -2
  46. data/spec/fixtures/cce/lib/document#text.size.pdf +6 -2
  47. data/spec/fixtures/cce/lib/document#text.style.pdf +6 -2
  48. data/spec/fixtures/cce/lib/footer#render.pdf +6 -2
  49. data/spec/fixtures/cce/lib/header#render.pdf +6 -2
  50. data/spec/fixtures/cce/lib/nfe_key#render.pdf +7 -3
  51. data/spec/fixtures/cce/lib/protocol#render.pdf +7 -3
  52. data/spec/fixtures/cce/v1.00/cce.fixture.pdf +7 -3
  53. data/spec/fixtures/nfe/lib/dest#render-v2.00.pdf +7 -3
  54. data/spec/fixtures/nfe/lib/dest#render-v3.10.pdf +7 -3
  55. data/spec/fixtures/nfe/lib/dest#render-v4.00.pdf +7 -3
  56. data/spec/fixtures/nfe/lib/dest#render-with-address-bigger.pdf +7 -3
  57. data/spec/fixtures/nfe/lib/dest#render-with_cnpj.pdf +7 -3
  58. data/spec/fixtures/nfe/lib/dest#render-with_cpf.pdf +7 -3
  59. data/spec/fixtures/nfe/lib/dest#render-with_ie.pdf +7 -3
  60. data/spec/fixtures/nfe/lib/dest#render-without-address-complement.pdf +7 -3
  61. data/spec/fixtures/nfe/lib/det_body#render-csosn.pdf +383 -379
  62. data/spec/fixtures/nfe/lib/det_body#render-cst.pdf +233 -229
  63. data/spec/fixtures/nfe/lib/det_body#render-fci.pdf +158 -154
  64. data/spec/fixtures/nfe/lib/det_body#render-icms_st.pdf +158 -154
  65. data/spec/fixtures/nfe/lib/det_body#render-quantity_with_custom_precision.pdf +158 -154
  66. data/spec/fixtures/nfe/lib/det_body#render-three_pages.pdf +3697 -3685
  67. data/spec/fixtures/nfe/lib/det_body#render-two_pages.pdf +3540 -3532
  68. data/spec/fixtures/nfe/lib/det_body#render-unit_price_with_custom_precision.pdf +158 -154
  69. data/spec/fixtures/nfe/lib/det_body#render-with_infadprod.pdf +158 -154
  70. data/spec/fixtures/nfe/lib/det_body#render-with_issqn.pdf +1665 -1657
  71. data/spec/fixtures/nfe/lib/det_body#render-without_issqn.pdf +1665 -1657
  72. data/spec/fixtures/nfe/lib/document#lcnpj-blank.pdf +6 -2
  73. data/spec/fixtures/nfe/lib/document#lcnpj-invalid.pdf +6 -2
  74. data/spec/fixtures/nfe/lib/document#lcnpj-valid.pdf +6 -2
  75. data/spec/fixtures/nfe/lib/document#lie-blank-uf-invalid.pdf +6 -2
  76. data/spec/fixtures/nfe/lib/document#lie-blank.pdf +6 -2
  77. data/spec/fixtures/nfe/lib/document#lie-invalid.pdf +6 -2
  78. data/spec/fixtures/nfe/lib/document#lie-valid.pdf +6 -2
  79. data/spec/fixtures/nfe/lib/dup#render.pdf +8 -4
  80. data/spec/fixtures/nfe/lib/emit_header#render-second_page.pdf +9 -5
  81. data/spec/fixtures/nfe/lib/emit_header#render-with_logo.pdf +9 -5
  82. data/spec/fixtures/nfe/lib/emit_header#render-without_logo.pdf +7 -3
  83. data/spec/fixtures/nfe/lib/icmstot#render.pdf +7 -3
  84. data/spec/fixtures/nfe/lib/infadic#render-all_the_informations.pdf +8 -4
  85. data/spec/fixtures/nfe/lib/infadic#render-difal.pdf +7 -3
  86. data/spec/fixtures/nfe/lib/infadic#render-extra_volume.pdf +8 -4
  87. data/spec/fixtures/nfe/lib/infadic#render-with_complementary_information.pdf +7 -3
  88. data/spec/fixtures/nfe/lib/infadic#render-with_fisco_additional_information.pdf +7 -3
  89. data/spec/fixtures/nfe/lib/infadic#render-with_street_data.pdf +7 -3
  90. data/spec/fixtures/nfe/lib/infadic#render.pdf +7 -3
  91. data/spec/fixtures/nfe/lib/infadic_vol#render-extra_volume.pdf +7 -3
  92. data/spec/fixtures/nfe/lib/issqn#render-with_issqn.pdf +7 -3
  93. data/spec/fixtures/nfe/lib/issqn#render-with_one_issqn_value.pdf +7 -3
  94. data/spec/fixtures/nfe/lib/issqn#render-without_issqn.pdf +5 -1
  95. data/spec/fixtures/nfe/lib/ticket#render.pdf +6 -2
  96. data/spec/fixtures/nfe/lib/transp#render-modfrete_0.pdf +7 -3
  97. data/spec/fixtures/nfe/lib/transp#render-modfrete_1.pdf +7 -3
  98. data/spec/fixtures/nfe/lib/transp#render-modfrete_2.pdf +7 -3
  99. data/spec/fixtures/nfe/lib/transp#render-modfrete_3.pdf +7 -3
  100. data/spec/fixtures/nfe/lib/transp#render-modfrete_4.pdf +7 -3
  101. data/spec/fixtures/nfe/lib/transp#render-modfrete_9.pdf +7 -3
  102. data/spec/fixtures/nfe/lib/transp#render.pdf +7 -3
  103. data/spec/fixtures/nfe/lib/vol#render-blank-boxes.pdf +6 -2
  104. data/spec/fixtures/nfe/lib/vol#render.pdf +6 -2
  105. data/spec/fixtures/nfe/v2.00/custom_options.fixture.pdf +317 -313
  106. data/spec/fixtures/nfe/v2.00/nfe_simples_nacional.xml.fixture.pdf +315 -311
  107. data/spec/fixtures/nfe/v2.00/nfe_with_extra_volumes.xml.fixture.pdf +1297 -1289
  108. data/spec/fixtures/nfe/v2.00/nfe_with_fci.xml.fixture.pdf +165 -161
  109. data/spec/fixtures/nfe/v2.00/nfe_with_ns.xml.fixture.pdf +1297 -1289
  110. data/spec/fixtures/nfe/v2.00/nfe_without_ns.xml.fixture.pdf +314 -310
  111. data/spec/fixtures/nfe/v3.10/nfe_simples_nacional.xml.fixture.pdf +765 -761
  112. data/spec/fixtures/nfe/v3.10/with_footer.fixture.pdf +1222 -1214
  113. data/spec/fixtures/nfe/v3.10/with_issqn.fixture.pdf +1222 -1214
  114. data/spec/fixtures/nfe/v3.10/with_three_pages.fixture.pdf +4004 -3992
  115. data/spec/fixtures/nfe/v3.10/without_issqn.fixture.pdf +1522 -1514
  116. data/spec/lib/cce_lib/barcode_spec.rb +5 -5
  117. data/spec/lib/cce_lib/correction_spec.rb +5 -5
  118. data/spec/lib/cce_lib/document_spec.rb +23 -23
  119. data/spec/lib/cce_lib/footer_spec.rb +4 -4
  120. data/spec/lib/cce_lib/header_spec.rb +4 -4
  121. data/spec/lib/cce_lib/nfe_key_spec.rb +5 -5
  122. data/spec/lib/cce_lib/protocol_spec.rb +5 -5
  123. data/spec/lib/danfe_lib/cep_spec.rb +5 -5
  124. data/spec/lib/danfe_lib/cst_spec.rb +8 -8
  125. data/spec/lib/danfe_lib/dest_spec.rb +23 -23
  126. data/spec/lib/danfe_lib/det_body_spec.rb +26 -26
  127. data/spec/lib/danfe_lib/document_spec.rb +25 -25
  128. data/spec/lib/danfe_lib/dup_spec.rb +4 -4
  129. data/spec/lib/danfe_lib/emit_header_spec.rb +13 -13
  130. data/spec/lib/danfe_lib/helper_spec.rb +74 -74
  131. data/spec/lib/danfe_lib/icmstot_spec.rb +4 -4
  132. data/spec/lib/danfe_lib/infadic_spec.rb +6 -13
  133. data/spec/lib/danfe_lib/infadic_vol_spec.rb +1 -4
  134. data/spec/lib/danfe_lib/issqn_spec.rb +11 -11
  135. data/spec/lib/danfe_lib/logo_options_spec.rb +18 -18
  136. data/spec/lib/danfe_lib/options_spec.rb +7 -7
  137. data/spec/lib/danfe_lib/phone_spec.rb +10 -10
  138. data/spec/lib/danfe_lib/plate_spec.rb +9 -9
  139. data/spec/lib/danfe_lib/ticket_spec.rb +4 -4
  140. data/spec/lib/danfe_lib/transp_spec.rb +10 -10
  141. data/spec/lib/danfe_lib/vol_spec.rb +7 -7
  142. data/spec/lib/danfe_lib/xml_spec.rb +5 -5
  143. data/spec/lib/danfe_lib/xprod_spec.rb +48 -50
  144. data/spec/lib/uf_spec.rb +12 -12
  145. data/spec/support/have_same_content_of.rb +6 -6
  146. 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
- 0000000951 00000 n
96
- 0000001049 00000 n
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
- 1148
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
- 0000001049 00000 n
96
- 0000001147 00000 n
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
- 1246
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
- 0000000847 00000 n
89
- 0000000945 00000 n
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
- 1044
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
- 0000002910 00000 n
323
- 0000003009 00000 n
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
- 3109
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
- 0000001339 00000 n
135
- 0000001437 00000 n
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
- 1536
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
- 0000001226 00000 n
121
- 0000001324 00000 n
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
- 1423
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
- 443
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
- 0000001352 00000 n
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
- 1451
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
- 0000001794 00000 n
168
- 0000001892 00000 n
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
- 1991
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
- 0000001802 00000 n
168
- 0000001900 00000 n
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
- 1999
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
- 0000001802 00000 n
168
- 0000001900 00000 n
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
- 1999
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
- 0000001794 00000 n
168
- 0000001892 00000 n
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
- 1991
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
- 0000001796 00000 n
168
- 0000001894 00000 n
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
- 1993
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
- 0000001796 00000 n
168
- 0000001894 00000 n
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
- 1993
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
- 0000002481 00000 n
231
- 0000002579 00000 n
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
- 2678
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
- 0000001125 00000 n
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
- 1224
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
- 0000001450 00000 n
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
- 1549
155
+ 1665
152
156
  %%EOF