thinreports 0.10.2 → 0.10.3

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 (154) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/.travis.yml +22 -6
  4. data/CHANGELOG.md +6 -0
  5. data/Gemfile +1 -1
  6. data/README.md +5 -6
  7. data/Rakefile +11 -25
  8. data/lib/thinreports/generator/pdf/document/draw_shape.rb +1 -1
  9. data/lib/thinreports/generator/pdf/document/draw_template_items.rb +1 -1
  10. data/lib/thinreports/layout/legacy_schema.rb +1 -0
  11. data/lib/thinreports/version.rb +1 -1
  12. data/test/features/dynamic_style/expect.pdf +3714 -0
  13. data/{examples → test/features}/dynamic_style/image.png +0 -0
  14. data/{examples/dynamic_style/dynamic_style.tlf → test/features/dynamic_style/templates/styles.tlf} +0 -0
  15. data/{examples/dynamic_style/dynamic_style_in_list.tlf → test/features/dynamic_style/templates/styles_in_list.tlf} +0 -0
  16. data/test/features/dynamic_style/test_dynamic_style.rb +152 -0
  17. data/{examples → test/features}/eudc/eudc.ttf +0 -0
  18. data/test/features/eudc/expect.pdf +0 -0
  19. data/{examples/eudc/eudc.tlf → test/features/eudc/template.tlf} +0 -0
  20. data/test/features/eudc/test_eudc.rb +27 -0
  21. data/test/features/feature_test.rb +58 -0
  22. data/test/features/graphics/expect.pdf +475 -0
  23. data/test/features/graphics/template.tlf +309 -0
  24. data/test/features/graphics/test_graphics.rb +12 -0
  25. data/test/features/hidden_item/expect.pdf +0 -0
  26. data/{examples/hidden_shapes/hidden_shapes.tlf → test/features/hidden_item/template.tlf} +0 -0
  27. data/test/features/hidden_item/test_hidden_item.rb +12 -0
  28. data/test/features/image_block/expect.pdf +0 -0
  29. data/{examples/dynamic_image → test/features/image_block}/img200x100.png +0 -0
  30. data/{examples/dynamic_image → test/features/image_block}/img50x50.png +0 -0
  31. data/{examples/dynamic_image/dynamic_image.tlf → test/features/image_block/template.tlf} +0 -0
  32. data/test/features/image_block/test_image_block.rb +35 -0
  33. data/test/features/list_events/expect.pdf +659 -0
  34. data/{examples/list_events/list_events.tlf → test/features/list_events/template.tlf} +0 -0
  35. data/{examples/list_events/list_events.rb → test/features/list_events/test_list_events.rb} +7 -3
  36. data/test/features/list_manually/expect.pdf +599 -0
  37. data/{examples/list_manual_generation/list_manual_generation.tlf → test/features/list_manually/template.tlf} +0 -0
  38. data/test/features/list_manually/test_list_manually.rb +25 -0
  39. data/test/features/page_number/expect.pdf +400 -0
  40. data/{examples/page_number/page_number.tlf → test/features/page_number/template.tlf} +0 -0
  41. data/test/features/page_number/test_page_number.rb +24 -0
  42. data/test/features/page_number_with_list/expect.pdf +721 -0
  43. data/{examples/list_page_number/list_page_number.tlf → test/features/page_number_with_list/template.tlf} +0 -0
  44. data/test/features/page_number_with_list/test_page_number_with_list.rb +21 -0
  45. data/test/features/palleted_png/expect.pdf +0 -0
  46. data/{examples → test/features}/palleted_png/palleted_png.png +0 -0
  47. data/{examples/palleted_png/palleted_png.tlf → test/features/palleted_png/template.tlf} +0 -0
  48. data/test/features/palleted_png/test_palleted_png.rb +14 -0
  49. data/test/features/report_callbacks/expect.pdf +169 -0
  50. data/{examples/report_callbacks/report_callbacks.tlf → test/features/report_callbacks/template.tlf} +0 -0
  51. data/test/features/report_callbacks/test_report_callbacks.rb +18 -0
  52. data/test/features/text_align/expect.pdf +0 -0
  53. data/{examples/text_align/text_align.tlf → test/features/text_align/template.tlf} +0 -0
  54. data/test/features/text_align/test_text_align.rb +12 -0
  55. data/test/features/text_block_overflow/expect.pdf +0 -0
  56. data/{examples/tblock_overflow/tblock_overflow.tlf → test/features/text_block_overflow/template.tlf} +0 -0
  57. data/test/features/text_block_overflow/test_text_block_overflow.rb +25 -0
  58. data/test/features/text_block_singleline/expect.pdf +0 -0
  59. data/{examples/single_line_tblock/single_line_tblock.tlf → test/features/text_block_singleline/template.tlf} +0 -0
  60. data/test/features/text_block_singleline/test_text_block_singleline.rb +15 -0
  61. data/test/features/text_block_style/expect.pdf +1390 -1
  62. data/{examples/tblock_styles/tblock_styles.tlf → test/features/text_block_style/templates/basic_styles.tlf} +0 -0
  63. data/{examples/tblock_styles → test/features/text_block_style/templates}/font_size.tlf +0 -0
  64. data/{examples/tblock_styles/tblock_styles.rb → test/features/text_block_style/test_text_block_style.rb} +9 -5
  65. data/test/features/text_character_spacing/expect.pdf +0 -0
  66. data/{examples/character_spacing/character_spacing.tlf → test/features/text_character_spacing/template.tlf} +0 -0
  67. data/test/features/text_character_spacing/test_text_character_spacing.rb +12 -0
  68. data/test/features/text_word_wrap/expect.pdf +0 -0
  69. data/{examples/word_wrap/word_wrap.tlf → test/features/text_word_wrap/template.tlf} +0 -0
  70. data/test/features/text_word_wrap/test_text_word_wrap.rb +30 -0
  71. data/test/test_helper.rb +1 -10
  72. data/test/{unit → units}/core/format/test_base.rb +0 -0
  73. data/test/{unit → units}/core/shape/base/test_internal.rb +0 -0
  74. data/test/{unit → units}/core/shape/basic/test_block_format.rb +0 -0
  75. data/test/{unit → units}/core/shape/basic/test_block_interface.rb +0 -0
  76. data/test/{unit → units}/core/shape/basic/test_block_internal.rb +0 -0
  77. data/test/{unit → units}/core/shape/basic/test_format.rb +0 -0
  78. data/test/{unit → units}/core/shape/basic/test_interface.rb +0 -0
  79. data/test/{unit → units}/core/shape/basic/test_internal.rb +0 -0
  80. data/test/{unit → units}/core/shape/image_block/test_interface.rb +0 -0
  81. data/test/{unit → units}/core/shape/image_block/test_internal.rb +0 -0
  82. data/test/{unit → units}/core/shape/list/test_format.rb +0 -0
  83. data/test/{unit → units}/core/shape/list/test_manager.rb +0 -0
  84. data/test/{unit → units}/core/shape/list/test_page.rb +0 -0
  85. data/test/{unit → units}/core/shape/list/test_page_state.rb +0 -0
  86. data/test/{unit → units}/core/shape/list/test_section_format.rb +0 -0
  87. data/test/{unit → units}/core/shape/list/test_section_interface.rb +0 -0
  88. data/test/{unit → units}/core/shape/list/test_section_internal.rb +0 -0
  89. data/test/{unit → units}/core/shape/manager/test_format.rb +0 -0
  90. data/test/{unit → units}/core/shape/manager/test_internal.rb +0 -0
  91. data/test/{unit → units}/core/shape/manager/test_target.rb +0 -0
  92. data/test/{unit → units}/core/shape/page_number/test_format.rb +0 -0
  93. data/test/{unit → units}/core/shape/page_number/test_interface.rb +0 -0
  94. data/test/{unit → units}/core/shape/page_number/test_internal.rb +0 -0
  95. data/test/{unit → units}/core/shape/styles/test_base.rb +0 -0
  96. data/test/{unit → units}/core/shape/styles/test_basic.rb +0 -0
  97. data/test/{unit → units}/core/shape/styles/test_graphic.rb +0 -0
  98. data/test/{unit → units}/core/shape/styles/test_text.rb +0 -0
  99. data/test/{unit → units}/core/shape/text/test_format.rb +0 -0
  100. data/test/{unit → units}/core/shape/text/test_internal.rb +0 -0
  101. data/test/{unit → units}/core/shape/text_block/formatter/test_basic.rb +0 -0
  102. data/test/{unit → units}/core/shape/text_block/formatter/test_datetime.rb +0 -0
  103. data/test/{unit → units}/core/shape/text_block/formatter/test_number.rb +0 -0
  104. data/test/{unit → units}/core/shape/text_block/formatter/test_padding.rb +0 -0
  105. data/test/{unit → units}/core/shape/text_block/test_format.rb +0 -0
  106. data/test/{unit → units}/core/shape/text_block/test_formatter.rb +0 -0
  107. data/test/{unit → units}/core/shape/text_block/test_interface.rb +0 -0
  108. data/test/{unit → units}/core/shape/text_block/test_internal.rb +0 -0
  109. data/test/{unit → units}/core/test_shape.rb +0 -0
  110. data/test/{unit → units}/core/test_utils.rb +0 -0
  111. data/test/{unit → units}/generator/pdf/document/graphics/test_attributes.rb +0 -0
  112. data/test/{unit → units}/generator/pdf/document/graphics/test_basic.rb +0 -0
  113. data/test/{unit → units}/generator/pdf/document/graphics/test_image.rb +0 -0
  114. data/test/{unit → units}/generator/pdf/document/graphics/test_text.rb +0 -0
  115. data/test/{unit → units}/generator/pdf/document/test_font.rb +0 -0
  116. data/test/{unit → units}/generator/pdf/document/test_graphics.rb +0 -0
  117. data/test/{unit → units}/generator/pdf/document/test_page.rb +0 -0
  118. data/test/{unit → units}/generator/pdf/document/test_parse_color.rb +0 -0
  119. data/test/{unit → units}/generator/pdf/prawn_ext/test_calc_image_dimensions.rb +0 -0
  120. data/test/{unit → units}/generator/pdf/prawn_ext/test_width_of.rb +0 -0
  121. data/test/{unit → units}/generator/pdf/test_document.rb +0 -0
  122. data/test/{unit → units}/generator/test_pdf.rb +0 -0
  123. data/test/{unit → units}/layout/test_base.rb +0 -0
  124. data/test/{unit → units}/layout/test_format.rb +0 -0
  125. data/test/{unit → units}/layout/test_legacy_schema.rb +3 -1
  126. data/test/{unit → units}/layout/test_version.rb +0 -0
  127. data/test/{unit → units}/report/test_base.rb +0 -0
  128. data/test/{unit → units}/report/test_internal.rb +0 -0
  129. data/test/{unit → units}/test_config.rb +0 -0
  130. data/test/{unit → units}/test_layout.rb +0 -0
  131. data/test/{unit → units}/test_report.rb +0 -0
  132. data/thinreports.gemspec +0 -1
  133. metadata +122 -123
  134. data/examples/character_spacing/character_spacing.rb +0 -8
  135. data/examples/dynamic_image/dynamic_image.rb +0 -31
  136. data/examples/dynamic_style/dynamic_style.rb +0 -150
  137. data/examples/eudc/eudc.rb +0 -20
  138. data/examples/helper.rb +0 -50
  139. data/examples/hidden_shapes/hidden_shapes.rb +0 -9
  140. data/examples/list_manual_generation/list_manual_generation.rb +0 -22
  141. data/examples/list_page_number/list_page_number.rb +0 -17
  142. data/examples/page_number/page_number.rb +0 -33
  143. data/examples/palleted_png/palleted_png.rb +0 -9
  144. data/examples/password_setting/password_setting.rb +0 -10
  145. data/examples/password_setting/password_setting.tlf +0 -45
  146. data/examples/report_callbacks/report_callbacks.rb +0 -14
  147. data/examples/single_line_tblock/single_line_tblock.rb +0 -13
  148. data/examples/tblock_overflow/tblock_overflow.rb +0 -20
  149. data/examples/text_align/text_align.rb +0 -8
  150. data/examples/typeB_page_size/B4_ISO.tlf +0 -45
  151. data/examples/typeB_page_size/B4_JIS.tlf +0 -45
  152. data/examples/typeB_page_size/typeB_page_size.rb +0 -17
  153. data/examples/word_wrap/word_wrap.rb +0 -26
  154. data/test/tmp/.gitkeep +0 -0
