hpdf 2.0.8-mswin32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. data/History +57 -0
  2. data/License +25 -0
  3. data/README +136 -0
  4. data/docs/annotation_handling.html +503 -0
  5. data/docs/api.css +115 -0
  6. data/docs/api_reference.html +112 -0
  7. data/docs/bindings.html +242 -0
  8. data/docs/compile_your_program.html +365 -0
  9. data/docs/default.css +115 -0
  10. data/docs/destination_handling.html +620 -0
  11. data/docs/document_handling.html +4751 -0
  12. data/docs/documentation.html +110 -0
  13. data/docs/encoder_handling.html +428 -0
  14. data/docs/error_handling.html +1609 -0
  15. data/docs/examples.html +702 -0
  16. data/docs/ext_gstate.html +407 -0
  17. data/docs/font_handling.html +669 -0
  18. data/docs/fonts.html +978 -0
  19. data/docs/graphics.html +1210 -0
  20. data/docs/handles.html +204 -0
  21. data/docs/how_to_use.html +371 -0
  22. data/docs/image/Thumbs.db +0 -0
  23. data/docs/image/character_map.png +0 -0
  24. data/docs/image/encoding_list.png +0 -0
  25. data/docs/image/extgtate.png +0 -0
  26. data/docs/image/figure1.png +0 -0
  27. data/docs/image/figure10.png +0 -0
  28. data/docs/image/figure11.png +0 -0
  29. data/docs/image/figure12.png +0 -0
  30. data/docs/image/figure13.png +0 -0
  31. data/docs/image/figure14.png +0 -0
  32. data/docs/image/figure15.png +0 -0
  33. data/docs/image/figure16.png +0 -0
  34. data/docs/image/figure17.png +0 -0
  35. data/docs/image/figure18.png +0 -0
  36. data/docs/image/figure19.png +0 -0
  37. data/docs/image/figure2.png +0 -0
  38. data/docs/image/figure20.png +0 -0
  39. data/docs/image/figure21.png +0 -0
  40. data/docs/image/figure22.png +0 -0
  41. data/docs/image/figure23.png +0 -0
  42. data/docs/image/figure24.png +0 -0
  43. data/docs/image/figure25.png +0 -0
  44. data/docs/image/figure26.png +0 -0
  45. data/docs/image/figure27.png +0 -0
  46. data/docs/image/figure28.png +0 -0
  47. data/docs/image/figure3.png +0 -0
  48. data/docs/image/figure4.png +0 -0
  49. data/docs/image/figure5.png +0 -0
  50. data/docs/image/figure6.png +0 -0
  51. data/docs/image/figure7.png +0 -0
  52. data/docs/image/figure8.png +0 -0
  53. data/docs/image/figure9.png +0 -0
  54. data/docs/image/font_demo.png +0 -0
  55. data/docs/image/harulogo.png +0 -0
  56. data/docs/image/image_demo.png +0 -0
  57. data/docs/image/jpfont_demo.png +0 -0
  58. data/docs/image/line_demo.png +0 -0
  59. data/docs/image/png_demo.png +0 -0
  60. data/docs/image/text_annot.png +0 -0
  61. data/docs/image/text_demo.png +0 -0
  62. data/docs/image/text_demo2.png +0 -0
  63. data/docs/image/tt_font.png +0 -0
  64. data/docs/image_handling.html +505 -0
  65. data/docs/index.html +305 -0
  66. data/docs/install.html +243 -0
  67. data/docs/outline_handling.html +229 -0
  68. data/docs/page_handling.html +2647 -0
  69. data/docs/page_operator.html +2640 -0
  70. data/docs/useful_links.html +203 -0
  71. data/examples/arc_demo.rb +82 -0
  72. data/examples/demo.rb +91 -0
  73. data/examples/encryption.rb +41 -0
  74. data/examples/ext_gstater_demo.rb +171 -0
  75. data/examples/font_demo.rb +67 -0
  76. data/examples/jpfont_demo.rb +122 -0
  77. data/examples/line_demo.rb +301 -0
  78. data/examples/slide_show_demo.rb +139 -0
  79. data/examples/text_demo2.rb +189 -0
  80. data/examples/ttfont_demo.rb +106 -0
  81. data/lib/hpdf.so +0 -0
  82. data/tests/arc_demo.rb +82 -0
  83. data/tests/demo.rb +91 -0
  84. data/tests/encryption.rb +41 -0
  85. data/tests/ext_gstater_demo.rb +171 -0
  86. data/tests/font_demo.rb +67 -0
  87. data/tests/line_demo.rb +301 -0
  88. data/tests/slide_show_demo.rb +139 -0
  89. data/tests/test_all_examples.rb +31 -0
  90. data/tests/text_demo2.rb +189 -0
  91. metadata +137 -0
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,505 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
2
+ <html lang="en">
3
+ <head>
4
+ <title>Haru Free PDF Library</title>
5
+ <meta http-equiv="Content-Type"
6
+ content="text/html; charset=iso-8859-1">
7
+ <link href="api.css" type="text/css" rel="stylesheet">
8
+ </head>
9
+ <body>
10
+ <div id="headcontainer">
11
+ <div class="head"><img alt="Haru Free PDF Library"
12
+ src="image/harulogo.png" style="width: 413px; height: 40px;"></div>
13
+ </div>
14
+ <div id="barcontainer">
15
+ <div class="buildbar"><a href="index.html">home</a> | <a
16
+ href="http://sourceforge.net/project/showfiles.php?group_id=83044">download</a>
17
+ |
18
+ <a href="documentation.html">documentation</a> | <a
19
+ href="examples.html">examples </a>| <a
20
+ href="http://sourceforge.net/projects/libharu/">sourceforge</a> |
21
+ <a href="http://sourceforge.net/forum/?group_id=83044">forums</a><br>
22
+ </div>
23
+ </div>
24
+ <div id="container">
25
+ <div id="mainpage">
26
+ <div id="ccol">
27
+ <h2>Image Functions<br>
28
+ </h2>
29
+ <h3><a name="HPDF_Image_GetSize_"></a>HPDF_Image_GetSize<br>
30
+ </h3>
31
+ <div class="bodytext1">
32
+ <div class="bodycode2"><span style="font-weight: bold;">#include</span>
33
+ "apdf.h"<br>
34
+ <br>
35
+ HPDF_Point<br>
36
+ HPDF_Image_GetSize (HPDF_Image&nbsp; image);<br>
37
+ <br>
38
+ </div>
39
+ <h4>Description<br>
40
+ </h4>
41
+ HPDF_Image_GetSize() gets the size of the image of an image object.<br>
42
+ <br>
43
+ <h4>Parameter</h4>
44
+ <span style="font-weight: bold;">image</span>
45
+ <div class="bodytext5">The handle of an image object.<br>
46
+ </div>
47
+ <br>
48
+ <h4>Returns</h4>
49
+ When HPDF_Image_GetSize() succeed, it returns a HPDF_Point struct which
50
+ includes the size of the image. Otherwise, it returns a HPDF_Point
51
+ struct whose value is (0, 0).<br>
52
+ </div>
53
+ <br>
54
+ <h3><a name="HPDF_Image_GetWidth_"></a>HPDF_Image_GetWidth<br>
55
+ </h3>
56
+ <div class="bodytext1">
57
+ <div class="bodycode2"><span style="font-weight: bold;">#include</span>
58
+ "apdf.h"<br>
59
+ <br>
60
+ HPDF_UINT<br>
61
+ HPDF_Image_GetWidth (HPDF_Image&nbsp; image);<br>
62
+ <br>
63
+ </div>
64
+ <h4>Description<br>
65
+ </h4>
66
+ HPDF_Image_GetWidth() gets the width of the image of an image object.<br>
67
+ <br>
68
+ <h4>Parameter</h4>
69
+ <span style="font-weight: bold;">image</span>
70
+ <div class="bodytext5">The handle of an image object.<br>
71
+ </div>
72
+ <br>
73
+ <h4>Returns</h4>
74
+ When HPDF_Image_GetWidth() succeed, it returns the width of the image.
75
+ Otherwise, it returns 0.<br>
76
+ </div>
77
+ <br>
78
+ <h3><a name="HPDF_Image_GetHeight_"></a>HPDF_Image_GetHeight<br>
79
+ </h3>
80
+ <div class="bodytext1">
81
+ <div class="bodycode2"><span style="font-weight: bold;">#include</span>
82
+ "apdf.h"<br>
83
+ <br>
84
+ HPDF_UINT<br>
85
+ HPDF_Image_GetHeight (HPDF_Image&nbsp; image);<br>
86
+ <br>
87
+ </div>
88
+ <h4>Description<br>
89
+ </h4>
90
+ HPDF_Image_GetHeight() gets the height of the image of an image object.<br>
91
+ <br>
92
+ <h4>Parameter</h4>
93
+ <span style="font-weight: bold;">image</span>
94
+ <div class="bodytext5">The handle of an image object.<br>
95
+ </div>
96
+ <br>
97
+ <h4>Returns</h4>
98
+ When HPDF_Image_GetHeight() succeed, it returns the height of the
99
+ image. Otherwise, it returns 0.<br>
100
+ </div>
101
+ <br>
102
+ <h3><a name="HPDF_Image_GetBitsPerComponent_"></a>HPDF_Image_GetBitsPerComponent<br>
103
+ </h3>
104
+ <div class="bodytext1">
105
+ <div class="bodycode2"><span style="font-weight: bold;">#include</span>
106
+ "apdf.h"<br>
107
+ <br>
108
+ HPDF_UINT<br>
109
+ HPDF_Image_GetBitsPerComponent (HPDF_Image&nbsp; image);<br>
110
+ <br>
111
+ </div>
112
+ <h4>Description<br>
113
+ </h4>
114
+ HPDF_Image_GetBitsPerComponent() gets the number of bits used to
115
+ describe each color component.<br>
116
+ <br>
117
+ <h4>Parameter</h4>
118
+ <span style="font-weight: bold;">image</span>
119
+ <div class="bodytext5">The handle of an image object.<br>
120
+ </div>
121
+ <br>
122
+ <h4>Returns</h4>
123
+ When HPDF_Image_GetHeight() succeed, it returns the number of bits.
124
+ Otherwise, it returns 0.<br>
125
+ </div>
126
+ <br>
127
+ <h3><a name="HPDF_Image_GetColorSpace_"></a>HPDF_Image_GetColorSpace<br>
128
+ </h3>
129
+ <div class="bodytext1">
130
+ <div class="bodycode2"><span style="font-weight: bold;">#include</span>
131
+ "apdf.h"<br>
132
+ <br>
133
+ <span style="font-weight: bold;">const </span>char*<br>
134
+ HPDF_Image_GetColorSpace(HPDF_Image&nbsp; image);<br>
135
+ <br>
136
+ </div>
137
+ <h4>Description<br>
138
+ </h4>
139
+ HPDF_Image_GetColorSpace() gets the name of the image's color space.<br>
140
+ <br>
141
+ <h4>Parameter</h4>
142
+ <span style="font-weight: bold;">image</span>
143
+ <div class="bodytext5">The handle of an image object.<br>
144
+ </div>
145
+ <br>
146
+ <h4>Returns</h4>
147
+ When HPDF_Image_GetColorSpace() succeed, it returns the following
148
+ values. Otherwise, it returns NULL.
149
+ <ul>
150
+ <li>"DeviceGray"</li>
151
+ <li>"DeviceRGB"</li>
152
+ <li>"DeviceCMYK"</li>
153
+ <li>"Indexed"<br>
154
+ </li>
155
+ </ul>
156
+ </div>
157
+ <br>
158
+ <h3><a name="HPDF_Image_SetColorMask_"></a>HPDF_Image_SetColorMask<br>
159
+ </h3>
160
+ <div class="bodytext1">
161
+ <div class="bodycode2"><span style="font-weight: bold;">#include</span>
162
+ "apdf.h"<br>
163
+ <br>
164
+ HPDF_STATUS<br>
165
+ HPDF_Image_SetColorMask (HPDF_Image&nbsp;&nbsp; image,<br>
166
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
167
+ HPDF_UINT&nbsp;&nbsp;&nbsp; rmin,<br>
168
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
169
+ HPDF_UINT&nbsp;&nbsp;&nbsp; rmax,<br>
170
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
171
+ HPDF_UINT&nbsp;&nbsp;&nbsp; gmin,<br>
172
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
173
+ HPDF_UINT&nbsp;&nbsp;&nbsp; gmax,<br>
174
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
175
+ HPDF_UINT&nbsp;&nbsp;&nbsp; bmin,<br>
176
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
177
+ HPDF_UINT&nbsp;&nbsp;&nbsp; bmax);<br>
178
+ <br>
179
+ </div>
180
+ <h4>Description<br>
181
+ </h4>
182
+ HPDF_Image_SetColorMask() sets the transparent color of the image by
183
+ the RGB range values.<br>
184
+ The color within the range is displayed as a transparent color.<br>
185
+ The Image must be RGB color space. <br>
186
+ <br>
187
+ <h4>Parameter</h4>
188
+ <span style="font-weight: bold;">image</span>
189
+ <div class="bodytext5">Specify the handle of an image object.<br>
190
+ <br>
191
+ </div>
192
+ <span style="font-weight: bold;">rmin</span>
193
+ <div class="bodytext5">The lower limit of Red. It must be between 0 and
194
+ 255.<br>
195
+ <br>
196
+ </div>
197
+ <span style="font-weight: bold;">rmax</span><br>
198
+ <div class="bodytext5">The upper limit of Red. It must be between 0 and
199
+ 255.<br>
200
+ <br>
201
+ </div>
202
+ <span style="font-weight: bold;">gmin</span><br>
203
+ <div class="bodytext5">The lower limit of Green. It must be between 0
204
+ and 255.<br>
205
+ <br>
206
+ </div>
207
+ <span style="font-weight: bold;">gmax</span><br>
208
+ <div class="bodytext5">The upper limit of Green. It must be between 0
209
+ and 255.<br>
210
+ <br>
211
+ </div>
212
+ <span style="font-weight: bold;">bmin</span><br>
213
+ <div class="bodytext5">The lower limit of Blue. It must be between 0
214
+ and 255.<br>
215
+ <br>
216
+ </div>
217
+ <span style="font-weight: bold;">bmax</span><br>
218
+ <div class="bodytext5">The upper limit of Blue. It must be between 0
219
+ and 255.<br>
220
+ <br>
221
+ </div>
222
+ <br>
223
+ <h4>Returns</h4>
224
+ When HPDF_Image_SetColorMask() succeed, it returns HPDF_OK.
225
+ Otherwise it returns error code and an error-handler will be invoked.<br>
226
+ <br>
227
+ <h4>Error</h4>
228
+ <span style="font-weight: bold;">HPDF_INVALID_IMAGE</span>
229
+ <div class="bodytext5">An invalid image handle was set.<br>
230
+ <br>
231
+ </div>
232
+ <span style="font-weight: bold;">HPDF_INVALID_COLOR_SPACE</span><br>
233
+ <div class="bodytext5">An image other than RGB color was specified. <br>
234
+ <br>
235
+ </div>
236
+ <span style="font-weight: bold;">HPDF_FAILD_TO_ALLOC_MEM</span><br>
237
+ <div class="bodytext5">Memory Allocation Failed.<br>
238
+ <br>
239
+ </div>
240
+ <span style="font-weight: bold;">APDF_INVALID_PARAMETER </span><br>
241
+ <div class="bodytext5">An invalid value is specified.<br>
242
+ <br>
243
+ </div>
244
+ <br>
245
+ </div>
246
+ <h3><a name="HPDF_Image_SetMaskImage_"></a>HPDF_Image_SetMaskImage<br>
247
+ </h3>
248
+ <div class="bodytext1">
249
+ <div class="bodycode2"><span style="font-weight: bold;">#include</span>
250
+ "apdf.h"<br>
251
+ <br>
252
+ HPDF_STATUS<br>
253
+ HPDF_Image_SetMaskImage&nbsp; (HPDF_Image&nbsp;&nbsp; image,<br>
254
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
255
+ HPDF_Image&nbsp;&nbsp; mask_image);<br>
256
+ <br>
257
+ </div>
258
+ <h4>Description<br>
259
+ </h4>
260
+ HPDF_Image_SetMaskImage() sets the mask image. <br>
261
+ <br>
262
+ <h4>Parameter</h4>
263
+ <span style="font-weight: bold;">image</span>
264
+ <div class="bodytext5">Specify the handle of an image object.<br>
265
+ <br>
266
+ </div>
267
+ <span style="font-weight: bold;">mask_image</span><br>
268
+ <div class="bodytext5">Specify the handle of an image object which is
269
+ used as image-mask. This image must be 1bit gray-scale color image. <br>
270
+ </div>
271
+ <br>
272
+ <h4>Returns</h4>
273
+ When HPDF_Image_SetMaskImage() succeed, it returns HPDF_OK.
274
+ Otherwise it returns error code and an error-handler will be invoked.<br>
275
+ <br>
276
+ <h4>Error</h4>
277
+ <span style="font-weight: bold;">HPDF_INVALID_IMAGE</span>
278
+ <div class="bodytext5">An invalid image handle was set.<br>
279
+ <br>
280
+ </div>
281
+ <span style="font-weight: bold;">HPDF_INVALID_BIT_PER_COMPONENT</span><br>
282
+ <div class="bodytext5">An invalid bit-per-component. <br>
283
+ <br>
284
+ </div>
285
+ <span style="font-weight: bold;">HPDF_FAILD_TO_ALLOC_MEM</span><br>
286
+ <div class="bodytext5">Memory Allocation Failed.<br>
287
+ <br>
288
+ </div>
289
+ <br>
290
+ </div>
291
+ <br>
292
+ <br>
293
+ <br>
294
+ </div>
295
+ </div>
296
+ <div id="lcol">
297
+ <div class="sidebar">
298
+ <ul>
299
+ </ul>
300
+ <ul>
301
+ <li><a href="#HPDF_Image_GetSize_">HPDF_Image_GetSize</a></li>
302
+ <li><a href="#HPDF_Image_GetWidth_">HPDF_Image_GetWidth</a></li>
303
+ <li><a href="#HPDF_Image_GetHeight_">HPDF_Image_GetHeight</a></li>
304
+ <li><a href="#HPDF_Image_GetBitsPerComponent_">HPDF_Image_GetBitsPerComponent</a></li>
305
+ <li><a href="#HPDF_Image_GetColorSpace_">HPDF_Image_GetColorSpace</a></li>
306
+ <li><a href="#HPDF_Image_SetColorMask_">HPDF_Image_SetColorMask</a></li>
307
+ <li><a href="#HPDF_Image_SetMaskImage_">HPDF_Image_SetMaskImage</a></li>
308
+ </ul>
309
+ <br>
310
+ <br>
311
+ <br>
312
+ <br>
313
+ <br>
314
+ <br>
315
+ <br>
316
+ <br>
317
+ <br>
318
+ <br>
319
+ <br>
320
+ <br>
321
+ <br>
322
+ <br>
323
+ <br>
324
+ <br>
325
+ <br>
326
+ <br>
327
+ <br>
328
+ <br>
329
+ <br>
330
+ <br>
331
+ <br>
332
+ <br>
333
+ <br>
334
+ <br>
335
+ <br>
336
+ <br>
337
+ <br>
338
+ <br>
339
+ <br>
340
+ <br>
341
+ <br>
342
+ <br>
343
+ <br>
344
+ <br>
345
+ <br>
346
+ <br>
347
+ <br>
348
+ <br>
349
+ <br>
350
+ <br>
351
+ <br>
352
+ <br>
353
+ <br>
354
+ <br>
355
+ <br>
356
+ <br>
357
+ <br>
358
+ <br>
359
+ <br>
360
+ <br>
361
+ <br>
362
+ <br>
363
+ <br>
364
+ <br>
365
+ <br>
366
+ <br>
367
+ <br>
368
+ <br>
369
+ <br>
370
+ <br>
371
+ <br>
372
+ <br>
373
+ <br>
374
+ <br>
375
+ <br>
376
+ <br>
377
+ <br>
378
+ <br>
379
+ <br>
380
+ <br>
381
+ <br>
382
+ <br>
383
+ <br>
384
+ <br>
385
+ <br>
386
+ <br>
387
+ <br>
388
+ <br>
389
+ <br>
390
+ <br>
391
+ <br>
392
+ <br>
393
+ <br>
394
+ <br>
395
+ <br>
396
+ <br>
397
+ <br>
398
+ <br>
399
+ <br>
400
+ <br>
401
+ <br>
402
+ <br>
403
+ <br>
404
+ <br>
405
+ <br>
406
+ <br>
407
+ <br>
408
+ <br>
409
+ <br>
410
+ <br>
411
+ <br>
412
+ <br>
413
+ <br>
414
+ <br>
415
+ <br>
416
+ <br>
417
+ <br>
418
+ <br>
419
+ <br>
420
+ <br>
421
+ <br>
422
+ <br>
423
+ <br>
424
+ <br>
425
+ <br>
426
+ <br>
427
+ <br>
428
+ <br>
429
+ <br>
430
+ <br>
431
+ <br>
432
+ <br>
433
+ <br>
434
+ <br>
435
+ <br>
436
+ <br>
437
+ <br>
438
+ <br>
439
+ <br>
440
+ <br>
441
+ <br>
442
+ <br>
443
+ <br>
444
+ <br>
445
+ <br>
446
+ <br>
447
+ <br>
448
+ <br>
449
+ <br>
450
+ <br>
451
+ <br>
452
+ <br>
453
+ <br>
454
+ <br>
455
+ <br>
456
+ <br>
457
+ <br>
458
+ <br>
459
+ <br>
460
+ <br>
461
+ <br>
462
+ <br>
463
+ <br>
464
+ <br>
465
+ <br>
466
+ <br>
467
+ <br>
468
+ <br>
469
+ <br>
470
+ <br>
471
+ <br>
472
+ <br>
473
+ <br>
474
+ <br>
475
+ <br>
476
+ <br>
477
+ <br>
478
+ <br>
479
+ <br>
480
+ <br>
481
+ <br>
482
+ <br>
483
+ <br>
484
+ <br>
485
+ <br>
486
+ <br>
487
+ <br>
488
+ </div>
489
+ </div>
490
+ <br>
491
+ <br>
492
+ <br>
493
+ <br>
494
+ <br>
495
+ <br>
496
+ <br>
497
+ <br>
498
+ <br>
499
+ <br>
500
+ <br>
501
+ <br>
502
+ <br>
503
+ </div>
504
+ </body>
505
+ </html>