thinreports 0.10.3 → 0.11.0

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 (150) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +39 -0
  3. data/CHANGELOG.md +20 -0
  4. data/Dockerfile +12 -0
  5. data/Gemfile +5 -0
  6. data/README.md +37 -13
  7. data/Rakefile +1 -0
  8. data/lib/thinreports/core/shape/image_block.rb +1 -1
  9. data/lib/thinreports/core/shape/list.rb +1 -1
  10. data/lib/thinreports/core/shape/page_number.rb +1 -1
  11. data/lib/thinreports/core/shape/text.rb +1 -1
  12. data/lib/thinreports/core/shape/text_block.rb +1 -1
  13. data/lib/thinreports/core/shape/text_block/formatter/number.rb +6 -1
  14. data/lib/thinreports/core/shape/text_block/internal.rb +0 -2
  15. data/lib/thinreports/generator/pdf/prawn_ext/width_of.rb +6 -0
  16. data/lib/thinreports/layout/base.rb +1 -1
  17. data/lib/thinreports/layout/version.rb +1 -1
  18. data/lib/thinreports/report/internal.rb +2 -0
  19. data/lib/thinreports/version.rb +1 -1
  20. data/thinreports.gemspec +5 -9
  21. metadata +6 -204
  22. data/.travis.yml +0 -32
  23. data/test/data/font.ttf +0 -0
  24. data/test/data/image_normal.jpg +0 -0
  25. data/test/data/image_normal.png +0 -0
  26. data/test/data/image_normal_jpg_noext +0 -0
  27. data/test/data/image_normal_png_noext +0 -0
  28. data/test/data/image_pallete_based.png +0 -0
  29. data/test/data/legacy_layout/all-items.tlf +0 -1
  30. data/test/features/dynamic_style/expect.pdf +0 -3714
  31. data/test/features/dynamic_style/image.png +0 -0
  32. data/test/features/dynamic_style/templates/styles.tlf +0 -1835
  33. data/test/features/dynamic_style/templates/styles_in_list.tlf +0 -344
  34. data/test/features/dynamic_style/test_dynamic_style.rb +0 -152
  35. data/test/features/eudc/eudc.ttf +0 -0
  36. data/test/features/eudc/expect.pdf +0 -0
  37. data/test/features/eudc/template.tlf +0 -180
  38. data/test/features/eudc/test_eudc.rb +0 -27
  39. data/test/features/feature_test.rb +0 -58
  40. data/test/features/graphics/expect.pdf +0 -475
  41. data/test/features/graphics/template.tlf +0 -309
  42. data/test/features/graphics/test_graphics.rb +0 -12
  43. data/test/features/hidden_item/expect.pdf +0 -0
  44. data/test/features/hidden_item/template.tlf +0 -449
  45. data/test/features/hidden_item/test_hidden_item.rb +0 -12
  46. data/test/features/image_block/expect.pdf +0 -0
  47. data/test/features/image_block/img200x100.png +0 -0
  48. data/test/features/image_block/img50x50.png +0 -0
  49. data/test/features/image_block/template.tlf +0 -661
  50. data/test/features/image_block/test_image_block.rb +0 -35
  51. data/test/features/list_events/expect.pdf +0 -659
  52. data/test/features/list_events/template.tlf +0 -361
  53. data/test/features/list_events/test_list_events.rb +0 -36
  54. data/test/features/list_manually/expect.pdf +0 -599
  55. data/test/features/list_manually/template.tlf +0 -132
  56. data/test/features/list_manually/test_list_manually.rb +0 -25
  57. data/test/features/page_number/expect.pdf +0 -400
  58. data/test/features/page_number/template.tlf +0 -215
  59. data/test/features/page_number/test_page_number.rb +0 -24
  60. data/test/features/page_number_with_list/expect.pdf +0 -721
  61. data/test/features/page_number_with_list/template.tlf +0 -254
  62. data/test/features/page_number_with_list/test_page_number_with_list.rb +0 -21
  63. data/test/features/palleted_png/expect.pdf +0 -0
  64. data/test/features/palleted_png/palleted_png.png +0 -0
  65. data/test/features/palleted_png/template.tlf +0 -47
  66. data/test/features/palleted_png/test_palleted_png.rb +0 -14
  67. data/test/features/report_callbacks/expect.pdf +0 -169
  68. data/test/features/report_callbacks/template.tlf +0 -147
  69. data/test/features/report_callbacks/test_report_callbacks.rb +0 -18
  70. data/test/features/text_align/expect.pdf +0 -0
  71. data/test/features/text_align/template.tlf +0 -241
  72. data/test/features/text_align/test_text_align.rb +0 -12
  73. data/test/features/text_block_overflow/expect.pdf +0 -0
  74. data/test/features/text_block_overflow/template.tlf +0 -538
  75. data/test/features/text_block_overflow/test_text_block_overflow.rb +0 -25
  76. data/test/features/text_block_singleline/expect.pdf +0 -0
  77. data/test/features/text_block_singleline/template.tlf +0 -170
  78. data/test/features/text_block_singleline/test_text_block_singleline.rb +0 -15
  79. data/test/features/text_block_style/expect.pdf +0 -1391
  80. data/test/features/text_block_style/templates/basic_styles.tlf +0 -889
  81. data/test/features/text_block_style/templates/font_size.tlf +0 -383
  82. data/test/features/text_block_style/test_text_block_style.rb +0 -47
  83. data/test/features/text_character_spacing/expect.pdf +0 -0
  84. data/test/features/text_character_spacing/template.tlf +0 -293
  85. data/test/features/text_character_spacing/test_text_character_spacing.rb +0 -12
  86. data/test/features/text_word_wrap/expect.pdf +0 -0
  87. data/test/features/text_word_wrap/template.tlf +0 -297
  88. data/test/features/text_word_wrap/test_text_word_wrap.rb +0 -30
  89. data/test/schema_helper.rb +0 -122
  90. data/test/test_helper.rb +0 -39
  91. data/test/units/core/format/test_base.rb +0 -152
  92. data/test/units/core/shape/base/test_internal.rb +0 -87
  93. data/test/units/core/shape/basic/test_block_format.rb +0 -23
  94. data/test/units/core/shape/basic/test_block_interface.rb +0 -29
  95. data/test/units/core/shape/basic/test_block_internal.rb +0 -55
  96. data/test/units/core/shape/basic/test_format.rb +0 -37
  97. data/test/units/core/shape/basic/test_interface.rb +0 -108
  98. data/test/units/core/shape/basic/test_internal.rb +0 -55
  99. data/test/units/core/shape/image_block/test_interface.rb +0 -24
  100. data/test/units/core/shape/image_block/test_internal.rb +0 -31
  101. data/test/units/core/shape/list/test_format.rb +0 -111
  102. data/test/units/core/shape/list/test_manager.rb +0 -67
  103. data/test/units/core/shape/list/test_page.rb +0 -156
  104. data/test/units/core/shape/list/test_page_state.rb +0 -31
  105. data/test/units/core/shape/list/test_section_format.rb +0 -36
  106. data/test/units/core/shape/list/test_section_interface.rb +0 -75
  107. data/test/units/core/shape/list/test_section_internal.rb +0 -50
  108. data/test/units/core/shape/manager/test_format.rb +0 -38
  109. data/test/units/core/shape/manager/test_internal.rb +0 -132
  110. data/test/units/core/shape/manager/test_target.rb +0 -140
  111. data/test/units/core/shape/page_number/test_format.rb +0 -55
  112. data/test/units/core/shape/page_number/test_interface.rb +0 -33
  113. data/test/units/core/shape/page_number/test_internal.rb +0 -81
  114. data/test/units/core/shape/styles/test_base.rb +0 -191
  115. data/test/units/core/shape/styles/test_basic.rb +0 -24
  116. data/test/units/core/shape/styles/test_graphic.rb +0 -50
  117. data/test/units/core/shape/styles/test_text.rb +0 -97
  118. data/test/units/core/shape/text/test_format.rb +0 -44
  119. data/test/units/core/shape/text/test_internal.rb +0 -20
  120. data/test/units/core/shape/text_block/formatter/test_basic.rb +0 -24
  121. data/test/units/core/shape/text_block/formatter/test_datetime.rb +0 -49
  122. data/test/units/core/shape/text_block/formatter/test_number.rb +0 -76
  123. data/test/units/core/shape/text_block/formatter/test_padding.rb +0 -77
  124. data/test/units/core/shape/text_block/test_format.rb +0 -169
  125. data/test/units/core/shape/text_block/test_formatter.rb +0 -28
  126. data/test/units/core/shape/text_block/test_interface.rb +0 -63
  127. data/test/units/core/shape/text_block/test_internal.rb +0 -128
  128. data/test/units/core/test_shape.rb +0 -52
  129. data/test/units/core/test_utils.rb +0 -68
  130. data/test/units/generator/pdf/document/graphics/test_attributes.rb +0 -135
  131. data/test/units/generator/pdf/document/graphics/test_basic.rb +0 -46
  132. data/test/units/generator/pdf/document/graphics/test_image.rb +0 -46
  133. data/test/units/generator/pdf/document/graphics/test_text.rb +0 -171
  134. data/test/units/generator/pdf/document/test_font.rb +0 -110
  135. data/test/units/generator/pdf/document/test_graphics.rb +0 -42
  136. data/test/units/generator/pdf/document/test_page.rb +0 -122
  137. data/test/units/generator/pdf/document/test_parse_color.rb +0 -30
  138. data/test/units/generator/pdf/prawn_ext/test_calc_image_dimensions.rb +0 -41
  139. data/test/units/generator/pdf/prawn_ext/test_width_of.rb +0 -22
  140. data/test/units/generator/pdf/test_document.rb +0 -22
  141. data/test/units/generator/test_pdf.rb +0 -26
  142. data/test/units/layout/test_base.rb +0 -41
  143. data/test/units/layout/test_format.rb +0 -100
  144. data/test/units/layout/test_legacy_schema.rb +0 -576
  145. data/test/units/layout/test_version.rb +0 -26
  146. data/test/units/report/test_base.rb +0 -248
  147. data/test/units/report/test_internal.rb +0 -206
  148. data/test/units/test_config.rb +0 -36
  149. data/test/units/test_layout.rb +0 -12
  150. data/test/units/test_report.rb +0 -18
