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.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +39 -0
- data/CHANGELOG.md +20 -0
- data/Dockerfile +12 -0
- data/Gemfile +5 -0
- data/README.md +37 -13
- data/Rakefile +1 -0
- data/lib/thinreports/core/shape/image_block.rb +1 -1
- data/lib/thinreports/core/shape/list.rb +1 -1
- data/lib/thinreports/core/shape/page_number.rb +1 -1
- data/lib/thinreports/core/shape/text.rb +1 -1
- data/lib/thinreports/core/shape/text_block.rb +1 -1
- data/lib/thinreports/core/shape/text_block/formatter/number.rb +6 -1
- data/lib/thinreports/core/shape/text_block/internal.rb +0 -2
- data/lib/thinreports/generator/pdf/prawn_ext/width_of.rb +6 -0
- data/lib/thinreports/layout/base.rb +1 -1
- data/lib/thinreports/layout/version.rb +1 -1
- data/lib/thinreports/report/internal.rb +2 -0
- data/lib/thinreports/version.rb +1 -1
- data/thinreports.gemspec +5 -9
- metadata +6 -204
- data/.travis.yml +0 -32
- data/test/data/font.ttf +0 -0
- data/test/data/image_normal.jpg +0 -0
- data/test/data/image_normal.png +0 -0
- data/test/data/image_normal_jpg_noext +0 -0
- data/test/data/image_normal_png_noext +0 -0
- data/test/data/image_pallete_based.png +0 -0
- data/test/data/legacy_layout/all-items.tlf +0 -1
- data/test/features/dynamic_style/expect.pdf +0 -3714
- data/test/features/dynamic_style/image.png +0 -0
- data/test/features/dynamic_style/templates/styles.tlf +0 -1835
- data/test/features/dynamic_style/templates/styles_in_list.tlf +0 -344
- data/test/features/dynamic_style/test_dynamic_style.rb +0 -152
- data/test/features/eudc/eudc.ttf +0 -0
- data/test/features/eudc/expect.pdf +0 -0
- data/test/features/eudc/template.tlf +0 -180
- data/test/features/eudc/test_eudc.rb +0 -27
- data/test/features/feature_test.rb +0 -58
- data/test/features/graphics/expect.pdf +0 -475
- data/test/features/graphics/template.tlf +0 -309
- data/test/features/graphics/test_graphics.rb +0 -12
- data/test/features/hidden_item/expect.pdf +0 -0
- data/test/features/hidden_item/template.tlf +0 -449
- data/test/features/hidden_item/test_hidden_item.rb +0 -12
- data/test/features/image_block/expect.pdf +0 -0
- data/test/features/image_block/img200x100.png +0 -0
- data/test/features/image_block/img50x50.png +0 -0
- data/test/features/image_block/template.tlf +0 -661
- data/test/features/image_block/test_image_block.rb +0 -35
- data/test/features/list_events/expect.pdf +0 -659
- data/test/features/list_events/template.tlf +0 -361
- data/test/features/list_events/test_list_events.rb +0 -36
- data/test/features/list_manually/expect.pdf +0 -599
- data/test/features/list_manually/template.tlf +0 -132
- data/test/features/list_manually/test_list_manually.rb +0 -25
- data/test/features/page_number/expect.pdf +0 -400
- data/test/features/page_number/template.tlf +0 -215
- data/test/features/page_number/test_page_number.rb +0 -24
- data/test/features/page_number_with_list/expect.pdf +0 -721
- data/test/features/page_number_with_list/template.tlf +0 -254
- data/test/features/page_number_with_list/test_page_number_with_list.rb +0 -21
- data/test/features/palleted_png/expect.pdf +0 -0
- data/test/features/palleted_png/palleted_png.png +0 -0
- data/test/features/palleted_png/template.tlf +0 -47
- data/test/features/palleted_png/test_palleted_png.rb +0 -14
- data/test/features/report_callbacks/expect.pdf +0 -169
- data/test/features/report_callbacks/template.tlf +0 -147
- data/test/features/report_callbacks/test_report_callbacks.rb +0 -18
- data/test/features/text_align/expect.pdf +0 -0
- data/test/features/text_align/template.tlf +0 -241
- data/test/features/text_align/test_text_align.rb +0 -12
- data/test/features/text_block_overflow/expect.pdf +0 -0
- data/test/features/text_block_overflow/template.tlf +0 -538
- data/test/features/text_block_overflow/test_text_block_overflow.rb +0 -25
- data/test/features/text_block_singleline/expect.pdf +0 -0
- data/test/features/text_block_singleline/template.tlf +0 -170
- data/test/features/text_block_singleline/test_text_block_singleline.rb +0 -15
- data/test/features/text_block_style/expect.pdf +0 -1391
- data/test/features/text_block_style/templates/basic_styles.tlf +0 -889
- data/test/features/text_block_style/templates/font_size.tlf +0 -383
- data/test/features/text_block_style/test_text_block_style.rb +0 -47
- data/test/features/text_character_spacing/expect.pdf +0 -0
- data/test/features/text_character_spacing/template.tlf +0 -293
- data/test/features/text_character_spacing/test_text_character_spacing.rb +0 -12
- data/test/features/text_word_wrap/expect.pdf +0 -0
- data/test/features/text_word_wrap/template.tlf +0 -297
- data/test/features/text_word_wrap/test_text_word_wrap.rb +0 -30
- data/test/schema_helper.rb +0 -122
- data/test/test_helper.rb +0 -39
- data/test/units/core/format/test_base.rb +0 -152
- data/test/units/core/shape/base/test_internal.rb +0 -87
- data/test/units/core/shape/basic/test_block_format.rb +0 -23
- data/test/units/core/shape/basic/test_block_interface.rb +0 -29
- data/test/units/core/shape/basic/test_block_internal.rb +0 -55
- data/test/units/core/shape/basic/test_format.rb +0 -37
- data/test/units/core/shape/basic/test_interface.rb +0 -108
- data/test/units/core/shape/basic/test_internal.rb +0 -55
- data/test/units/core/shape/image_block/test_interface.rb +0 -24
- data/test/units/core/shape/image_block/test_internal.rb +0 -31
- data/test/units/core/shape/list/test_format.rb +0 -111
- data/test/units/core/shape/list/test_manager.rb +0 -67
- data/test/units/core/shape/list/test_page.rb +0 -156
- data/test/units/core/shape/list/test_page_state.rb +0 -31
- data/test/units/core/shape/list/test_section_format.rb +0 -36
- data/test/units/core/shape/list/test_section_interface.rb +0 -75
- data/test/units/core/shape/list/test_section_internal.rb +0 -50
- data/test/units/core/shape/manager/test_format.rb +0 -38
- data/test/units/core/shape/manager/test_internal.rb +0 -132
- data/test/units/core/shape/manager/test_target.rb +0 -140
- data/test/units/core/shape/page_number/test_format.rb +0 -55
- data/test/units/core/shape/page_number/test_interface.rb +0 -33
- data/test/units/core/shape/page_number/test_internal.rb +0 -81
- data/test/units/core/shape/styles/test_base.rb +0 -191
- data/test/units/core/shape/styles/test_basic.rb +0 -24
- data/test/units/core/shape/styles/test_graphic.rb +0 -50
- data/test/units/core/shape/styles/test_text.rb +0 -97
- data/test/units/core/shape/text/test_format.rb +0 -44
- data/test/units/core/shape/text/test_internal.rb +0 -20
- data/test/units/core/shape/text_block/formatter/test_basic.rb +0 -24
- data/test/units/core/shape/text_block/formatter/test_datetime.rb +0 -49
- data/test/units/core/shape/text_block/formatter/test_number.rb +0 -76
- data/test/units/core/shape/text_block/formatter/test_padding.rb +0 -77
- data/test/units/core/shape/text_block/test_format.rb +0 -169
- data/test/units/core/shape/text_block/test_formatter.rb +0 -28
- data/test/units/core/shape/text_block/test_interface.rb +0 -63
- data/test/units/core/shape/text_block/test_internal.rb +0 -128
- data/test/units/core/test_shape.rb +0 -52
- data/test/units/core/test_utils.rb +0 -68
- data/test/units/generator/pdf/document/graphics/test_attributes.rb +0 -135
- data/test/units/generator/pdf/document/graphics/test_basic.rb +0 -46
- data/test/units/generator/pdf/document/graphics/test_image.rb +0 -46
- data/test/units/generator/pdf/document/graphics/test_text.rb +0 -171
- data/test/units/generator/pdf/document/test_font.rb +0 -110
- data/test/units/generator/pdf/document/test_graphics.rb +0 -42
- data/test/units/generator/pdf/document/test_page.rb +0 -122
- data/test/units/generator/pdf/document/test_parse_color.rb +0 -30
- data/test/units/generator/pdf/prawn_ext/test_calc_image_dimensions.rb +0 -41
- data/test/units/generator/pdf/prawn_ext/test_width_of.rb +0 -22
- data/test/units/generator/pdf/test_document.rb +0 -22
- data/test/units/generator/test_pdf.rb +0 -26
- data/test/units/layout/test_base.rb +0 -41
- data/test/units/layout/test_format.rb +0 -100
- data/test/units/layout/test_legacy_schema.rb +0 -576
- data/test/units/layout/test_version.rb +0 -26
- data/test/units/report/test_base.rb +0 -248
- data/test/units/report/test_internal.rb +0 -206
- data/test/units/test_config.rb +0 -36
- data/test/units/test_layout.rb +0 -12
- 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
|
|
Binary file
|
|
Binary file
|
|
@@ -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
|