hexapdf 0.15.8 → 0.17.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (446) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hexapdf/cli/batch.rb +1 -1
  3. data/lib/hexapdf/cli/command.rb +10 -1
  4. data/lib/hexapdf/cli/files.rb +1 -1
  5. data/lib/hexapdf/cli/fonts.rb +145 -0
  6. data/lib/hexapdf/cli/form.rb +27 -26
  7. data/lib/hexapdf/cli/image2pdf.rb +1 -1
  8. data/lib/hexapdf/cli/images.rb +1 -10
  9. data/lib/hexapdf/cli/info.rb +1 -1
  10. data/lib/hexapdf/cli/inspect.rb +1 -1
  11. data/lib/hexapdf/cli/merge.rb +1 -1
  12. data/lib/hexapdf/cli/modify.rb +1 -1
  13. data/lib/hexapdf/cli/optimize.rb +1 -1
  14. data/lib/hexapdf/cli/split.rb +1 -1
  15. data/lib/hexapdf/cli/watermark.rb +1 -1
  16. data/lib/hexapdf/cli.rb +3 -1
  17. data/lib/hexapdf/composer.rb +1 -1
  18. data/lib/hexapdf/configuration.rb +11 -2
  19. data/lib/hexapdf/content/canvas.rb +658 -167
  20. data/lib/hexapdf/content/color_space.rb +185 -3
  21. data/lib/hexapdf/content/graphic_object/arc.rb +111 -12
  22. data/lib/hexapdf/content/graphic_object/endpoint_arc.rb +1 -1
  23. data/lib/hexapdf/content/graphic_object/geom2d.rb +1 -1
  24. data/lib/hexapdf/content/graphic_object/solid_arc.rb +1 -1
  25. data/lib/hexapdf/content/graphic_object.rb +1 -1
  26. data/lib/hexapdf/content/graphics_state.rb +1 -1
  27. data/lib/hexapdf/content/operator.rb +1 -1
  28. data/lib/hexapdf/content/parser.rb +1 -1
  29. data/lib/hexapdf/content/processor.rb +1 -1
  30. data/lib/hexapdf/content/transformation_matrix.rb +1 -1
  31. data/lib/hexapdf/content.rb +1 -1
  32. data/lib/hexapdf/data_dir.rb +1 -1
  33. data/lib/hexapdf/dictionary.rb +1 -1
  34. data/lib/hexapdf/dictionary_fields.rb +30 -4
  35. data/lib/hexapdf/document/files.rb +3 -3
  36. data/lib/hexapdf/document/fonts.rb +1 -1
  37. data/lib/hexapdf/document/images.rb +1 -1
  38. data/lib/hexapdf/document/pages.rb +1 -1
  39. data/lib/hexapdf/document.rb +1 -1
  40. data/lib/hexapdf/encryption/aes.rb +1 -1
  41. data/lib/hexapdf/encryption/arc4.rb +1 -1
  42. data/lib/hexapdf/encryption/fast_aes.rb +1 -1
  43. data/lib/hexapdf/encryption/fast_arc4.rb +1 -1
  44. data/lib/hexapdf/encryption/identity.rb +1 -1
  45. data/lib/hexapdf/encryption/ruby_aes.rb +1 -1
  46. data/lib/hexapdf/encryption/ruby_arc4.rb +1 -1
  47. data/lib/hexapdf/encryption/security_handler.rb +1 -1
  48. data/lib/hexapdf/encryption/standard_security_handler.rb +1 -1
  49. data/lib/hexapdf/encryption.rb +1 -1
  50. data/lib/hexapdf/error.rb +1 -1
  51. data/lib/hexapdf/filter/ascii85_decode.rb +1 -1
  52. data/lib/hexapdf/filter/ascii_hex_decode.rb +1 -1
  53. data/lib/hexapdf/filter/crypt.rb +1 -1
  54. data/lib/hexapdf/filter/encryption.rb +1 -1
  55. data/lib/hexapdf/filter/flate_decode.rb +1 -1
  56. data/lib/hexapdf/filter/lzw_decode.rb +1 -1
  57. data/lib/hexapdf/filter/pass_through.rb +1 -1
  58. data/lib/hexapdf/filter/predictor.rb +1 -1
  59. data/lib/hexapdf/filter/run_length_decode.rb +1 -1
  60. data/lib/hexapdf/filter.rb +1 -1
  61. data/lib/hexapdf/font/cmap/parser.rb +1 -1
  62. data/lib/hexapdf/font/cmap/writer.rb +1 -1
  63. data/lib/hexapdf/font/cmap.rb +1 -1
  64. data/lib/hexapdf/font/encoding/base.rb +1 -1
  65. data/lib/hexapdf/font/encoding/difference_encoding.rb +1 -1
  66. data/lib/hexapdf/font/encoding/glyph_list.rb +1 -1
  67. data/lib/hexapdf/font/encoding/mac_expert_encoding.rb +1 -1
  68. data/lib/hexapdf/font/encoding/mac_roman_encoding.rb +1 -1
  69. data/lib/hexapdf/font/encoding/standard_encoding.rb +1 -1
  70. data/lib/hexapdf/font/encoding/symbol_encoding.rb +1 -1
  71. data/lib/hexapdf/font/encoding/win_ansi_encoding.rb +1 -1
  72. data/lib/hexapdf/font/encoding/zapf_dingbats_encoding.rb +1 -1
  73. data/lib/hexapdf/font/encoding.rb +1 -1
  74. data/lib/hexapdf/font/invalid_glyph.rb +1 -1
  75. data/lib/hexapdf/font/true_type/builder.rb +1 -1
  76. data/lib/hexapdf/font/true_type/font.rb +1 -1
  77. data/lib/hexapdf/font/true_type/optimizer.rb +1 -1
  78. data/lib/hexapdf/font/true_type/subsetter.rb +1 -1
  79. data/lib/hexapdf/font/true_type/table/cmap.rb +1 -1
  80. data/lib/hexapdf/font/true_type/table/cmap_subtable.rb +1 -1
  81. data/lib/hexapdf/font/true_type/table/directory.rb +1 -1
  82. data/lib/hexapdf/font/true_type/table/glyf.rb +1 -1
  83. data/lib/hexapdf/font/true_type/table/head.rb +1 -1
  84. data/lib/hexapdf/font/true_type/table/hhea.rb +1 -1
  85. data/lib/hexapdf/font/true_type/table/hmtx.rb +1 -1
  86. data/lib/hexapdf/font/true_type/table/kern.rb +1 -1
  87. data/lib/hexapdf/font/true_type/table/loca.rb +1 -1
  88. data/lib/hexapdf/font/true_type/table/maxp.rb +1 -1
  89. data/lib/hexapdf/font/true_type/table/name.rb +1 -1
  90. data/lib/hexapdf/font/true_type/table/os2.rb +1 -1
  91. data/lib/hexapdf/font/true_type/table/post.rb +1 -1
  92. data/lib/hexapdf/font/true_type/table.rb +1 -1
  93. data/lib/hexapdf/font/true_type.rb +1 -1
  94. data/lib/hexapdf/font/true_type_wrapper.rb +1 -1
  95. data/lib/hexapdf/font/type1/afm_parser.rb +1 -1
  96. data/lib/hexapdf/font/type1/character_metrics.rb +1 -1
  97. data/lib/hexapdf/font/type1/font.rb +1 -1
  98. data/lib/hexapdf/font/type1/font_metrics.rb +1 -1
  99. data/lib/hexapdf/font/type1/pfb_parser.rb +1 -1
  100. data/lib/hexapdf/font/type1.rb +1 -1
  101. data/lib/hexapdf/font/type1_wrapper.rb +1 -1
  102. data/lib/hexapdf/font_loader/from_configuration.rb +1 -1
  103. data/lib/hexapdf/font_loader/from_file.rb +1 -1
  104. data/lib/hexapdf/font_loader/standard14.rb +1 -1
  105. data/lib/hexapdf/font_loader.rb +1 -1
  106. data/lib/hexapdf/image_loader/jpeg.rb +1 -1
  107. data/lib/hexapdf/image_loader/pdf.rb +1 -1
  108. data/lib/hexapdf/image_loader/png.rb +1 -1
  109. data/lib/hexapdf/image_loader.rb +1 -1
  110. data/lib/hexapdf/importer.rb +1 -1
  111. data/lib/hexapdf/layout/box.rb +4 -2
  112. data/lib/hexapdf/layout/frame.rb +1 -1
  113. data/lib/hexapdf/layout/image_box.rb +1 -1
  114. data/lib/hexapdf/layout/inline_box.rb +1 -1
  115. data/lib/hexapdf/layout/line.rb +1 -1
  116. data/lib/hexapdf/layout/numeric_refinements.rb +1 -1
  117. data/lib/hexapdf/layout/style.rb +40 -2
  118. data/lib/hexapdf/layout/text_box.rb +1 -1
  119. data/lib/hexapdf/layout/text_fragment.rb +1 -1
  120. data/lib/hexapdf/layout/text_layouter.rb +1 -1
  121. data/lib/hexapdf/layout/text_shaper.rb +1 -1
  122. data/lib/hexapdf/layout/width_from_polygon.rb +2 -2
  123. data/lib/hexapdf/layout.rb +1 -1
  124. data/lib/hexapdf/name_tree_node.rb +1 -1
  125. data/lib/hexapdf/number_tree_node.rb +1 -1
  126. data/lib/hexapdf/object.rb +1 -1
  127. data/lib/hexapdf/parser.rb +2 -2
  128. data/lib/hexapdf/pdf_array.rb +1 -1
  129. data/lib/hexapdf/rectangle.rb +1 -1
  130. data/lib/hexapdf/reference.rb +1 -1
  131. data/lib/hexapdf/revision.rb +1 -1
  132. data/lib/hexapdf/revisions.rb +1 -1
  133. data/lib/hexapdf/serializer.rb +1 -1
  134. data/lib/hexapdf/stream.rb +1 -1
  135. data/lib/hexapdf/task/dereference.rb +1 -1
  136. data/lib/hexapdf/task/optimize.rb +1 -1
  137. data/lib/hexapdf/task.rb +1 -1
  138. data/lib/hexapdf/tokenizer.rb +1 -1
  139. data/lib/hexapdf/type/acro_form/appearance_generator.rb +14 -7
  140. data/lib/hexapdf/type/acro_form/button_field.rb +53 -28
  141. data/lib/hexapdf/type/acro_form/choice_field.rb +1 -1
  142. data/lib/hexapdf/type/acro_form/field.rb +21 -2
  143. data/lib/hexapdf/type/acro_form/form.rb +48 -29
  144. data/lib/hexapdf/type/acro_form/text_field.rb +2 -2
  145. data/lib/hexapdf/type/acro_form/variable_text_field.rb +17 -9
  146. data/lib/hexapdf/type/acro_form.rb +1 -1
  147. data/lib/hexapdf/type/action.rb +1 -1
  148. data/lib/hexapdf/type/actions/go_to.rb +1 -1
  149. data/lib/hexapdf/type/actions/go_to_r.rb +1 -1
  150. data/lib/hexapdf/type/actions/launch.rb +1 -1
  151. data/lib/hexapdf/type/actions/uri.rb +1 -1
  152. data/lib/hexapdf/type/actions.rb +1 -1
  153. data/lib/hexapdf/type/annotation.rb +1 -1
  154. data/lib/hexapdf/type/annotations/link.rb +1 -1
  155. data/lib/hexapdf/type/annotations/markup_annotation.rb +1 -1
  156. data/lib/hexapdf/type/annotations/text.rb +1 -1
  157. data/lib/hexapdf/type/annotations/widget.rb +2 -2
  158. data/lib/hexapdf/type/annotations.rb +1 -1
  159. data/lib/hexapdf/type/catalog.rb +1 -1
  160. data/lib/hexapdf/type/cid_font.rb +1 -1
  161. data/lib/hexapdf/type/embedded_file.rb +1 -1
  162. data/lib/hexapdf/type/file_specification.rb +1 -1
  163. data/lib/hexapdf/type/font.rb +1 -1
  164. data/lib/hexapdf/type/font_descriptor.rb +1 -1
  165. data/lib/hexapdf/type/font_simple.rb +1 -1
  166. data/lib/hexapdf/type/font_true_type.rb +1 -1
  167. data/lib/hexapdf/type/font_type0.rb +1 -1
  168. data/lib/hexapdf/type/font_type1.rb +1 -1
  169. data/lib/hexapdf/type/font_type3.rb +1 -1
  170. data/lib/hexapdf/type/form.rb +1 -1
  171. data/lib/hexapdf/type/graphics_state_parameter.rb +1 -1
  172. data/lib/hexapdf/type/icon_fit.rb +1 -1
  173. data/lib/hexapdf/type/image.rb +1 -1
  174. data/lib/hexapdf/type/info.rb +1 -1
  175. data/lib/hexapdf/type/names.rb +1 -1
  176. data/lib/hexapdf/type/object_stream.rb +1 -1
  177. data/lib/hexapdf/type/page.rb +15 -1
  178. data/lib/hexapdf/type/page_tree_node.rb +1 -1
  179. data/lib/hexapdf/type/resources.rb +1 -1
  180. data/lib/hexapdf/type/trailer.rb +1 -1
  181. data/lib/hexapdf/type/viewer_preferences.rb +1 -1
  182. data/lib/hexapdf/type/xref_stream.rb +1 -1
  183. data/lib/hexapdf/type.rb +1 -1
  184. data/lib/hexapdf/utils/bit_field.rb +1 -1
  185. data/lib/hexapdf/utils/bit_stream.rb +1 -1
  186. data/lib/hexapdf/utils/graphics_helpers.rb +1 -1
  187. data/lib/hexapdf/utils/lru_cache.rb +1 -1
  188. data/lib/hexapdf/utils/math_helpers.rb +1 -1
  189. data/lib/hexapdf/utils/object_hash.rb +1 -1
  190. data/lib/hexapdf/utils/pdf_doc_encoding.rb +1 -1
  191. data/lib/hexapdf/utils/sorted_tree_node.rb +1 -1
  192. data/lib/hexapdf/version.rb +2 -2
  193. data/lib/hexapdf/writer.rb +1 -1
  194. data/lib/hexapdf/xref_section.rb +1 -1
  195. data/lib/hexapdf.rb +1 -1
  196. metadata +5 -264
  197. data/CHANGELOG.md +0 -954
  198. data/LICENSE +0 -29
  199. data/README.md +0 -120
  200. data/Rakefile +0 -108
  201. data/agpl-3.0.txt +0 -661
  202. data/examples/001-hello_world.rb +0 -16
  203. data/examples/002-graphics.rb +0 -275
  204. data/examples/003-arcs.rb +0 -50
  205. data/examples/004-optimizing.rb +0 -23
  206. data/examples/005-merging.rb +0 -27
  207. data/examples/006-standard_pdf_fonts.rb +0 -73
  208. data/examples/007-truetype.rb +0 -42
  209. data/examples/008-show_char_bboxes.rb +0 -55
  210. data/examples/009-text_layouter_alignment.rb +0 -47
  211. data/examples/010-text_layouter_inline_boxes.rb +0 -64
  212. data/examples/011-text_layouter_line_wrapping.rb +0 -57
  213. data/examples/012-text_layouter_styling.rb +0 -122
  214. data/examples/013-text_layouter_shapes.rb +0 -176
  215. data/examples/014-text_in_polygon.rb +0 -60
  216. data/examples/015-boxes.rb +0 -76
  217. data/examples/016-frame_automatic_box_placement.rb +0 -90
  218. data/examples/017-frame_text_flow.rb +0 -60
  219. data/examples/018-composer.rb +0 -44
  220. data/examples/019-acro_form.rb +0 -88
  221. data/examples/emoji-smile.png +0 -0
  222. data/examples/emoji-wink.png +0 -0
  223. data/examples/machupicchu.jpg +0 -0
  224. data/test/data/aes-test-vectors/CBCGFSbox-128-decrypt.data.gz +0 -0
  225. data/test/data/aes-test-vectors/CBCGFSbox-128-encrypt.data.gz +0 -0
  226. data/test/data/aes-test-vectors/CBCGFSbox-192-decrypt.data.gz +0 -0
  227. data/test/data/aes-test-vectors/CBCGFSbox-192-encrypt.data.gz +0 -0
  228. data/test/data/aes-test-vectors/CBCGFSbox-256-decrypt.data.gz +0 -0
  229. data/test/data/aes-test-vectors/CBCGFSbox-256-encrypt.data.gz +0 -0
  230. data/test/data/aes-test-vectors/CBCKeySbox-128-decrypt.data.gz +0 -0
  231. data/test/data/aes-test-vectors/CBCKeySbox-128-encrypt.data.gz +0 -0
  232. data/test/data/aes-test-vectors/CBCKeySbox-192-decrypt.data.gz +0 -0
  233. data/test/data/aes-test-vectors/CBCKeySbox-192-encrypt.data.gz +0 -0
  234. data/test/data/aes-test-vectors/CBCKeySbox-256-decrypt.data.gz +0 -0
  235. data/test/data/aes-test-vectors/CBCKeySbox-256-encrypt.data.gz +0 -0
  236. data/test/data/aes-test-vectors/CBCVarKey-128-decrypt.data.gz +0 -0
  237. data/test/data/aes-test-vectors/CBCVarKey-128-encrypt.data.gz +0 -0
  238. data/test/data/aes-test-vectors/CBCVarKey-192-decrypt.data.gz +0 -0
  239. data/test/data/aes-test-vectors/CBCVarKey-192-encrypt.data.gz +0 -0
  240. data/test/data/aes-test-vectors/CBCVarKey-256-decrypt.data.gz +0 -0
  241. data/test/data/aes-test-vectors/CBCVarKey-256-encrypt.data.gz +0 -0
  242. data/test/data/aes-test-vectors/CBCVarTxt-128-decrypt.data.gz +0 -0
  243. data/test/data/aes-test-vectors/CBCVarTxt-128-encrypt.data.gz +0 -0
  244. data/test/data/aes-test-vectors/CBCVarTxt-192-decrypt.data.gz +0 -0
  245. data/test/data/aes-test-vectors/CBCVarTxt-192-encrypt.data.gz +0 -0
  246. data/test/data/aes-test-vectors/CBCVarTxt-256-decrypt.data.gz +0 -0
  247. data/test/data/aes-test-vectors/CBCVarTxt-256-encrypt.data.gz +0 -0
  248. data/test/data/fonts/Ubuntu-Title.ttf +0 -0
  249. data/test/data/images/cmyk.jpg +0 -0
  250. data/test/data/images/fillbytes.jpg +0 -0
  251. data/test/data/images/gray.jpg +0 -0
  252. data/test/data/images/greyscale-1bit.png +0 -0
  253. data/test/data/images/greyscale-2bit.png +0 -0
  254. data/test/data/images/greyscale-4bit.png +0 -0
  255. data/test/data/images/greyscale-8bit.png +0 -0
  256. data/test/data/images/greyscale-alpha-8bit.png +0 -0
  257. data/test/data/images/greyscale-trns-8bit.png +0 -0
  258. data/test/data/images/greyscale-with-gamma1.0.png +0 -0
  259. data/test/data/images/greyscale-with-gamma1.5.png +0 -0
  260. data/test/data/images/indexed-1bit.png +0 -0
  261. data/test/data/images/indexed-2bit.png +0 -0
  262. data/test/data/images/indexed-4bit.png +0 -0
  263. data/test/data/images/indexed-8bit.png +0 -0
  264. data/test/data/images/indexed-alpha-4bit.png +0 -0
  265. data/test/data/images/indexed-alpha-8bit.png +0 -0
  266. data/test/data/images/rgb.jpg +0 -0
  267. data/test/data/images/truecolour-8bit.png +0 -0
  268. data/test/data/images/truecolour-alpha-8bit.png +0 -0
  269. data/test/data/images/truecolour-gama-chrm-8bit.png +0 -0
  270. data/test/data/images/truecolour-srgb-8bit.png +0 -0
  271. data/test/data/images/ycck.jpg +0 -0
  272. data/test/data/minimal.pdf +0 -44
  273. data/test/data/standard-security-handler/README +0 -9
  274. data/test/data/standard-security-handler/bothpwd-aes-128bit-V4.pdf +0 -44
  275. data/test/data/standard-security-handler/bothpwd-aes-256bit-V5.pdf +0 -0
  276. data/test/data/standard-security-handler/bothpwd-arc4-128bit-V2.pdf +0 -43
  277. data/test/data/standard-security-handler/bothpwd-arc4-128bit-V4.pdf +0 -43
  278. data/test/data/standard-security-handler/bothpwd-arc4-40bit-V1.pdf +0 -0
  279. data/test/data/standard-security-handler/nopwd-aes-128bit-V4.pdf +0 -43
  280. data/test/data/standard-security-handler/nopwd-aes-256bit-V5.pdf +0 -0
  281. data/test/data/standard-security-handler/nopwd-arc4-128bit-V2.pdf +0 -43
  282. data/test/data/standard-security-handler/nopwd-arc4-128bit-V4.pdf +0 -43
  283. data/test/data/standard-security-handler/nopwd-arc4-40bit-V1.pdf +0 -43
  284. data/test/data/standard-security-handler/ownerpwd-aes-128bit-V4.pdf +0 -0
  285. data/test/data/standard-security-handler/ownerpwd-aes-256bit-V5.pdf +0 -43
  286. data/test/data/standard-security-handler/ownerpwd-arc4-128bit-V2.pdf +0 -43
  287. data/test/data/standard-security-handler/ownerpwd-arc4-128bit-V4.pdf +0 -43
  288. data/test/data/standard-security-handler/ownerpwd-arc4-40bit-V1.pdf +0 -43
  289. data/test/data/standard-security-handler/userpwd-aes-128bit-V4.pdf +0 -43
  290. data/test/data/standard-security-handler/userpwd-aes-256bit-V5.pdf +0 -43
  291. data/test/data/standard-security-handler/userpwd-arc4-128bit-V2.pdf +0 -0
  292. data/test/data/standard-security-handler/userpwd-arc4-128bit-V4.pdf +0 -0
  293. data/test/data/standard-security-handler/userpwd-arc4-40bit-V1.pdf +0 -43
  294. data/test/hexapdf/common_tokenizer_tests.rb +0 -236
  295. data/test/hexapdf/content/common.rb +0 -39
  296. data/test/hexapdf/content/graphic_object/test_arc.rb +0 -93
  297. data/test/hexapdf/content/graphic_object/test_endpoint_arc.rb +0 -90
  298. data/test/hexapdf/content/graphic_object/test_geom2d.rb +0 -79
  299. data/test/hexapdf/content/graphic_object/test_solid_arc.rb +0 -86
  300. data/test/hexapdf/content/test_canvas.rb +0 -1216
  301. data/test/hexapdf/content/test_color_space.rb +0 -164
  302. data/test/hexapdf/content/test_graphics_state.rb +0 -151
  303. data/test/hexapdf/content/test_operator.rb +0 -619
  304. data/test/hexapdf/content/test_parser.rb +0 -99
  305. data/test/hexapdf/content/test_processor.rb +0 -163
  306. data/test/hexapdf/content/test_transformation_matrix.rb +0 -64
  307. data/test/hexapdf/document/test_files.rb +0 -72
  308. data/test/hexapdf/document/test_fonts.rb +0 -60
  309. data/test/hexapdf/document/test_images.rb +0 -72
  310. data/test/hexapdf/document/test_pages.rb +0 -130
  311. data/test/hexapdf/encryption/common.rb +0 -87
  312. data/test/hexapdf/encryption/test_aes.rb +0 -129
  313. data/test/hexapdf/encryption/test_arc4.rb +0 -39
  314. data/test/hexapdf/encryption/test_fast_aes.rb +0 -17
  315. data/test/hexapdf/encryption/test_fast_arc4.rb +0 -12
  316. data/test/hexapdf/encryption/test_identity.rb +0 -21
  317. data/test/hexapdf/encryption/test_ruby_aes.rb +0 -23
  318. data/test/hexapdf/encryption/test_ruby_arc4.rb +0 -20
  319. data/test/hexapdf/encryption/test_security_handler.rb +0 -380
  320. data/test/hexapdf/encryption/test_standard_security_handler.rb +0 -322
  321. data/test/hexapdf/filter/common.rb +0 -53
  322. data/test/hexapdf/filter/test_ascii85_decode.rb +0 -59
  323. data/test/hexapdf/filter/test_ascii_hex_decode.rb +0 -38
  324. data/test/hexapdf/filter/test_crypt.rb +0 -21
  325. data/test/hexapdf/filter/test_encryption.rb +0 -24
  326. data/test/hexapdf/filter/test_flate_decode.rb +0 -44
  327. data/test/hexapdf/filter/test_lzw_decode.rb +0 -52
  328. data/test/hexapdf/filter/test_predictor.rb +0 -219
  329. data/test/hexapdf/filter/test_run_length_decode.rb +0 -32
  330. data/test/hexapdf/font/cmap/test_parser.rb +0 -102
  331. data/test/hexapdf/font/cmap/test_writer.rb +0 -66
  332. data/test/hexapdf/font/encoding/test_base.rb +0 -45
  333. data/test/hexapdf/font/encoding/test_difference_encoding.rb +0 -29
  334. data/test/hexapdf/font/encoding/test_glyph_list.rb +0 -59
  335. data/test/hexapdf/font/encoding/test_zapf_dingbats_encoding.rb +0 -16
  336. data/test/hexapdf/font/test_cmap.rb +0 -104
  337. data/test/hexapdf/font/test_encoding.rb +0 -27
  338. data/test/hexapdf/font/test_invalid_glyph.rb +0 -34
  339. data/test/hexapdf/font/test_true_type_wrapper.rb +0 -186
  340. data/test/hexapdf/font/test_type1_wrapper.rb +0 -107
  341. data/test/hexapdf/font/true_type/common.rb +0 -17
  342. data/test/hexapdf/font/true_type/table/common.rb +0 -27
  343. data/test/hexapdf/font/true_type/table/test_cmap.rb +0 -47
  344. data/test/hexapdf/font/true_type/table/test_cmap_subtable.rb +0 -141
  345. data/test/hexapdf/font/true_type/table/test_directory.rb +0 -30
  346. data/test/hexapdf/font/true_type/table/test_glyf.rb +0 -58
  347. data/test/hexapdf/font/true_type/table/test_head.rb +0 -56
  348. data/test/hexapdf/font/true_type/table/test_hhea.rb +0 -26
  349. data/test/hexapdf/font/true_type/table/test_hmtx.rb +0 -30
  350. data/test/hexapdf/font/true_type/table/test_kern.rb +0 -61
  351. data/test/hexapdf/font/true_type/table/test_loca.rb +0 -33
  352. data/test/hexapdf/font/true_type/table/test_maxp.rb +0 -50
  353. data/test/hexapdf/font/true_type/table/test_name.rb +0 -76
  354. data/test/hexapdf/font/true_type/table/test_os2.rb +0 -55
  355. data/test/hexapdf/font/true_type/table/test_post.rb +0 -78
  356. data/test/hexapdf/font/true_type/test_builder.rb +0 -42
  357. data/test/hexapdf/font/true_type/test_font.rb +0 -116
  358. data/test/hexapdf/font/true_type/test_optimizer.rb +0 -26
  359. data/test/hexapdf/font/true_type/test_subsetter.rb +0 -73
  360. data/test/hexapdf/font/true_type/test_table.rb +0 -48
  361. data/test/hexapdf/font/type1/common.rb +0 -6
  362. data/test/hexapdf/font/type1/test_afm_parser.rb +0 -65
  363. data/test/hexapdf/font/type1/test_font.rb +0 -104
  364. data/test/hexapdf/font/type1/test_font_metrics.rb +0 -22
  365. data/test/hexapdf/font/type1/test_pfb_parser.rb +0 -37
  366. data/test/hexapdf/font_loader/test_from_configuration.rb +0 -43
  367. data/test/hexapdf/font_loader/test_from_file.rb +0 -36
  368. data/test/hexapdf/font_loader/test_standard14.rb +0 -33
  369. data/test/hexapdf/image_loader/test_jpeg.rb +0 -93
  370. data/test/hexapdf/image_loader/test_pdf.rb +0 -47
  371. data/test/hexapdf/image_loader/test_png.rb +0 -259
  372. data/test/hexapdf/layout/test_box.rb +0 -152
  373. data/test/hexapdf/layout/test_frame.rb +0 -350
  374. data/test/hexapdf/layout/test_image_box.rb +0 -73
  375. data/test/hexapdf/layout/test_inline_box.rb +0 -71
  376. data/test/hexapdf/layout/test_line.rb +0 -206
  377. data/test/hexapdf/layout/test_style.rb +0 -779
  378. data/test/hexapdf/layout/test_text_box.rb +0 -140
  379. data/test/hexapdf/layout/test_text_fragment.rb +0 -375
  380. data/test/hexapdf/layout/test_text_layouter.rb +0 -758
  381. data/test/hexapdf/layout/test_text_shaper.rb +0 -62
  382. data/test/hexapdf/layout/test_width_from_polygon.rb +0 -108
  383. data/test/hexapdf/task/test_dereference.rb +0 -51
  384. data/test/hexapdf/task/test_optimize.rb +0 -162
  385. data/test/hexapdf/test_composer.rb +0 -258
  386. data/test/hexapdf/test_configuration.rb +0 -93
  387. data/test/hexapdf/test_data_dir.rb +0 -32
  388. data/test/hexapdf/test_dictionary.rb +0 -340
  389. data/test/hexapdf/test_dictionary_fields.rb +0 -245
  390. data/test/hexapdf/test_document.rb +0 -641
  391. data/test/hexapdf/test_filter.rb +0 -100
  392. data/test/hexapdf/test_importer.rb +0 -106
  393. data/test/hexapdf/test_object.rb +0 -258
  394. data/test/hexapdf/test_parser.rb +0 -637
  395. data/test/hexapdf/test_pdf_array.rb +0 -169
  396. data/test/hexapdf/test_rectangle.rb +0 -73
  397. data/test/hexapdf/test_reference.rb +0 -50
  398. data/test/hexapdf/test_revision.rb +0 -188
  399. data/test/hexapdf/test_revisions.rb +0 -196
  400. data/test/hexapdf/test_serializer.rb +0 -195
  401. data/test/hexapdf/test_stream.rb +0 -274
  402. data/test/hexapdf/test_tokenizer.rb +0 -80
  403. data/test/hexapdf/test_type.rb +0 -18
  404. data/test/hexapdf/test_writer.rb +0 -140
  405. data/test/hexapdf/test_xref_section.rb +0 -61
  406. data/test/hexapdf/type/acro_form/test_appearance_generator.rb +0 -794
  407. data/test/hexapdf/type/acro_form/test_button_field.rb +0 -302
  408. data/test/hexapdf/type/acro_form/test_choice_field.rb +0 -220
  409. data/test/hexapdf/type/acro_form/test_field.rb +0 -247
  410. data/test/hexapdf/type/acro_form/test_form.rb +0 -353
  411. data/test/hexapdf/type/acro_form/test_signature_field.rb +0 -38
  412. data/test/hexapdf/type/acro_form/test_text_field.rb +0 -195
  413. data/test/hexapdf/type/acro_form/test_variable_text_field.rb +0 -77
  414. data/test/hexapdf/type/actions/test_launch.rb +0 -24
  415. data/test/hexapdf/type/actions/test_uri.rb +0 -23
  416. data/test/hexapdf/type/annotations/test_markup_annotation.rb +0 -22
  417. data/test/hexapdf/type/annotations/test_text.rb +0 -34
  418. data/test/hexapdf/type/annotations/test_widget.rb +0 -225
  419. data/test/hexapdf/type/test_annotation.rb +0 -97
  420. data/test/hexapdf/type/test_catalog.rb +0 -48
  421. data/test/hexapdf/type/test_cid_font.rb +0 -61
  422. data/test/hexapdf/type/test_file_specification.rb +0 -141
  423. data/test/hexapdf/type/test_font.rb +0 -67
  424. data/test/hexapdf/type/test_font_descriptor.rb +0 -61
  425. data/test/hexapdf/type/test_font_simple.rb +0 -176
  426. data/test/hexapdf/type/test_font_true_type.rb +0 -31
  427. data/test/hexapdf/type/test_font_type0.rb +0 -120
  428. data/test/hexapdf/type/test_font_type1.rb +0 -142
  429. data/test/hexapdf/type/test_font_type3.rb +0 -26
  430. data/test/hexapdf/type/test_form.rb +0 -120
  431. data/test/hexapdf/type/test_image.rb +0 -261
  432. data/test/hexapdf/type/test_info.rb +0 -9
  433. data/test/hexapdf/type/test_object_stream.rb +0 -117
  434. data/test/hexapdf/type/test_page.rb +0 -587
  435. data/test/hexapdf/type/test_page_tree_node.rb +0 -315
  436. data/test/hexapdf/type/test_resources.rb +0 -209
  437. data/test/hexapdf/type/test_trailer.rb +0 -116
  438. data/test/hexapdf/type/test_xref_stream.rb +0 -143
  439. data/test/hexapdf/utils/test_bit_field.rb +0 -63
  440. data/test/hexapdf/utils/test_bit_stream.rb +0 -69
  441. data/test/hexapdf/utils/test_graphics_helpers.rb +0 -37
  442. data/test/hexapdf/utils/test_lru_cache.rb +0 -22
  443. data/test/hexapdf/utils/test_object_hash.rb +0 -120
  444. data/test/hexapdf/utils/test_pdf_doc_encoding.rb +0 -18
  445. data/test/hexapdf/utils/test_sorted_tree_node.rb +0 -239
  446. data/test/test_helper.rb +0 -58