@@ -1,254 +0,0 @@
1
- {
2
- "version": "0.9.0",
3
- "items": [
4
- {
5
- "id": "default",
6
- "type": "list",
7
- "display": true,
8
- "description": "",
9
- "x": 20,
10
- "y": 109,
11
- "width": 555.2,
12
- "height": 390.2,
13
- "header": {
14
- "enabled": true,
15
- "height": 58.1,
16
- "translate": {
17
- "x": 0,
18
- "y": 0
19
- },
20
- "items": [
21
- {
22
- "id": "",
23
- "type": "line",
24
- "display": true,
25
- "description": "",
26
- "style": {
27
- "border-color": "#000000",
28
- "border-width": 1,
29
- "border-style": "solid"
30
- },
31
- "x1": 20,
32
- "y1": 167.1,
33
- "x2": 575.2,
34
- "y2": 167.1
35
- },
36
- {
37
- "id": "",
38
- "type": "text",
39
- "display": true,
40
- "description": "",
41
- "x": 197.6,
42
- "y": 125.6,
43
- "width": 200,
44
- "height": 25.1,
45
- "style": {
46
- "font-family": [
47
- "Helvetica"
48
- ],
49
- "font-size": 18,
50
- "color": "#000000",
51
- "text-align": "center",
52
- "vertical-align": "middle",
53
- "line-height": "",
54
- "line-height-ratio": "",
55
- "letter-spacing": "",
56
- "font-style": []
57
- },
58
- "texts": [
59
- "Header"
60
- ]
61
- }
62
- ]
63
- },
64
- "detail": {
65
- "height": 52.9,
66
- "translate": {
67
- "x": 0,
68
- "y": -19.9
69
- },
70
- "items": [
71
- {
72
- "id": "",
73
- "type": "line",
74
- "display": true,
75
- "description": "",
76
- "style": {
77
- "border-color": "#000000",
78
- "border-width": 1,
79
- "border-style": "solid"
80
- },
81
- "x1": 20,
82
- "y1": 239.9,
83
- "x2": 575.2,
84
- "y2": 239.9
85
- },
86
- {
87
- "id": "",
88
- "type": "text",
89
- "display": true,
90
- "description": "",
91
- "x": 197.6,
92
- "y": 203.6,
93
- "width": 200,
94
- "height": 25.1,
95
- "style": {
96
- "font-family": [
97
- "Helvetica"
98
- ],
99
- "font-size": 18,
100
- "color": "#000000",
101
- "text-align": "center",
102
- "vertical-align": "middle",
103
- "line-height": "",
104
- "line-height-ratio": "",
105
- "letter-spacing": "",
106
- "font-style": []
107
- },
108
- "texts": [
109
- "Detail"
110
- ]
111
- }
112
- ]
113
- },
114
- "page-footer": {
115
- "enabled": false,
116
- "height": 0,
117
- "translate": {
118
- "x": 0,
119
- "y": -45
120
- },
121
- "items": []
122
- },
123
- "footer": {
124
- "enabled": false,
125
- "height": 0,
126
- "translate": {
127
- "x": 0,
128
- "y": -103.5
129
- },
130
- "items": []
131
- },
132
- "content-height": 332.09999999999997,
133
- "auto-page-break": true
134
- },
135
- {
136
- "id": "",
137
- "type": "page-number",
138
- "display": true,
139
- "description": "",
140
- "x": 273.1,
141
- "y": 756.3,
142
- "width": 186,
143
- "height": 17,
144
- "style": {
145
- "font-family": [
146
- "Helvetica"
147
- ],
148
- "font-size": 18,
149
- "color": "#000000",
150
- "text-align": "left",
151
- "letter-spacing": "",
152
- "font-style": [],
153
- "overflow": "truncate"
154
- },
155
- "format": "{page} / {total}",
156
- "target": ""
157
- },
158
- {
159
- "id": "",
160
- "type": "page-number",
161
- "display": true,
162
- "description": "",
163
- "x": 434.1,
164
- "y": 69,
165
- "width": 141.1,
166
- "height": 17,
167
- "style": {
168
- "font-family": [
169
- "Helvetica"
170
- ],
171
- "font-size": 18,
172
- "color": "#000000",
173
- "text-align": "right",
174
- "letter-spacing": "",
175
- "font-style": [],
176
- "overflow": "truncate"
177
- },
178
- "format": "{page} / {total}",
179
- "target": "default"
180
- },
181
- {
182
- "id": "",
183
- "type": "text",
184
- "display": true,
185
- "description": "",
186
- "x": 115,
187
- "y": 755,
188
- "width": 150.1,
189
- "height": 18.5,
190
- "style": {
191
- "font-family": [
192
- "Helvetica"
193
- ],
194
- "font-size": 16,
195
- "color": "#000000",
196
- "text-align": "right",
197
- "vertical-align": "top",
198
- "line-height": "",
199
- "line-height-ratio": "",
200
- "letter-spacing": "",
201
- "font-style": []
202
- },
203
- "texts": [
204
- "Report PageNo:"
205
- ]
206
- },
207
- {
208
- "id": "group_no",
209
- "type": "text-block",
210
- "display": true,
211
- "description": "",
212
- "x": 20,
213
- "y": 69,
214
- "width": 142.1,
215
- "height": 17,
216
- "style": {
217
- "font-family": [
218
- "Helvetica"
219
- ],
220
- "font-size": 18,
221
- "color": "#000000",
222
- "text-align": "left",
223
- "vertical-align": "top",
224
- "line-height": "",
225
- "line-height-ratio": "",
226
- "letter-spacing": "",
227
- "font-style": [],
228
- "overflow": "truncate",
229
- "word-wrap": "break-word"
230
- },
231
- "reference-id": "",
232
- "value": "",
233
- "multiple-line": false,
234
- "format": {
235
- "base": "",
236
- "type": ""
237
- }
238
- }
239
- ],
240
- "state": {
241
- "layout-guides": []
242
- },
243
- "title": "",
244
- "report": {
245
- "paper-type": "A4",
246
- "orientation": "portrait",
247
- "margin": [
248
- 20,
249
- 20,
250
- 20,
251
- 20
252
- ]
253
- }
254
- }
@@ -1,21 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'feature_test'
4
-
5
- class TestPageNumberWithList < FeatureTest
6
- feature :page_number_with_list do
7
- report = Thinreports::Report.new layout: template_path
8
-
9
- report.start_new_page
10
- report.page.item(:group_no).value('Group A')
11
-
12
- 10.times { report.list.add_row }
13
-
14
- report.start_new_page
15
- report.page.item(:group_no).value('Group B')
16
-
17
- 20.times { report.list.add_row }
18
-
19
- assert_pdf report.generate
20
- end
21
- end
@@ -1,47 +0,0 @@
1
- {
2
- "version": "0.9.0",
3
- "items": [
4
- {
5
- "id": "",
6
- "type": "image",
7
- "display": true,
8
- "description": "",
9
- "x": 20,
10
- "y": 20,
11
- "width": 200,
12
- "height": 200,
13
- "data": {
14
- "mime-type": "image/png",
15
- "base64": "iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEX/AAD/AAD/AAD/AAD////Icf73AAAAA3RSTlO/fz8qtTX3AAAAAWJLR0QEj2jZUQAAAAlwSFlzAAALEwAACxMBAJqcGAAAAMtJREFUeNrtzwERgEAAw7AH/HtGBr2RKGjPM+J8HWDESJyRGiM1RmqM1BipMVJjpMZIjZEaIzVGaozUGKkxUmOkxkiNkRojNUZqjNQYqTFSszMCAAAAAAAAAAAA/3SNMFJjpMZIjZEaIzVGaozUGKkxUmOkxkiNkRojNUZqjNQYqTFSY6TGSI2RGiM1RmqM1Bip2Rm5RxipMVJjpMZIjZEaIzVGaozUGKkxUmOkxkiNkRojNUZqjNQYqTFSY6TGSI2RGiM1RmqM1MyMvMkE6mEsuD8jAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTEwLTA5VDEwOjM1OjI1KzAyOjAwxhRVNQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0xMC0wOVQxMDozNToyNSswMjowMLdJ7YkAAAAASUVORK5CYII="
16
- }
17
- },
18
- {
19
- "id": "image",
20
- "type": "image-block",
21
- "display": true,
22
- "description": "",
23
- "x": 278.2,
24
- "y": 20,
25
- "width": 266.7,
26
- "height": 223.7,
27
- "style": {
28
- "position-x": "left",
29
- "position-y": "top"
30
- }
31
- }
32
- ],
33
- "state": {
34
- "layout-guides": []
35
- },
36
- "title": "",
37
- "report": {
38
- "paper-type": "A4",
39
- "orientation": "portrait",
40
- "margin": [
41
- 20,
42
- 20,
43
- 20,
44
- 20
45
- ]
46
- }
47
- }
@@ -1,14 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'feature_test'
4
-
5
- class TestPalletedPng < FeatureTest
6
- feature :palleted_png do
7
- report = Thinreports::Report.new layout: template_path
8
- report.start_new_page do |page|
9
- page.item(:image).src = path_of('palleted_png.png')
10
- end
11
-
12
- assert_pdf report.generate
13
- end
14
- end
@@ -1,169 +0,0 @@
1
- %PDF-1.3
2
- %����
3
- 1 0 obj
4
- << /CreationDate (D:20181106102141+09'00')
5
- /Creator <feff005400680069006e007200650070006f007200740073002000470065006e0065007200610074006f007200200066006f00720020005200750062007900200030002e00310030002e0032>
6
- /Title <feff>
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 2
18
- /Kids [7 0 R 11 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 157
45
- >>
46
- stream
47
- q
48
- 0.9 w
49
- /Stamp1 Do
50
- q
51
- /DeviceRGB cs
52
- 0.0 0.0 0.0 scn
53
-
54
- BT
55
- 20.0 753.966 Td
56
- /F1.0 18 Tf
57
- [<52656e6465726564a062> 20 <79a06f6e5f706167655f637265617465>] TJ
58
- ET
59
-
60
- Q
61
- Q
62
-
63
- endstream
64
- endobj
65
- 7 0 obj
66
- << /Type /Page
67
- /Parent 3 0 R
68
- /MediaBox [0 0 595.28 841.89]
69
- /CropBox [0 0 595.28 841.89]
70
- /BleedBox [0 0 595.28 841.89]
71
- /TrimBox [0 0 595.28 841.89]
72
- /ArtBox [0 0 595.28 841.89]
73
- /Contents 6 0 R
74
- /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
75
- /XObject << /Stamp1 8 0 R
76
- >>
77
- /Font << /F1.0 9 0 R
78
- >>
79
- >>
80
- >>
81
- endobj
82
- 8 0 obj
83
- << /Type /XObject
84
- /Subtype /Form
85
- /BBox [0 0 595.28 841.89]
86
- /Length 85
87
- >>
88
- stream
89
- q
90
- /DeviceRGB cs
91
- 0.0 0.0 0.0 scn
92
- /DeviceRGB CS
93
- 0.0 0.0 0.0 SCN
94
- 0.9 w
95
- 0 J
96
- 0 j
97
- [] 0 d
98
- Q
99
-
100
- endstream
101
- endobj
102
- 9 0 obj
103
- << /Type /Font
104
- /Subtype /Type1
105
- /BaseFont /Helvetica
106
- /Encoding /WinAnsiEncoding
107
- >>
108
- endobj
109
- 10 0 obj
110
- << /Length 157
111
- >>
112
- stream
113
- q
114
- 0.9 w
115
- /Stamp1 Do
116
- q
117
- /DeviceRGB cs
118
- 0.0 0.0 0.0 scn
119
-
120
- BT
121
- 20.0 753.966 Td
122
- /F1.0 18 Tf
123
- [<52656e6465726564a062> 20 <79a06f6e5f706167655f637265617465>] TJ
124
- ET
125
-
126
- Q
127
- Q
128
-
129
- endstream
130
- endobj
131
- 11 0 obj
132
- << /Type /Page
133
- /Parent 3 0 R
134
- /MediaBox [0 0 595.28 841.89]
135
- /CropBox [0 0 595.28 841.89]
136
- /BleedBox [0 0 595.28 841.89]
137
- /TrimBox [0 0 595.28 841.89]
138
- /ArtBox [0 0 595.28 841.89]
139
- /Contents 10 0 R
140
- /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
141
- /XObject << /Stamp1 8 0 R
142
- >>
143
- /Font << /F1.0 9 0 R
144
- >>
145
- >>
146
- >>
147
- endobj
148
- xref
149
- 0 12
150
- 0000000000 65535 f
151
- 0000000015 00000 n
152
- 0000000291 00000 n
153
- 0000000340 00000 n
154
- 0000000404 00000 n
155
- 0000000461 00000 n
156
- 0000000723 00000 n
157
- 0000000931 00000 n
158
- 0000001256 00000 n
159
- 0000001447 00000 n
160
- 0000001544 00000 n
161
- 0000001753 00000 n
162
- trailer
163
- << /Size 12
164
- /Root 2 0 R
165
- /Info 1 0 R
166
- >>
167
- startxref
168
- 2080
169
- %%EOF