@@ -0,0 +1,309 @@
1
+ {
2
+ "version": "0.10.0",
3
+ "items": [
4
+ {
5
+ "id": "",
6
+ "type": "rect",
7
+ "display": true,
8
+ "description": "",
9
+ "x": 20,
10
+ "y": 59,
11
+ "width": 120.1,
12
+ "height": 62,
13
+ "style": {
14
+ "border-color": "#000000",
15
+ "border-width": 1,
16
+ "border-style": "solid",
17
+ "fill-color": "#FFFFFF"
18
+ },
19
+ "border-radius": 0
20
+ },
21
+ {
22
+ "id": "",
23
+ "type": "rect",
24
+ "display": true,
25
+ "description": "",
26
+ "x": 155,
27
+ "y": 59,
28
+ "width": 120.1,
29
+ "height": 62,
30
+ "style": {
31
+ "border-color": "#000000",
32
+ "border-width": 1,
33
+ "border-style": "solid",
34
+ "fill-color": "#FFFFFF"
35
+ },
36
+ "border-radius": 10
37
+ },
38
+ {
39
+ "id": "",
40
+ "type": "text",
41
+ "display": true,
42
+ "description": "",
43
+ "x": 20,
44
+ "y": 20,
45
+ "width": 103.1,
46
+ "height": 21,
47
+ "style": {
48
+ "font-family": [
49
+ "Helvetica"
50
+ ],
51
+ "font-size": 18,
52
+ "color": "#000000",
53
+ "text-align": "left",
54
+ "vertical-align": "top",
55
+ "line-height": "",
56
+ "line-height-ratio": "",
57
+ "letter-spacing": "",
58
+ "font-style": []
59
+ },
60
+ "texts": [
61
+ "Rect (static)"
62
+ ]
63
+ },
64
+ {
65
+ "id": "",
66
+ "type": "rect",
67
+ "display": true,
68
+ "description": "",
69
+ "x": 290,
70
+ "y": 59,
71
+ "width": 120.1,
72
+ "height": 62,
73
+ "style": {
74
+ "border-color": "#000000",
75
+ "border-width": 1,
76
+ "border-style": "dashed",
77
+ "fill-color": "#FFFFFF"
78
+ },
79
+ "border-radius": 10
80
+ },
81
+ {
82
+ "id": "",
83
+ "type": "rect",
84
+ "display": true,
85
+ "description": "",
86
+ "x": 425,
87
+ "y": 59,
88
+ "width": 120.1,
89
+ "height": 62,
90
+ "style": {
91
+ "border-color": "#000000",
92
+ "border-width": 1,
93
+ "border-style": "dotted",
94
+ "fill-color": "#FFFFFF"
95
+ },
96
+ "border-radius": 10
97
+ },
98
+ {
99
+ "id": "",
100
+ "type": "rect",
101
+ "display": true,
102
+ "description": "",
103
+ "x": 20,
104
+ "y": 140,
105
+ "width": 120.1,
106
+ "height": 62,
107
+ "style": {
108
+ "border-color": "#ff0000",
109
+ "border-width": 1,
110
+ "border-style": "solid",
111
+ "fill-color": "#FFFFFF"
112
+ },
113
+ "border-radius": 0
114
+ },
115
+ {
116
+ "id": "",
117
+ "type": "rect",
118
+ "display": true,
119
+ "description": "",
120
+ "x": 155,
121
+ "y": 140,
122
+ "width": 120.1,
123
+ "height": 62,
124
+ "style": {
125
+ "border-color": "none",
126
+ "border-width": 1,
127
+ "border-style": "solid",
128
+ "fill-color": "#ff0000"
129
+ },
130
+ "border-radius": 0
131
+ },
132
+ {
133
+ "id": "",
134
+ "type": "rect",
135
+ "display": true,
136
+ "description": "",
137
+ "x": 250,
138
+ "y": 140,
139
+ "width": 97.1,
140
+ "height": 43,
141
+ "style": {
142
+ "border-color": "#0070c0",
143
+ "border-width": 1,
144
+ "border-style": "solid",
145
+ "fill-color": "none"
146
+ },
147
+ "border-radius": 0
148
+ },
149
+ {
150
+ "id": "rect1",
151
+ "type": "rect",
152
+ "display": true,
153
+ "description": "",
154
+ "x": 20,
155
+ "y": 265,
156
+ "width": 120.1,
157
+ "height": 62,
158
+ "style": {
159
+ "border-color": "#000000",
160
+ "border-width": 1,
161
+ "border-style": "solid",
162
+ "fill-color": "#FFFFFF"
163
+ },
164
+ "border-radius": 0
165
+ },
166
+ {
167
+ "id": "rect2",
168
+ "type": "rect",
169
+ "display": true,
170
+ "description": "",
171
+ "x": 155,
172
+ "y": 265,
173
+ "width": 120.1,
174
+ "height": 62,
175
+ "style": {
176
+ "border-color": "#000000",
177
+ "border-width": 1,
178
+ "border-style": "solid",
179
+ "fill-color": "#FFFFFF"
180
+ },
181
+ "border-radius": 10
182
+ },
183
+ {
184
+ "id": "rect3",
185
+ "type": "rect",
186
+ "display": true,
187
+ "description": "",
188
+ "x": 290,
189
+ "y": 265,
190
+ "width": 120.1,
191
+ "height": 62,
192
+ "style": {
193
+ "border-color": "#000000",
194
+ "border-width": 1,
195
+ "border-style": "dashed",
196
+ "fill-color": "#FFFFFF"
197
+ },
198
+ "border-radius": 10
199
+ },
200
+ {
201
+ "id": "rect4",
202
+ "type": "rect",
203
+ "display": true,
204
+ "description": "",
205
+ "x": 425,
206
+ "y": 265,
207
+ "width": 120.1,
208
+ "height": 62,
209
+ "style": {
210
+ "border-color": "#000000",
211
+ "border-width": 1,
212
+ "border-style": "dotted",
213
+ "fill-color": "#FFFFFF"
214
+ },
215
+ "border-radius": 10
216
+ },
217
+ {
218
+ "id": "rect5",
219
+ "type": "rect",
220
+ "display": true,
221
+ "description": "",
222
+ "x": 20,
223
+ "y": 346,
224
+ "width": 120.1,
225
+ "height": 62,
226
+ "style": {
227
+ "border-color": "#ff0000",
228
+ "border-width": 1,
229
+ "border-style": "solid",
230
+ "fill-color": "#FFFFFF"
231
+ },
232
+ "border-radius": 0
233
+ },
234
+ {
235
+ "id": "rect6",
236
+ "type": "rect",
237
+ "display": true,
238
+ "description": "",
239
+ "x": 155,
240
+ "y": 346,
241
+ "width": 120.1,
242
+ "height": 62,
243
+ "style": {
244
+ "border-color": "none",
245
+ "border-width": 1,
246
+ "border-style": "solid",
247
+ "fill-color": "#ff0000"
248
+ },
249
+ "border-radius": 0
250
+ },
251
+ {
252
+ "id": "rect7",
253
+ "type": "rect",
254
+ "display": true,
255
+ "description": "",
256
+ "x": 250,
257
+ "y": 346,
258
+ "width": 97.1,
259
+ "height": 43,
260
+ "style": {
261
+ "border-color": "#0070c0",
262
+ "border-width": 1,
263
+ "border-style": "solid",
264
+ "fill-color": "none"
265
+ },
266
+ "border-radius": 0
267
+ },
268
+ {
269
+ "id": "",
270
+ "type": "text",
271
+ "display": true,
272
+ "description": "",
273
+ "x": 20,
274
+ "y": 225,
275
+ "width": 125.1,
276
+ "height": 21,
277
+ "style": {
278
+ "font-family": [
279
+ "Helvetica"
280
+ ],
281
+ "font-size": 18,
282
+ "color": "#000000",
283
+ "text-align": "left",
284
+ "vertical-align": "top",
285
+ "line-height": "",
286
+ "line-height-ratio": "",
287
+ "letter-spacing": "",
288
+ "font-style": []
289
+ },
290
+ "texts": [
291
+ "Rect (dynamic)"
292
+ ]
293
+ }
294
+ ],
295
+ "state": {
296
+ "layout-guides": []
297
+ },
298
+ "title": "",
299
+ "report": {
300
+ "paper-type": "A4",
301
+ "orientation": "portrait",
302
+ "margin": [
303
+ 20,
304
+ 20,
305
+ 20,
306
+ 20
307
+ ]
308
+ }
309
+ }
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'feature_test'
4
+
5
+ class TestGraphics < FeatureTest
6
+ feature :graphics do
7
+ report = Thinreports::Report.new layout: template_path
8
+ report.start_new_page
9
+
10
+ assert_pdf report.generate
11
+ end
12
+ end
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'feature_test'
4
+
5
+ class TestHiddenItem < FeatureTest
6
+ feature :hidden_item do
7
+ report = Thinreports::Report.new layout: template_path
8
+ 2.times { report.list(:List).add_row }
9
+
10
+ assert_pdf report.generate
11
+ end
12
+ end
@@ -0,0 +1,35 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'feature_test'
4
+ require 'open-uri'
5
+
6
+ class TestImageBlock < FeatureTest
7
+ feature :image_block do
8
+ image50x50 = path_of('img50x50.png')
9
+ image200x100 = path_of('img200x100.png')
10
+
11
+ report = Thinreports::Report.new layout: template_path
12
+ report.start_new_page
13
+
14
+ report.page.values(
15
+ pos_top_left: image50x50,
16
+ pos_top_center: image50x50,
17
+ pos_top_right: image50x50,
18
+ pos_center_left: image50x50,
19
+ pos_center_center: image50x50,
20
+ pos_center_right: image50x50,
21
+ pos_bottom_left: image50x50,
22
+ pos_bottom_center: image50x50,
23
+ pos_bottom_right: image50x50
24
+ )
25
+
26
+ report.page.item(:overflow).src = image200x100
27
+ report.page[:thinreports_logo] = open('http://www.thinreports.org/assets/logos/thinreports-logo.png')
28
+
29
+ report.page.list(:list) do |list|
30
+ 3.times { list.add_row in_list: image50x50 }
31
+ end
32
+
33
+ assert_pdf report.generate
34
+ end
35
+ end
@@ -0,0 +1,659 @@
1
+ %PDF-1.3
2
+ %����
3
+ 1 0 obj
4
+ << /CreationDate (D:20181106102142+09'00')
5
+ /Creator <feff005400680069006e007200650070006f007200740073002000470065006e0065007200610074006f007200200066006f00720020005200750062007900200030002e00310030002e0032>
6
+ /Title <feff004c0069007300740020004500760065006e00740073>
7
+ /Producer <feff0050007200610077006e>
8
+ >>
9
+ endobj
10
+ 2 0 obj
11
+ << /Type /Catalog
12
+ /Pages 3 0 R
13
+ >>
14
+ endobj
15
+ 3 0 obj
16
+ << /Type /Pages
17
+ /Count 3
18
+ /Kids [7 0 R 15 0 R 17 0 R]
19
+ >>
20
+ endobj
21
+ 4 0 obj
22
+ << /Length 8
23
+ >>
24
+ stream
25
+ q
26
+ 0.9 w
27
+
28
+ endstream
29
+ endobj
30
+ 5 0 obj
31
+ << /Type /Page
32
+ /Parent 3 0 R
33
+ /MediaBox [0 0 612.0 792.0]
34
+ /CropBox [0 0 612.0 792.0]
35
+ /BleedBox [0 0 612.0 792.0]
36
+ /TrimBox [0 0 612.0 792.0]
37
+ /ArtBox [0 0 612.0 792.0]
38
+ /Contents 4 0 R
39
+ /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
40
+ >>
41
+ >>
42
+ endobj
43
+ 6 0 obj
44
+ << /Length 1298
45
+ >>
46
+ stream
47
+ q
48
+ 0.9 w
49
+ /Stamp1 Do
50
+ q
51
+ 1.00000 0.00000 0.00000 1.00000 0.00000 61.10000 cm
52
+ /Stamp2 Do
53
+ Q
54
+ q
55
+ 1.00000 0.00000 0.00000 1.00000 0.00000 61.10000 cm
56
+ q
57
+ /DeviceRGB cs
58
+ 0.0 0.0 0.0 scn
59
+
60
+ BT
61
+ 268.563 648.866 Td
62
+ /F2.0 18 Tf
63
+ [<5072> -15 <69636573>] TJ
64
+ ET
65
+
66
+ Q
67
+ Q
68
+ q
69
+ 1.00000 0.00000 0.00000 1.00000 0.00000 86.50000 cm
70
+ /Stamp3 Do
71
+ Q
72
+ q
73
+ 1.00000 0.00000 0.00000 1.00000 0.00000 86.50000 cm
74
+ q
75
+ /DeviceRGB cs
76
+ 0.0 0.0 0.0 scn
77
+
78
+ BT
79
+ 388.176 573.466 Td
80
+ /F2.0 18 Tf
81
+ [<313030>] TJ
82
+ ET
83
+
84
+ Q
85
+ Q
86
+ q
87
+ 1.00000 0.00000 0.00000 1.00000 0.00000 36.50000 cm
88
+ /Stamp3 Do
89
+ Q
90
+ q
91
+ 1.00000 0.00000 0.00000 1.00000 0.00000 36.50000 cm
92
+ q
93
+ /DeviceRGB cs
94
+ 0.0 0.0 0.0 scn
95
+
96
+ BT
97
+ 388.176 573.466 Td
98
+ /F2.0 18 Tf
99
+ [<323030>] TJ
100
+ ET
101
+
102
+ Q
103
+ Q
104
+ q
105
+ 1.00000 0.00000 0.00000 1.00000 0.00000 -13.50000 cm
106
+ /Stamp3 Do
107
+ Q
108
+ q
109
+ 1.00000 0.00000 0.00000 1.00000 0.00000 -13.50000 cm
110
+ q
111
+ /DeviceRGB cs
112
+ 0.0 0.0 0.0 scn
113
+
114
+ BT
115
+ 388.176 573.466 Td
116
+ /F2.0 18 Tf
117
+ [<323530>] TJ
118
+ ET
119
+
120
+ Q
121
+ Q
122
+ q
123
+ 1.00000 0.00000 0.00000 1.00000 0.00000 -63.50000 cm
124
+ /Stamp3 Do
125
+ Q
126
+ q
127
+ 1.00000 0.00000 0.00000 1.00000 0.00000 -63.50000 cm
128
+ q
129
+ /DeviceRGB cs
130
+ 0.0 0.0 0.0 scn
131
+
132
+ BT
133
+ 398.184 573.466 Td
134
+ /F2.0 18 Tf
135
+ [<3530>] TJ
136
+ ET
137
+
138
+ Q
139
+ Q
140
+ q
141
+ 1.00000 0.00000 0.00000 1.00000 0.00000 -38.10000 cm
142
+ /Stamp4 Do
143
+ Q
144
+ q
145
+ 1.00000 0.00000 0.00000 1.00000 0.00000 -38.10000 cm
146
+ q
147
+ /DeviceRGB cs
148
+ 0.0 0.0 0.0 scn
149
+
150
+ BT
151
+ 388.176 498.066 Td
152
+ /F2.0 18 Tf
153
+ [<363030>] TJ
154
+ ET
155
+
156
+ Q
157
+ Q
158
+ Q
159
+
160
+ endstream
161
+ endobj
162
+ 7 0 obj
163
+ << /Type /Page
164
+ /Parent 3 0 R
165
+ /MediaBox [0 0 595.28 841.89]
166
+ /CropBox [0 0 595.28 841.89]
167
+ /BleedBox [0 0 595.28 841.89]
168
+ /TrimBox [0 0 595.28 841.89]
169
+ /ArtBox [0 0 595.28 841.89]
170
+ /Contents 6 0 R
171
+ /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
172
+ /XObject << /Stamp1 8 0 R
173
+ /Stamp2 10 0 R
174
+ /Stamp3 12 0 R
175
+ /Stamp4 13 0 R
176
+ >>
177
+ /Font << /F2.0 11 0 R
178
+ >>
179
+ >>
180
+ >>
181
+ endobj
182
+ 8 0 obj
183
+ << /Type /XObject
184
+ /Subtype /Form
185
+ /BBox [0 0 595.28 841.89]
186
+ /Resources << /Font << /F1.0 9 0 R
187
+ >>
188
+ >>
189
+ /Length 230
190
+ >>
191
+ stream
192
+ q
193
+ /DeviceRGB cs
194
+ 0.0 0.0 0.0 scn
195
+ /DeviceRGB CS
196
+ 0.0 0.0 0.0 SCN
197
+ 0.9 w
198
+ 0 J
199
+ 0 j
200
+ [] 0 d
201
+ q
202
+ /DeviceRGB cs
203
+ 0.0 0.0 0.0 scn
204
+
205
+ BT
206
+ 150.529 778.011 Td
207
+ /F1.0 26 Tf
208
+ [<4c697374a04576> 15 <656e7473a0666f72a0302e38a06f72a0686967686572>] TJ
209
+ ET
210
+
211
+ Q
212
+ Q
213
+
214
+ endstream
215
+ endobj
216
+ 9 0 obj
217
+ << /Type /Font
218
+ /Subtype /Type1
219
+ /BaseFont /Times-Roman
220
+ /Encoding /WinAnsiEncoding
221
+ >>
222
+ endobj
223
+ 10 0 obj
224
+ << /Type /XObject
225
+ /Subtype /Form
226
+ /BBox [0 0 595.28 841.89]
227
+ /Length 156
228
+ >>
229
+ stream
230
+ q
231
+ /DeviceRGB cs
232
+ 0.0 0.0 0.0 scn
233
+ /DeviceRGB CS
234
+ 0.0 0.0 0.0 SCN
235
+ 0.9 w
236
+ 0 J
237
+ 0 j
238
+ [] 0 d
239
+ q
240
+ 0.9 w
241
+ /DeviceRGB CS
242
+ 0.0 0.0 0.0 SCN
243
+ 20.0 627.79 m
244
+ 575.2 627.79 l
245
+ S
246
+ Q
247
+ Q
248
+
249
+ endstream
250
+ endobj
251
+ 11 0 obj
252
+ << /Type /Font
253
+ /Subtype /Type1
254
+ /BaseFont /Helvetica
255
+ /Encoding /WinAnsiEncoding
256
+ >>
257
+ endobj
258
+ 12 0 obj
259
+ << /Type /XObject
260
+ /Subtype /Form
261
+ /BBox [0 0 595.28 841.89]
262
+ /Length 156
263
+ >>
264
+ stream
265
+ q
266
+ /DeviceRGB cs
267
+ 0.0 0.0 0.0 scn
268
+ /DeviceRGB CS
269
+ 0.0 0.0 0.0 SCN
270
+ 0.9 w
271
+ 0 J
272
+ 0 j
273
+ [] 0 d
274
+ q
275
+ 0.9 w
276
+ /DeviceRGB CS
277
+ 0.0 0.0 0.0 SCN
278
+ 20.0 552.39 m
279
+ 575.2 552.39 l
280
+ S
281
+ Q
282
+ Q
283
+
284
+ endstream
285
+ endobj
286
+ 13 0 obj
287
+ << /Type /XObject
288
+ /Subtype /Form
289
+ /BBox [0 0 595.28 841.89]
290
+ /Resources << /Font << /F2.0 11 0 R
291
+ >>
292
+ >>
293
+ /Length 275
294
+ >>
295
+ stream
296
+ q
297
+ /DeviceRGB cs
298
+ 0.0 0.0 0.0 scn
299
+ /DeviceRGB CS
300
+ 0.0 0.0 0.0 SCN
301
+ 0.9 w
302
+ 0 J
303
+ 0 j
304
+ [] 0 d
305
+ q
306
+ 0.9 w
307
+ /DeviceRGB CS
308
+ 0.0 0.0 0.0 SCN
309
+ 20.0 476.99 m
310
+ 575.2 476.99 l
311
+ S
312
+ Q
313
+ q
314
+ /DeviceRGB cs
315
+ 0.0 0.0 0.0 scn
316
+
317
+ BT
318
+ 77.484 497.502 Td
319
+ /F2.0 16 Tf
320
+ [<50> 40 <616765a0> 50 <54> 120 <6f74616c>] TJ
321
+ ET
322
+
323
+ Q
324
+ Q
325
+
326
+ endstream
327
+ endobj
328
+ 14 0 obj
329
+ << /Length 1294
330
+ >>
331
+ stream
332
+ q
333
+ 0.9 w
334
+ /Stamp1 Do
335
+ q
336
+ 1.00000 0.00000 0.00000 1.00000 0.00000 61.10000 cm
337
+ /Stamp2 Do
338
+ Q
339
+ q
340
+ 1.00000 0.00000 0.00000 1.00000 0.00000 61.10000 cm
341
+ q
342
+ /DeviceRGB cs
343
+ 0.0 0.0 0.0 scn
344
+
345
+ BT
346
+ 268.563 648.866 Td
347
+ /F2.0 18 Tf
348
+ [<5072> -15 <69636573>] TJ
349
+ ET
350
+
351
+ Q
352
+ Q
353
+ q
354
+ 1.00000 0.00000 0.00000 1.00000 0.00000 86.50000 cm
355
+ /Stamp3 Do
356
+ Q
357
+ q
358
+ 1.00000 0.00000 0.00000 1.00000 0.00000 86.50000 cm
359
+ q
360
+ /DeviceRGB cs
361
+ 0.0 0.0 0.0 scn
362
+
363
+ BT
364
+ 388.176 573.466 Td
365
+ /F2.0 18 Tf
366
+ [<313030>] TJ
367
+ ET
368
+
369
+ Q
370
+ Q
371
+ q
372
+ 1.00000 0.00000 0.00000 1.00000 0.00000 36.50000 cm
373
+ /Stamp3 Do
374
+ Q
375
+ q
376
+ 1.00000 0.00000 0.00000 1.00000 0.00000 36.50000 cm
377
+ q
378
+ /DeviceRGB cs
379
+ 0.0 0.0 0.0 scn
380
+
381
+ BT
382
+ 398.184 573.466 Td
383
+ /F2.0 18 Tf
384
+ [<3230>] TJ
385
+ ET
386
+
387
+ Q
388
+ Q
389
+ q
390
+ 1.00000 0.00000 0.00000 1.00000 0.00000 -13.50000 cm
391
+ /Stamp3 Do
392
+ Q
393
+ q
394
+ 1.00000 0.00000 0.00000 1.00000 0.00000 -13.50000 cm
395
+ q
396
+ /DeviceRGB cs
397
+ 0.0 0.0 0.0 scn
398
+
399
+ BT
400
+ 398.184 573.466 Td
401
+ /F2.0 18 Tf
402
+ [<3330>] TJ
403
+ ET
404
+
405
+ Q
406
+ Q
407
+ q
408
+ 1.00000 0.00000 0.00000 1.00000 0.00000 -63.50000 cm
409
+ /Stamp3 Do
410
+ Q
411
+ q
412
+ 1.00000 0.00000 0.00000 1.00000 0.00000 -63.50000 cm
413
+ q
414
+ /DeviceRGB cs
415
+ 0.0 0.0 0.0 scn
416
+
417
+ BT
418
+ 398.184 573.466 Td
419
+ /F2.0 18 Tf
420
+ [<3530>] TJ
421
+ ET
422
+
423
+ Q
424
+ Q
425
+ q
426
+ 1.00000 0.00000 0.00000 1.00000 0.00000 -38.10000 cm
427
+ /Stamp4 Do
428
+ Q
429
+ q
430
+ 1.00000 0.00000 0.00000 1.00000 0.00000 -38.10000 cm
431
+ q
432
+ /DeviceRGB cs
433
+ 0.0 0.0 0.0 scn
434
+
435
+ BT
436
+ 388.176 498.066 Td
437
+ /F2.0 18 Tf
438
+ [<323030>] TJ
439
+ ET
440
+
441
+ Q
442
+ Q
443
+ Q
444
+
445
+ endstream
446
+ endobj
447
+ 15 0 obj
448
+ << /Type /Page
449
+ /Parent 3 0 R
450
+ /MediaBox [0 0 595.28 841.89]
451
+ /CropBox [0 0 595.28 841.89]
452
+ /BleedBox [0 0 595.28 841.89]
453
+ /TrimBox [0 0 595.28 841.89]
454
+ /ArtBox [0 0 595.28 841.89]
455
+ /Contents 14 0 R
456
+ /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
457
+ /XObject << /Stamp1 8 0 R
458
+ /Stamp2 10 0 R
459
+ /Stamp3 12 0 R
460
+ /Stamp4 13 0 R
461
+ >>
462
+ /Font << /F2.0 11 0 R
463
+ >>
464
+ >>
465
+ >>
466
+ endobj
467
+ 16 0 obj
468
+ << /Length 1088
469
+ >>
470
+ stream
471
+ q
472
+ 0.9 w
473
+ /Stamp1 Do
474
+ q
475
+ 1.00000 0.00000 0.00000 1.00000 0.00000 61.10000 cm
476
+ /Stamp2 Do
477
+ Q
478
+ q
479
+ 1.00000 0.00000 0.00000 1.00000 0.00000 61.10000 cm
480
+ q
481
+ /DeviceRGB cs
482
+ 0.0 0.0 0.0 scn
483
+
484
+ BT
485
+ 268.563 648.866 Td
486
+ /F2.0 18 Tf
487
+ [<5072> -15 <69636573>] TJ
488
+ ET
489
+
490
+ Q
491
+ Q
492
+ q
493
+ 1.00000 0.00000 0.00000 1.00000 0.00000 86.50000 cm
494
+ /Stamp3 Do
495
+ Q
496
+ q
497
+ 1.00000 0.00000 0.00000 1.00000 0.00000 86.50000 cm
498
+ q
499
+ /DeviceRGB cs
500
+ 0.0 0.0 0.0 scn
501
+
502
+ BT
503
+ 388.176 573.466 Td
504
+ /F2.0 18 Tf
505
+ [<313030>] TJ
506
+ ET
507
+
508
+ Q
509
+ Q
510
+ q
511
+ 1.00000 0.00000 0.00000 1.00000 0.00000 36.50000 cm
512
+ /Stamp3 Do
513
+ Q
514
+ q
515
+ 1.00000 0.00000 0.00000 1.00000 0.00000 36.50000 cm
516
+ q
517
+ /DeviceRGB cs
518
+ 0.0 0.0 0.0 scn
519
+
520
+ BT
521
+ 388.176 573.466 Td
522
+ /F2.0 18 Tf
523
+ [<313030>] TJ
524
+ ET
525
+
526
+ Q
527
+ Q
528
+ q
529
+ 1.00000 0.00000 0.00000 1.00000 0.00000 61.90000 cm
530
+ /Stamp4 Do
531
+ Q
532
+ q
533
+ 1.00000 0.00000 0.00000 1.00000 0.00000 61.90000 cm
534
+ q
535
+ /DeviceRGB cs
536
+ 0.0 0.0 0.0 scn
537
+
538
+ BT
539
+ 388.176 498.066 Td
540
+ /F2.0 18 Tf
541
+ [<323030>] TJ
542
+ ET
543
+
544
+ Q
545
+ Q
546
+ q
547
+ 1.00000 0.00000 0.00000 1.00000 0.00000 68.50000 cm
548
+ /Stamp5 Do
549
+ Q
550
+ q
551
+ 1.00000 0.00000 0.00000 1.00000 0.00000 68.50000 cm
552
+ q
553
+ /DeviceRGB cs
554
+ 0.0 0.0 0.0 scn
555
+
556
+ BT
557
+ 373.164 441.466 Td
558
+ /F2.0 18 Tf
559
+ [<312c303030>] TJ
560
+ ET
561
+
562
+ Q
563
+ Q
564
+ Q
565
+
566
+ endstream
567
+ endobj
568
+ 17 0 obj
569
+ << /Type /Page
570
+ /Parent 3 0 R
571
+ /MediaBox [0 0 595.28 841.89]
572
+ /CropBox [0 0 595.28 841.89]
573
+ /BleedBox [0 0 595.28 841.89]
574
+ /TrimBox [0 0 595.28 841.89]
575
+ /ArtBox [0 0 595.28 841.89]
576
+ /Contents 16 0 R
577
+ /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
578
+ /XObject << /Stamp1 8 0 R
579
+ /Stamp2 10 0 R
580
+ /Stamp3 12 0 R
581
+ /Stamp4 13 0 R
582
+ /Stamp5 18 0 R
583
+ >>
584
+ /Font << /F2.0 11 0 R
585
+ >>
586
+ >>
587
+ >>
588
+ endobj
589
+ 18 0 obj
590
+ << /Type /XObject
591
+ /Subtype /Form
592
+ /BBox [0 0 595.28 841.89]
593
+ /Resources << /Font << /F2.0 11 0 R
594
+ >>
595
+ >>
596
+ /Length 254
597
+ >>
598
+ stream
599
+ q
600
+ /DeviceRGB cs
601
+ 0.0 0.0 0.0 scn
602
+ /DeviceRGB CS
603
+ 0.0 0.0 0.0 SCN
604
+ 0.9 w
605
+ 0 J
606
+ 0 j
607
+ [] 0 d
608
+ q
609
+ 0.9 w
610
+ /DeviceRGB CS
611
+ 0.0 0.0 0.0 SCN
612
+ 20.0 420.39 m
613
+ 575.2 420.39 l
614
+ S
615
+ Q
616
+ q
617
+ /DeviceRGB cs
618
+ 0.0 0.0 0.0 scn
619
+
620
+ BT
621
+ 117.852 440.902 Td
622
+ /F2.0 16 Tf
623
+ [<54> 120 <6f74616c>] TJ
624
+ ET
625
+
626
+ Q
627
+ Q
628
+
629
+ endstream
630
+ endobj
631
+ xref
632
+ 0 19
633
+ 0000000000 65535 f
634
+ 0000000015 00000 n
635
+ 0000000335 00000 n
636
+ 0000000384 00000 n
637
+ 0000000455 00000 n
638
+ 0000000512 00000 n
639
+ 0000000774 00000 n
640
+ 0000002124 00000 n
641
+ 0000002495 00000 n
642
+ 0000002873 00000 n
643
+ 0000002972 00000 n
644
+ 0000003236 00000 n
645
+ 0000003334 00000 n
646
+ 0000003598 00000 n
647
+ 0000004023 00000 n
648
+ 0000005370 00000 n
649
+ 0000005743 00000 n
650
+ 0000006884 00000 n
651
+ 0000007272 00000 n
652
+ trailer
653
+ << /Size 19
654
+ /Root 2 0 R
655
+ /Info 1 0 R
656
+ >>
657
+ startxref
658
+ 7676
659
+ %%EOF