@@ -1,88 +0,0 @@
1
- # # PDF Forms
2
- #
3
- # PDF files can be used for interactive forms, containing various types of form
4
- # fields. HexaPDF supports the creation and processing of these forms.
5
- #
6
- # This example show-cases how to create the various form field types and their
7
- # possible standard appearances.
8
- #
9
- # Usage:
10
- # : `ruby acro_form.rb`
11
- #
12
-
13
- require 'hexapdf'
14
-
15
- doc = HexaPDF::Document.new
16
- page = doc.pages.add
17
- canvas = page.canvas
18
-
19
- canvas.font("Helvetica", size: 36)
20
- canvas.text("Form Example", at: [50, 750])
21
- form = doc.acro_form(create: true)
22
-
23
- canvas.font_size(16)
24
- canvas.text("Check boxes", at: [50, 650])
25
- [:check, :circle, :cross, :diamond, :square, :star].each_with_index do |symbol, index|
26
- cb = form.create_check_box("Checkbox #{index}")
27
- widget = cb.create_widget(page, Rect: [200 + 50 * index, 640, 240 + 50 * index, 680])
28
- widget.background_color(1 - 0.05 * index)
29
- widget.marker_style(style: symbol, color: [0.166 * index, 0, 1 - 0.166 * index],
30
- size: 7 * index)
31
- cb.field_value = true
32
- end
33
-
34
- canvas.text("Radio buttons", at: [50, 550])
35
- rb = form.create_radio_button("Radio")
36
- [:check, :circle, :cross, :diamond, :square, :star].each_with_index do |symbol, index|
37
- widget = rb.create_widget(page, value: :"button#{index}",
38
- Rect: [200 + 50 * index, 540, 240 + 50 * index, 580])
39
- widget.background_color(1 - 0.05 * index)
40
- widget.marker_style(style: symbol, color: [0.166 * index, 0, 1 - 0.166 * index],
41
- size: 7 * index)
42
- end
43
- rb.field_value = :button0
44
-
45
- canvas.text("Text fields", at: [50, 450])
46
-
47
- canvas.text("Single line", at: [70, 420])
48
- tx = form.create_text_field("Single Line", font_size: 16)
49
- widget = tx.create_widget(page, Rect: [200, 415, 500, 435])
50
- tx.field_value = "A sample test string!"
51
-
52
- canvas.text("Multiline", at: [70, 390])
53
- tx = form.create_multiline_text_field("Multiline", font_size: 0, align: :right)
54
- widget = tx.create_widget(page, Rect: [200, 325, 500, 405])
55
- widget.border_style(color: 0, width: 1)
56
- tx.field_value = "A sample test string! " * 30 + "\nNew line\n\nAnother line"
57
-
58
- canvas.text("Password", at: [70, 300])
59
- tx = form.create_password_field("Password", font_size: 16)
60
- widget = tx.create_widget(page, Rect: [200, 295, 500, 315])
61
-
62
- canvas.text("File select", at: [70, 270])
63
- tx = form.create_file_select_field("File Select", font_size: 16)
64
- widget = tx.create_widget(page, Rect: [200, 265, 500, 285])
65
- tx.field_value = "path/to/file.pdf"
66
-
67
- canvas.text("Comb", at: [70, 240])
68
- tx = form.create_comb_text_field("Comb field", max_chars: 10, font_size: 16, align: :center)
69
- widget = tx.create_widget(page, Rect: [200, 220, 500, 255])
70
- widget.border_style(color: [30, 128, 0], width: 1)
71
- tx.field_value = 'Hello'
72
-
73
- canvas.text("Combo Box", at: [50, 170])
74
- cb = form.create_combo_box("Combo Box", font_size: 12, editable: true,
75
- option_items: ['Value 1', 'Another value', 'Choose me!'])
76
- widget = cb.create_widget(page, Rect: [200, 150, 500, 185])
77
- widget.border_style(width: 1)
78
- cb.field_value = 'Another value'
79
-
80
- canvas.text("List Box", at: [50, 120])
81
- lb = form.create_list_box("List Box", font_size: 15, align: :center, multi_select: true,
82
- option_items: 1.upto(7).map {|i| "Value #{i}" })
83
- widget = lb.create_widget(page, Rect: [200, 50, 500, 135])
84
- widget.border_style(width: 1)
85
- lb.list_box_top_index = 1
86
- lb.field_value = ['Value 6', 'Value 2']
87
-
88
- doc.write('acro_form.pdf', optimize: true)
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
@@ -1,44 +0,0 @@
1
- %PDF-1.2
2
- %����
3
- 1 0 obj
4
- << /Pages 2 0 R /Type /Catalog >>
5
- endobj
6
- 2 0 obj
7
- << /Count 1 /Kids [ 3 0 R ] /MediaBox [ 0 0 612 446 ] /Type /Pages >>
8
- endobj
9
- 3 0 obj
10
- << /Contents 4 0 R /Parent 2 0 R /Resources 5 0 R /Type /Page >>
11
- endobj
12
- 4 0 obj
13
- << /Length 51 >>
14
- stream
15
- BT
16
- /F1 24 Tf
17
- 1 0 0 1 260 254 Tm
18
- (Hello World)Tj
19
- ET
20
- endstream
21
- endobj
22
- 5 0 obj
23
- << /Font << /F1 6 0 R >> /ProcSet [ /PDF /Text ] >>
24
- endobj
25
- 6 0 obj
26
- << /BaseFont /Helvetica /Name /F1 /Subtype /Type1 /Type /Font >>
27
- endobj
28
- 7 0 obj
29
- <</ModDate (D:20150409164600)>>
30
- endobj
31
- xref
32
- 0 8
33
- 0000000000 65535 f
34
- 0000000015 00000 n
35
- 0000000064 00000 n
36
- 0000000149 00000 n
37
- 0000000229 00000 n
38
- 0000000329 00000 n
39
- 0000000396 00000 n
40
- 0000000476 00000 n
41
- trailer << /Root 1 0 R /Info 7 0 R /Size 8 /ID [<6790ffa610024e78369114311fc0df96><6790ffa610024e78369114311fc0df96>] >>
42
- startxref
43
- 523
44
- %%EOF
@@ -1,9 +0,0 @@
1
- These files have been created by encrypting the minimal.pdf file.
2
- The used encryption algorithm as well as the key length is encoded
3
- in the files name.
4
-
5
- The prefix shows which if any password was used:
6
- * nopwd: No password was set.
7
- * userpwd: An user password of 'uhexapdf' has been set.
8
- * ownerpwd: An owner password of 'ohexapdf' has been set.
9
- * bothpwd: Both the above user and owner passwords have been set.
@@ -1,44 +0,0 @@
1
- %PDF-1.6
2
- %����
3
- 1 0 obj
4
- << /Pages 3 0 R /Type /Catalog >>
5
- endobj
6
- 2 0 obj
7
- << /ModDate <b4286731bb75a1fb638cb333dfba06afb0e6e5e4f9b5229e8561312123942a87ee51ce88cecfa5ebfc6c4e6dd107ecb6> >>
8
- endobj
9
- 3 0 obj
10
- << /Count 1 /Kids [ 4 0 R ] /MediaBox [ 0 0 612 446 ] /Type /Pages >>
11
- endobj
12
- 4 0 obj
13
- << /Contents 5 0 R /Parent 3 0 R /Resources 6 0 R /Type /Page >>
14
- endobj
15
- 5 0 obj
16
- << /Length 80 >>
17
- stream
18
- ��=����� ����3&���m���L
19
- F}�&���o�}�����ɱH+L9�c������3��8�6�[�3d�q�Q���r�Iendstream
20
- endobj
21
- 6 0 obj
22
- << /Font << /F1 7 0 R >> /ProcSet [ /PDF /Text ] >>
23
- endobj
24
- 7 0 obj
25
- << /BaseFont /Helvetica /Name /F1 /Subtype /Type1 /Type /Font >>
26
- endobj
27
- 8 0 obj
28
- << /CF << /StdCF << /AuthEvent /DocOpen /CFM /AESV2 /Length 16 >> >> /Filter /Standard /Length 128 /O <1517aad6ec33e7aaa17972b91854f2f7c05c11fc7fcafe7df725ffcfd4c55705> /P -4 /R 4 /StmF /StdCF /StrF /StdCF /U <6ccfb47c809a4bab70d578d957cee8240122456a91bae5134273a6db134c87c4> /V 4 >>
29
- endobj
30
- xref
31
- 0 9
32
- 0000000000 65535 f
33
- 0000000015 00000 n
34
- 0000000064 00000 n
35
- 0000000193 00000 n
36
- 0000000278 00000 n
37
- 0000000358 00000 n
38
- 0000000487 00000 n
39
- 0000000554 00000 n
40
- 0000000634 00000 n
41
- trailer << /Info 2 0 R /Root 1 0 R /Size 9 /ID [<6790ffa610024e78369114311fc0df96><dfcc7658b36e2ba5673af5e16cf91f4e>] /Encrypt 8 0 R >>
42
- startxref
43
- 933
44
- %%EOF
@@ -1,43 +0,0 @@
1
- %PDF-1.4
2
- %����
3
- 1 0 obj
4
- << /Pages 3 0 R /Type /Catalog >>
5
- endobj
6
- 2 0 obj
7
- << /ModDate <a4edf0aa882dd1e784a1f0d956592496> >>
8
- endobj
9
- 3 0 obj
10
- << /Count 1 /Kids [ 4 0 R ] /MediaBox [ 0 0 612 446 ] /Type /Pages >>
11
- endobj
12
- 4 0 obj
13
- << /Contents 5 0 R /Parent 3 0 R /Resources 6 0 R /Type /Page >>
14
- endobj
15
- 5 0 obj
16
- << /Length 51 >>
17
- stream
18
- ��&X*�2�Р#�b&�
19
  �X\4t��=���~YCa�4��K�v�l���endstream
20
- endobj
21
- 6 0 obj
22
- << /Font << /F1 7 0 R >> /ProcSet [ /PDF /Text ] >>
23
- endobj
24
- 7 0 obj
25
- << /BaseFont /Helvetica /Name /F1 /Subtype /Type1 /Type /Font >>
26
- endobj
27
- 8 0 obj
28
- << /Filter /Standard /Length 128 /O <1517aad6ec33e7aaa17972b91854f2f7c05c11fc7fcafe7df725ffcfd4c55705> /P -4 /R 3 /U <6ccfb47c809a4bab70d578d957cee8240122456a91bae5134273a6db134c87c4> /V 2 >>
29
- endobj
30
- xref
31
- 0 9
32
- 0000000000 65535 f
33
- 0000000015 00000 n
34
- 0000000064 00000 n
35
- 0000000129 00000 n
36
- 0000000214 00000 n
37
- 0000000294 00000 n
38
- 0000000394 00000 n
39
- 0000000461 00000 n
40
- 0000000541 00000 n
41
- trailer << /Info 2 0 R /Root 1 0 R /Size 9 /ID [<6790ffa610024e78369114311fc0df96><4b0eee51689dcb9ba602518b54b8c48d>] /Encrypt 8 0 R >>
42
- startxref
43
- 748
44
- %%EOF
@@ -1,43 +0,0 @@
1
- %PDF-1.5
2
- %����
3
- 1 0 obj
4
- << /Pages 3 0 R /Type /Catalog >>
5
- endobj
6
- 2 0 obj
7
- << /ModDate <a4edf0aa882dd1e784a1f0d956592496> >>
8
- endobj
9
- 3 0 obj
10
- << /Count 1 /Kids [ 4 0 R ] /MediaBox [ 0 0 612 446 ] /Type /Pages >>
11
- endobj
12
- 4 0 obj
13
- << /Contents 5 0 R /Parent 3 0 R /Resources 6 0 R /Type /Page >>
14
- endobj
15
- 5 0 obj
16
- << /Length 51 >>
17
- stream
18
- ��&X*�2�Р#�b&�
19
  �X\4t��=���~YCa�4��K�v�l���endstream
20
- endobj
21
- 6 0 obj
22
- << /Font << /F1 7 0 R >> /ProcSet [ /PDF /Text ] >>
23
- endobj
24
- 7 0 obj
25
- << /BaseFont /Helvetica /Name /F1 /Subtype /Type1 /Type /Font >>
26
- endobj
27
- 8 0 obj
28
- << /CF << /StdCF << /AuthEvent /DocOpen /CFM /V2 /Length 16 >> >> /Filter /Standard /Length 128 /O <1517aad6ec33e7aaa17972b91854f2f7c05c11fc7fcafe7df725ffcfd4c55705> /P -4 /R 4 /StmF /StdCF /StrF /StdCF /U <6ccfb47c809a4bab70d578d957cee8240122456a91bae5134273a6db134c87c4> /V 4 >>
29
- endobj
30
- xref
31
- 0 9
32
- 0000000000 65535 f
33
- 0000000015 00000 n
34
- 0000000064 00000 n
35
- 0000000129 00000 n
36
- 0000000214 00000 n
37
- 0000000294 00000 n
38
- 0000000394 00000 n
39
- 0000000461 00000 n
40
- 0000000541 00000 n
41
- trailer << /Info 2 0 R /Root 1 0 R /Size 9 /ID [<6790ffa610024e78369114311fc0df96><c076b76a546e168a79166606212af08f>] /Encrypt 8 0 R >>
42
- startxref
43
- 837
44
- %%EOF
@@ -1,43 +0,0 @@
1
- %PDF-1.6
2
- %����
3
- 1 0 obj
4
- << /Pages 3 0 R /Type /Catalog >>
5
- endobj
6
- 2 0 obj
7
- << /ModDate <fbf7060c68ac30939db362469e7f0e1dde4c372fe75fb33db8f1f1d1cbde1d5448e3cf2279e902e3da77a6dbfe67a1e2> >>
8
- endobj
9
- 3 0 obj
10
- << /Count 1 /Kids [ 4 0 R ] /MediaBox [ 0 0 612 446 ] /Type /Pages >>
11
- endobj
12
- 4 0 obj
13
- << /Contents 5 0 R /Parent 3 0 R /Resources 6 0 R /Type /Page >>
14
- endobj
15
- 5 0 obj
16
- << /Length 80 >>
17
- stream
18
- �L���j�
19
- endobj
20
- 6 0 obj
21
- << /Font << /F1 7 0 R >> /ProcSet [ /PDF /Text ] >>
22
- endobj
23
- 7 0 obj
24
- << /BaseFont /Helvetica /Name /F1 /Subtype /Type1 /Type /Font >>
25
- endobj
26
- 8 0 obj
27
- << /CF << /StdCF << /AuthEvent /DocOpen /CFM /AESV2 /Length 16 >> >> /Filter /Standard /Length 128 /O <36451bd39d753b7c1d10922c28e6665aa4f3353fb0348b536893e3b1db5c579b> /P -4 /R 4 /StmF /StdCF /StrF /StdCF /U <21b497bba6ef18247f972715de1d12780122456a91bae5134273a6db134c87c4> /V 4 >>
28
- endobj
29
- xref
30
- 0 9
31
- 0000000000 65535 f
32
- 0000000015 00000 n
33
- 0000000064 00000 n
34
- 0000000193 00000 n
35
- 0000000278 00000 n
36
- 0000000358 00000 n
37
- 0000000487 00000 n
38
- 0000000554 00000 n
39
- 0000000634 00000 n
40
- trailer << /Info 2 0 R /Root 1 0 R /Size 9 /ID [<6790ffa610024e78369114311fc0df96><0995393fccfd6be04530deefef6eaafd>] /Encrypt 8 0 R >>
41
- startxref
42
- 933
43
- %%EOF
@@ -1,43 +0,0 @@
1
- %PDF-1.4
2
- %����
3
- 1 0 obj
4
- << /Pages 3 0 R /Type /Catalog >>
5
- endobj
6
- 2 0 obj
7
- << /ModDate <05e6011e1e6068218845d13117a2ff4a> >>
8
- endobj
9
- 3 0 obj
10
- << /Count 1 /Kids [ 4 0 R ] /MediaBox [ 0 0 612 446 ] /Type /Pages >>
11
- endobj
12
- 4 0 obj
13
- << /Contents 5 0 R /Parent 3 0 R /Resources 6 0 R /Type /Page >>
14
- endobj
15
- 5 0 obj
16
- << /Length 51 >>
17
- stream
18
- S�ޣg����S�U��;�㇟�i���g�Fe�<���5�q?��^#��ڄOendstream
19
- endobj
20
- 6 0 obj
21
- << /Font << /F1 7 0 R >> /ProcSet [ /PDF /Text ] >>
22
- endobj
23
- 7 0 obj
24
- << /BaseFont /Helvetica /Name /F1 /Subtype /Type1 /Type /Font >>
25
- endobj
26
- 8 0 obj
27
- << /Filter /Standard /Length 128 /O <36451bd39d753b7c1d10922c28e6665aa4f3353fb0348b536893e3b1db5c579b> /P -4 /R 3 /U <21b497bba6ef18247f972715de1d12780122456a91bae5134273a6db134c87c4> /V 2 >>
28
- endobj
29
- xref
30
- 0 9
31
- 0000000000 65535 f
32
- 0000000015 00000 n
33
- 0000000064 00000 n
34
- 0000000129 00000 n
35
- 0000000214 00000 n
36
- 0000000294 00000 n
37
- 0000000394 00000 n
38
- 0000000461 00000 n
39
- 0000000541 00000 n
40
- trailer << /Info 2 0 R /Root 1 0 R /Size 9 /ID [<6790ffa610024e78369114311fc0df96><4faaca305306e77695ef10973458e3e4>] /Encrypt 8 0 R >>
41
- startxref
42
- 748
43
- %%EOF
@@ -1,43 +0,0 @@
1
- %PDF-1.5
2
- %����
3
- 1 0 obj
4
- << /Pages 3 0 R /Type /Catalog >>
5
- endobj
6
- 2 0 obj
7
- << /ModDate <05e6011e1e6068218845d13117a2ff4a> >>
8
- endobj
9
- 3 0 obj
10
- << /Count 1 /Kids [ 4 0 R ] /MediaBox [ 0 0 612 446 ] /Type /Pages >>
11
- endobj
12
- 4 0 obj
13
- << /Contents 5 0 R /Parent 3 0 R /Resources 6 0 R /Type /Page >>
14
- endobj
15
- 5 0 obj
16
- << /Length 51 >>
17
- stream
18
- S�ޣg����S�U��;�㇟�i���g�Fe�<���5�q?��^#��ڄOendstream
19
- endobj
20
- 6 0 obj
21
- << /Font << /F1 7 0 R >> /ProcSet [ /PDF /Text ] >>
22
- endobj
23
- 7 0 obj
24
- << /BaseFont /Helvetica /Name /F1 /Subtype /Type1 /Type /Font >>
25
- endobj
26
- 8 0 obj
27
- << /CF << /StdCF << /AuthEvent /DocOpen /CFM /V2 /Length 16 >> >> /Filter /Standard /Length 128 /O <36451bd39d753b7c1d10922c28e6665aa4f3353fb0348b536893e3b1db5c579b> /P -4 /R 4 /StmF /StdCF /StrF /StdCF /U <21b497bba6ef18247f972715de1d12780122456a91bae5134273a6db134c87c4> /V 4 >>
28
- endobj
29
- xref
30
- 0 9
31
- 0000000000 65535 f
32
- 0000000015 00000 n
33
- 0000000064 00000 n
34
- 0000000129 00000 n
35
- 0000000214 00000 n
36
- 0000000294 00000 n
37
- 0000000394 00000 n
38
- 0000000461 00000 n
39
- 0000000541 00000 n
40
- trailer << /Info 2 0 R /Root 1 0 R /Size 9 /ID [<6790ffa610024e78369114311fc0df96><661ca7ec87f20561a30151a8a5843c75>] /Encrypt 8 0 R >>
41
- startxref
42
- 837
43
- %%EOF
@@ -1,43 +0,0 @@
1
- %PDF-1.3
2
- %����
3
- 1 0 obj
4
- << /Pages 3 0 R /Type /Catalog >>
5
- endobj
6
- 2 0 obj
7
- << /ModDate <37685a7cc84bd9593871ed21e68b49ed> >>
8
- endobj
9
- 3 0 obj
10
- << /Count 1 /Kids [ 4 0 R ] /MediaBox [ 0 0 612 446 ] /Type /Pages >>
11
- endobj
12
- 4 0 obj
13
- << /Contents 5 0 R /Parent 3 0 R /Resources 6 0 R /Type /Page >>
14
- endobj
15
- 5 0 obj
16
- << /Length 51 >>
17
- stream
18
- ��;bA�M�Q����yo^W0Hɋ�6Q� ��<6+�� 2z���0B-endstream
19
- endobj
20
- 6 0 obj
21
- << /Font << /F1 7 0 R >> /ProcSet [ /PDF /Text ] >>
22
- endobj
23
- 7 0 obj
24
- << /BaseFont /Helvetica /Name /F1 /Subtype /Type1 /Type /Font >>
25
- endobj
26
- 8 0 obj
27
- << /Filter /Standard /Length 40 /O <2055c756c72e1ad702608e8196acad447ad32d17cff583235f6dd15fed7dab67> /P -4 /R 2 /U <8146f3ef018b3b0605e5906e43c29466b46e99d3a959b4b5a930d57f6b75532f> /V 1 >>
28
- endobj
29
- xref
30
- 0 9
31
- 0000000000 65535 f
32
- 0000000015 00000 n
33
- 0000000064 00000 n
34
- 0000000129 00000 n
35
- 0000000214 00000 n
36
- 0000000294 00000 n
37
- 0000000394 00000 n
38
- 0000000461 00000 n
39
- 0000000541 00000 n
40
- trailer << /Info 2 0 R /Root 1 0 R /Size 9 /ID [<6790ffa610024e78369114311fc0df96><326c3f99b0e287c1f56d3e3ab4ea8094>] /Encrypt 8 0 R >>
41
- startxref
42
- 747
43
- %%EOF
@@ -1,43 +0,0 @@
1
- %PDF-1.7
2
- %����
3
- 1 0 obj
4
- << /Extensions << /ADBE << /BaseVersion /1.7 /ExtensionLevel 8 >> >> /Pages 3 0 R /Type /Catalog >>
5
- endobj
6
- 2 0 obj
7
- << /ModDate <455922159f89d1026308d41f22a451d85a5a669a0d5a1be0318f93344719d63d1bf506624cdfa3937cff6c2261e202fe> >>
8
- endobj
9
- 3 0 obj
10
- << /Count 1 /Kids [ 4 0 R ] /MediaBox [ 0 0 612 446 ] /Type /Pages >>
11
- endobj
12
- 4 0 obj
13
- << /Contents 5 0 R /Parent 3 0 R /Resources 6 0 R /Type /Page >>
14
- endobj
15
- 5 0 obj
16
- << /Length 80 >>
17
- stream
18
- l  ������g)�P� !���i�L6Ն�p��Z)"6�عF��:�v�2{��A$b����4)}Jq�}�m�zendstream
19
- endobj
20
- 6 0 obj
21
- << /Font << /F1 7 0 R >> /ProcSet [ /PDF /Text ] >>
22
- endobj
23
- 7 0 obj
24
- << /BaseFont /Helvetica /Name /F1 /Subtype /Type1 /Type /Font >>
25
- endobj
26
- 8 0 obj
27
- << /CF << /StdCF << /AuthEvent /DocOpen /CFM /AESV3 /Length 32 >> >> /Filter /Standard /Length 256 /O <c45f742ab136fcfcd2f087818c0b313173e48d71ea9dec2c81eb4901cf95fc6294e7fff6582866782d868d4e0d47f1a4> /OE <e830d8e49b1dbd2b51f5ee47e1e878aab7bef375ca5f958060797976066ffb3d> /P -4 /Perms <b9df61d4a12fe0a5999a83434c74150d> /R 6 /StmF /StdCF /StrF /StdCF /U <decb941205755642a6676045e8f2fd3e236a36dc0f289406d5f92024b237e3284f78784644c001a9ceda18e0930e59e9> /UE <6c6ed31bfd8b6a57925f0f9772e9f89020e4e5818dbaf49972b1d097ce76da6c> /V 5 >>
28
- endobj
29
- xref
30
- 0 9
31
- 0000000000 65535 f
32
- 0000000015 00000 n
33
- 0000000130 00000 n
34
- 0000000259 00000 n
35
- 0000000344 00000 n
36
- 0000000424 00000 n
37
- 0000000553 00000 n
38
- 0000000620 00000 n
39
- 0000000700 00000 n
40
- trailer << /Info 2 0 R /Root 1 0 R /Size 9 /ID [<6790ffa610024e78369114311fc0df96><5f648b2e74202292047fe86bf8a5fd06>] /Encrypt 8 0 R >>
41
- startxref
42
- 1247
43
- %%EOF