-
Name
-
hexapdf
-
Version
-
0.34.1
-
Platform
-
ruby
-
Authors
-
Thomas Leitner
-
Bindir
-
bin
-
Date
-
2023-11-01 00:00:00 UTC
-
Dependencies
-
cmdparse (~> 3.0, >= 3.0.3)
geom2d (~> 0.4, >= 0.4.1)
openssl (>= 2.2.1)
kramdown (~> 2.3, development)
minitest (~> 5.16, development)
reline (~> 0.1, development)
rubocop (~> 1.0, development)
webrick (>= 0, development)
rake (>= 0, development)
simplecov (>= 0, development)
-
Description
-
HexaPDF is a pure Ruby library with an accompanying application for working with PDF
files.
In short, it allows creating new PDF files, manipulating existing PDF files, merging multiple
PDF files into one, extracting meta information, text, images and files from PDF files, securing
PDF files by encrypting them and optimizing PDF files for smaller file size or other
criteria.
HexaPDF was designed with ease of use and performance in mind. It uses lazy loading and lazy
computing when possible and tries to produce small PDF files by default.
-
Email
-
t_leitner@gmx.at
-
Executables
-
hexapdf
-
Files
-
CHANGELOG.md
LICENSE
README.md
Rakefile
agpl-3.0.txt
bin/hexapdf
data/hexapdf/afm/Courier-Bold.afm
data/hexapdf/afm/Courier-BoldOblique.afm
data/hexapdf/afm/Courier-Oblique.afm
data/hexapdf/afm/Courier.afm
data/hexapdf/afm/Helvetica-Bold.afm
data/hexapdf/afm/Helvetica-BoldOblique.afm
data/hexapdf/afm/Helvetica-Oblique.afm
data/hexapdf/afm/Helvetica.afm
data/hexapdf/afm/MustRead.html
data/hexapdf/afm/Symbol.afm
data/hexapdf/afm/Times-Bold.afm
data/hexapdf/afm/Times-BoldItalic.afm
data/hexapdf/afm/Times-Italic.afm
data/hexapdf/afm/Times-Roman.afm
data/hexapdf/afm/ZapfDingbats.afm
data/hexapdf/cert/demo_cert.rb
data/hexapdf/cert/root-ca.crt
data/hexapdf/cert/signing.crt
data/hexapdf/cert/signing.key
data/hexapdf/cert/sub-ca.crt
data/hexapdf/cmap/83pv-RKSJ-H
data/hexapdf/cmap/90ms-RKSJ-H
data/hexapdf/cmap/90ms-RKSJ-V
data/hexapdf/cmap/90msp-RKSJ-H
data/hexapdf/cmap/90msp-RKSJ-V
data/hexapdf/cmap/90pv-RKSJ-H
data/hexapdf/cmap/Add-RKSJ-H
data/hexapdf/cmap/Add-RKSJ-V
data/hexapdf/cmap/Adobe-CNS1-UCS2
data/hexapdf/cmap/Adobe-GB1-UCS2
data/hexapdf/cmap/Adobe-Japan1-UCS2
data/hexapdf/cmap/Adobe-Korea1-UCS2
data/hexapdf/cmap/B5pc-H
data/hexapdf/cmap/B5pc-V
data/hexapdf/cmap/CNS-EUC-H
data/hexapdf/cmap/CNS-EUC-V
data/hexapdf/cmap/ETen-B5-H
data/hexapdf/cmap/ETen-B5-V
data/hexapdf/cmap/ETenms-B5-H
data/hexapdf/cmap/ETenms-B5-V
data/hexapdf/cmap/EUC-H
data/hexapdf/cmap/EUC-V
data/hexapdf/cmap/Ext-RKSJ-H
data/hexapdf/cmap/Ext-RKSJ-V
data/hexapdf/cmap/GB-EUC-H
data/hexapdf/cmap/GB-EUC-V
data/hexapdf/cmap/GBK-EUC-H
data/hexapdf/cmap/GBK-EUC-V
data/hexapdf/cmap/GBK2K-H
data/hexapdf/cmap/GBK2K-V
data/hexapdf/cmap/GBKp-EUC-H
data/hexapdf/cmap/GBKp-EUC-V
data/hexapdf/cmap/GBpc-EUC-H
data/hexapdf/cmap/GBpc-EUC-V
data/hexapdf/cmap/H
data/hexapdf/cmap/HKscs-B5-H
data/hexapdf/cmap/HKscs-B5-V
data/hexapdf/cmap/Identity-H
data/hexapdf/cmap/Identity-V
data/hexapdf/cmap/KSC-EUC-H
data/hexapdf/cmap/KSC-EUC-V
data/hexapdf/cmap/KSCms-UHC-H
data/hexapdf/cmap/KSCms-UHC-HW-H
data/hexapdf/cmap/KSCms-UHC-HW-V
data/hexapdf/cmap/KSCms-UHC-V
data/hexapdf/cmap/KSCpc-EUC-H
data/hexapdf/cmap/LICENSE.txt
data/hexapdf/cmap/README.txt
data/hexapdf/cmap/UniCNS-UCS2-H
data/hexapdf/cmap/UniCNS-UCS2-V
data/hexapdf/cmap/UniCNS-UTF16-H
data/hexapdf/cmap/UniCNS-UTF16-V
data/hexapdf/cmap/UniGB-UCS2-H
data/hexapdf/cmap/UniGB-UCS2-V
data/hexapdf/cmap/UniGB-UTF16-H
data/hexapdf/cmap/UniGB-UTF16-V
data/hexapdf/cmap/UniJIS-UCS2-H
data/hexapdf/cmap/UniJIS-UCS2-HW-H
data/hexapdf/cmap/UniJIS-UCS2-HW-V
data/hexapdf/cmap/UniJIS-UCS2-V
data/hexapdf/cmap/UniJIS-UTF16-H
data/hexapdf/cmap/UniJIS-UTF16-V
data/hexapdf/cmap/UniKS-UCS2-H
data/hexapdf/cmap/UniKS-UCS2-V
data/hexapdf/cmap/UniKS-UTF16-H
data/hexapdf/cmap/UniKS-UTF16-V
data/hexapdf/cmap/V
data/hexapdf/encoding/glyphlist.txt
data/hexapdf/encoding/zapfdingbats.txt
examples/001-hello_world.rb
examples/002-graphics.rb
examples/003-arcs.rb
examples/004-optimizing.rb
examples/005-merging.rb
examples/006-standard_pdf_fonts.rb
examples/007-truetype.rb
examples/008-show_char_bboxes.rb
examples/009-text_layouter_alignment.rb
examples/010-text_layouter_inline_boxes.rb
examples/011-text_layouter_line_wrapping.rb
examples/012-text_layouter_styling.rb
examples/013-text_layouter_shapes.rb
examples/014-text_in_polygon.rb
examples/015-boxes.rb
examples/016-frame_automatic_box_placement.rb
examples/017-frame_text_flow.rb
examples/018-composer.rb
examples/019-acro_form.rb
examples/020-column_box.rb
examples/021-list_box.rb
examples/022-outline.rb
examples/023-images.rb
examples/024-digital-signatures.rb
examples/025-table_box.rb
examples/026-optional_content.rb
examples/027-composer_optional_content.rb
examples/emoji-smile.png
examples/emoji-wink.png
examples/machupicchu.jpg
lib/hexapdf.rb
lib/hexapdf/cli.rb
lib/hexapdf/cli/batch.rb
lib/hexapdf/cli/command.rb
lib/hexapdf/cli/files.rb
lib/hexapdf/cli/fonts.rb
lib/hexapdf/cli/form.rb
lib/hexapdf/cli/image2pdf.rb
lib/hexapdf/cli/images.rb
lib/hexapdf/cli/info.rb
lib/hexapdf/cli/inspect.rb
lib/hexapdf/cli/merge.rb
lib/hexapdf/cli/modify.rb
lib/hexapdf/cli/optimize.rb
lib/hexapdf/cli/split.rb
lib/hexapdf/cli/watermark.rb
lib/hexapdf/composer.rb
lib/hexapdf/configuration.rb
lib/hexapdf/content.rb
lib/hexapdf/content/canvas.rb
lib/hexapdf/content/color_space.rb
lib/hexapdf/content/graphic_object.rb
lib/hexapdf/content/graphic_object/arc.rb
lib/hexapdf/content/graphic_object/endpoint_arc.rb
lib/hexapdf/content/graphic_object/geom2d.rb
lib/hexapdf/content/graphic_object/solid_arc.rb
lib/hexapdf/content/graphics_state.rb
lib/hexapdf/content/operator.rb
lib/hexapdf/content/parser.rb
lib/hexapdf/content/processor.rb
lib/hexapdf/content/transformation_matrix.rb
lib/hexapdf/data_dir.rb
lib/hexapdf/dictionary.rb
lib/hexapdf/dictionary_fields.rb
lib/hexapdf/digital_signature.rb
lib/hexapdf/digital_signature/cms_handler.rb
lib/hexapdf/digital_signature/handler.rb
lib/hexapdf/digital_signature/pkcs1_handler.rb
lib/hexapdf/digital_signature/signature.rb
lib/hexapdf/digital_signature/signatures.rb
lib/hexapdf/digital_signature/signing.rb
lib/hexapdf/digital_signature/signing/default_handler.rb
lib/hexapdf/digital_signature/signing/signed_data_creator.rb
lib/hexapdf/digital_signature/signing/timestamp_handler.rb
lib/hexapdf/digital_signature/verification_result.rb
lib/hexapdf/document.rb
lib/hexapdf/document/destinations.rb
lib/hexapdf/document/files.rb
lib/hexapdf/document/fonts.rb
lib/hexapdf/document/images.rb
lib/hexapdf/document/layout.rb
lib/hexapdf/document/pages.rb
lib/hexapdf/encryption.rb
lib/hexapdf/encryption/aes.rb
lib/hexapdf/encryption/arc4.rb
lib/hexapdf/encryption/fast_aes.rb
lib/hexapdf/encryption/fast_arc4.rb
lib/hexapdf/encryption/identity.rb
lib/hexapdf/encryption/ruby_aes.rb
lib/hexapdf/encryption/ruby_arc4.rb
lib/hexapdf/encryption/security_handler.rb
lib/hexapdf/encryption/standard_security_handler.rb
lib/hexapdf/error.rb
lib/hexapdf/filter.rb
lib/hexapdf/filter/ascii85_decode.rb
lib/hexapdf/filter/ascii_hex_decode.rb
lib/hexapdf/filter/crypt.rb
lib/hexapdf/filter/encryption.rb
lib/hexapdf/filter/flate_decode.rb
lib/hexapdf/filter/lzw_decode.rb
lib/hexapdf/filter/pass_through.rb
lib/hexapdf/filter/predictor.rb
lib/hexapdf/filter/run_length_decode.rb
lib/hexapdf/font/cmap.rb
lib/hexapdf/font/cmap/parser.rb
lib/hexapdf/font/cmap/writer.rb
lib/hexapdf/font/encoding.rb
lib/hexapdf/font/encoding/base.rb
lib/hexapdf/font/encoding/difference_encoding.rb
lib/hexapdf/font/encoding/glyph_list.rb
lib/hexapdf/font/encoding/mac_expert_encoding.rb
lib/hexapdf/font/encoding/mac_roman_encoding.rb
lib/hexapdf/font/encoding/standard_encoding.rb
lib/hexapdf/font/encoding/symbol_encoding.rb
lib/hexapdf/font/encoding/win_ansi_encoding.rb
lib/hexapdf/font/encoding/zapf_dingbats_encoding.rb
lib/hexapdf/font/invalid_glyph.rb
lib/hexapdf/font/true_type.rb
lib/hexapdf/font/true_type/builder.rb
lib/hexapdf/font/true_type/font.rb
lib/hexapdf/font/true_type/optimizer.rb
lib/hexapdf/font/true_type/subsetter.rb
lib/hexapdf/font/true_type/table.rb
lib/hexapdf/font/true_type/table/cmap.rb
lib/hexapdf/font/true_type/table/cmap_subtable.rb
lib/hexapdf/font/true_type/table/directory.rb
lib/hexapdf/font/true_type/table/glyf.rb
lib/hexapdf/font/true_type/table/head.rb
lib/hexapdf/font/true_type/table/hhea.rb
lib/hexapdf/font/true_type/table/hmtx.rb
lib/hexapdf/font/true_type/table/kern.rb
lib/hexapdf/font/true_type/table/loca.rb
lib/hexapdf/font/true_type/table/maxp.rb
lib/hexapdf/font/true_type/table/name.rb
lib/hexapdf/font/true_type/table/os2.rb
lib/hexapdf/font/true_type/table/post.rb
lib/hexapdf/font/true_type_wrapper.rb
lib/hexapdf/font/type1.rb
lib/hexapdf/font/type1/afm_parser.rb
lib/hexapdf/font/type1/character_metrics.rb
lib/hexapdf/font/type1/font.rb
lib/hexapdf/font/type1/font_metrics.rb
lib/hexapdf/font/type1/pfb_parser.rb
lib/hexapdf/font/type1_wrapper.rb
lib/hexapdf/font_loader.rb
lib/hexapdf/font_loader/from_configuration.rb
lib/hexapdf/font_loader/from_file.rb
lib/hexapdf/font_loader/standard14.rb
lib/hexapdf/image_loader.rb
lib/hexapdf/image_loader/jpeg.rb
lib/hexapdf/image_loader/pdf.rb
lib/hexapdf/image_loader/png.rb
lib/hexapdf/importer.rb
lib/hexapdf/layout.rb
lib/hexapdf/layout/box.rb
lib/hexapdf/layout/box_fitter.rb
lib/hexapdf/layout/column_box.rb
lib/hexapdf/layout/frame.rb
lib/hexapdf/layout/image_box.rb
lib/hexapdf/layout/inline_box.rb
lib/hexapdf/layout/line.rb
lib/hexapdf/layout/list_box.rb
lib/hexapdf/layout/numeric_refinements.rb
lib/hexapdf/layout/page_style.rb
lib/hexapdf/layout/style.rb
lib/hexapdf/layout/table_box.rb
lib/hexapdf/layout/text_box.rb
lib/hexapdf/layout/text_fragment.rb
lib/hexapdf/layout/text_layouter.rb
lib/hexapdf/layout/text_shaper.rb
lib/hexapdf/layout/width_from_polygon.rb
lib/hexapdf/name_tree_node.rb
lib/hexapdf/number_tree_node.rb
lib/hexapdf/object.rb
lib/hexapdf/parser.rb
lib/hexapdf/pdf_array.rb
lib/hexapdf/rectangle.rb
lib/hexapdf/reference.rb
lib/hexapdf/revision.rb
lib/hexapdf/revisions.rb
lib/hexapdf/serializer.rb
lib/hexapdf/stream.rb
lib/hexapdf/task.rb
lib/hexapdf/task/dereference.rb
lib/hexapdf/task/optimize.rb
lib/hexapdf/test_utils.rb
lib/hexapdf/tokenizer.rb
lib/hexapdf/type.rb
lib/hexapdf/type/acro_form.rb
lib/hexapdf/type/acro_form/appearance_generator.rb
lib/hexapdf/type/acro_form/button_field.rb
lib/hexapdf/type/acro_form/choice_field.rb
lib/hexapdf/type/acro_form/field.rb
lib/hexapdf/type/acro_form/form.rb
lib/hexapdf/type/acro_form/signature_field.rb
lib/hexapdf/type/acro_form/text_field.rb
lib/hexapdf/type/acro_form/variable_text_field.rb
lib/hexapdf/type/action.rb
lib/hexapdf/type/actions.rb
lib/hexapdf/type/actions/go_to.rb
lib/hexapdf/type/actions/go_to_r.rb
lib/hexapdf/type/actions/launch.rb
lib/hexapdf/type/actions/set_ocg_state.rb
lib/hexapdf/type/actions/uri.rb
lib/hexapdf/type/annotation.rb
lib/hexapdf/type/annotations.rb
lib/hexapdf/type/annotations/link.rb
lib/hexapdf/type/annotations/markup_annotation.rb
lib/hexapdf/type/annotations/text.rb
lib/hexapdf/type/annotations/widget.rb
lib/hexapdf/type/catalog.rb
lib/hexapdf/type/cid_font.rb
lib/hexapdf/type/embedded_file.rb
lib/hexapdf/type/file_specification.rb
lib/hexapdf/type/font.rb
lib/hexapdf/type/font_descriptor.rb
lib/hexapdf/type/font_simple.rb
lib/hexapdf/type/font_true_type.rb
lib/hexapdf/type/font_type0.rb
lib/hexapdf/type/font_type1.rb
lib/hexapdf/type/font_type3.rb
lib/hexapdf/type/form.rb
lib/hexapdf/type/graphics_state_parameter.rb
lib/hexapdf/type/icon_fit.rb
lib/hexapdf/type/image.rb
lib/hexapdf/type/info.rb
lib/hexapdf/type/mark_information.rb
lib/hexapdf/type/names.rb
lib/hexapdf/type/object_stream.rb
lib/hexapdf/type/optional_content_configuration.rb
lib/hexapdf/type/optional_content_group.rb
lib/hexapdf/type/optional_content_membership.rb
lib/hexapdf/type/optional_content_properties.rb
lib/hexapdf/type/outline.rb
lib/hexapdf/type/outline_item.rb
lib/hexapdf/type/page.rb
lib/hexapdf/type/page_label.rb
lib/hexapdf/type/page_tree_node.rb
lib/hexapdf/type/resources.rb
lib/hexapdf/type/trailer.rb
lib/hexapdf/type/viewer_preferences.rb
lib/hexapdf/type/xref_stream.rb
lib/hexapdf/utils/bit_field.rb
lib/hexapdf/utils/bit_stream.rb
lib/hexapdf/utils/graphics_helpers.rb
lib/hexapdf/utils/lru_cache.rb
lib/hexapdf/utils/math_helpers.rb
lib/hexapdf/utils/object_hash.rb
lib/hexapdf/utils/pdf_doc_encoding.rb
lib/hexapdf/utils/sorted_tree_node.rb
lib/hexapdf/version.rb
lib/hexapdf/writer.rb
lib/hexapdf/xref_section.rb
test/data/aes-test-vectors/CBCGFSbox-128-decrypt.data.gz
test/data/aes-test-vectors/CBCGFSbox-128-encrypt.data.gz
test/data/aes-test-vectors/CBCGFSbox-192-decrypt.data.gz
test/data/aes-test-vectors/CBCGFSbox-192-encrypt.data.gz
test/data/aes-test-vectors/CBCGFSbox-256-decrypt.data.gz
test/data/aes-test-vectors/CBCGFSbox-256-encrypt.data.gz
test/data/aes-test-vectors/CBCKeySbox-128-decrypt.data.gz
test/data/aes-test-vectors/CBCKeySbox-128-encrypt.data.gz
test/data/aes-test-vectors/CBCKeySbox-192-decrypt.data.gz
test/data/aes-test-vectors/CBCKeySbox-192-encrypt.data.gz
test/data/aes-test-vectors/CBCKeySbox-256-decrypt.data.gz
test/data/aes-test-vectors/CBCKeySbox-256-encrypt.data.gz
test/data/aes-test-vectors/CBCVarKey-128-decrypt.data.gz
test/data/aes-test-vectors/CBCVarKey-128-encrypt.data.gz
test/data/aes-test-vectors/CBCVarKey-192-decrypt.data.gz
test/data/aes-test-vectors/CBCVarKey-192-encrypt.data.gz
test/data/aes-test-vectors/CBCVarKey-256-decrypt.data.gz
test/data/aes-test-vectors/CBCVarKey-256-encrypt.data.gz
test/data/aes-test-vectors/CBCVarTxt-128-decrypt.data.gz
test/data/aes-test-vectors/CBCVarTxt-128-encrypt.data.gz
test/data/aes-test-vectors/CBCVarTxt-192-decrypt.data.gz
test/data/aes-test-vectors/CBCVarTxt-192-encrypt.data.gz
test/data/aes-test-vectors/CBCVarTxt-256-decrypt.data.gz
test/data/aes-test-vectors/CBCVarTxt-256-encrypt.data.gz
test/data/fonts/Ubuntu-Title.ttf
test/data/images/cmyk.jpg
test/data/images/fillbytes.jpg
test/data/images/gray.jpg
test/data/images/greyscale-1bit.png
test/data/images/greyscale-2bit.png
test/data/images/greyscale-4bit.png
test/data/images/greyscale-8bit.png
test/data/images/greyscale-alpha-8bit.png
test/data/images/greyscale-trns-8bit.png
test/data/images/greyscale-with-gamma1.0.png
test/data/images/greyscale-with-gamma1.5.png
test/data/images/indexed-1bit.png
test/data/images/indexed-2bit.png
test/data/images/indexed-4bit.png
test/data/images/indexed-8bit.png
test/data/images/indexed-alpha-4bit.png
test/data/images/indexed-alpha-8bit.png
test/data/images/rgb.jpg
test/data/images/truecolour-8bit.png
test/data/images/truecolour-alpha-8bit.png
test/data/images/truecolour-gama-chrm-8bit.png
test/data/images/truecolour-srgb-8bit.png
test/data/images/ycck.jpg
test/data/minimal.pdf
test/data/standard-security-handler/README
test/data/standard-security-handler/bothpwd-aes-128bit-V4.pdf
test/data/standard-security-handler/bothpwd-aes-256bit-V5.pdf
test/data/standard-security-handler/bothpwd-arc4-128bit-V2.pdf
test/data/standard-security-handler/bothpwd-arc4-128bit-V4.pdf
test/data/standard-security-handler/bothpwd-arc4-40bit-V1.pdf
test/data/standard-security-handler/nopwd-aes-128bit-V4.pdf
test/data/standard-security-handler/nopwd-aes-256bit-V5.pdf
test/data/standard-security-handler/nopwd-arc4-128bit-V2.pdf
test/data/standard-security-handler/nopwd-arc4-128bit-V4.pdf
test/data/standard-security-handler/nopwd-arc4-40bit-V1.pdf
test/data/standard-security-handler/ownerpwd-aes-128bit-V4.pdf
test/data/standard-security-handler/ownerpwd-aes-256bit-V5.pdf
test/data/standard-security-handler/ownerpwd-arc4-128bit-V2.pdf
test/data/standard-security-handler/ownerpwd-arc4-128bit-V4.pdf
test/data/standard-security-handler/ownerpwd-arc4-40bit-V1.pdf
test/data/standard-security-handler/userpwd-aes-128bit-V4.pdf
test/data/standard-security-handler/userpwd-aes-256bit-V5.pdf
test/data/standard-security-handler/userpwd-arc4-128bit-V2.pdf
test/data/standard-security-handler/userpwd-arc4-128bit-V4.pdf
test/data/standard-security-handler/userpwd-arc4-40bit-V1.pdf
test/hexapdf/common_tokenizer_tests.rb
test/hexapdf/content/graphic_object/test_arc.rb
test/hexapdf/content/graphic_object/test_endpoint_arc.rb
test/hexapdf/content/graphic_object/test_geom2d.rb
test/hexapdf/content/graphic_object/test_solid_arc.rb
test/hexapdf/content/test_canvas.rb
test/hexapdf/content/test_color_space.rb
test/hexapdf/content/test_graphics_state.rb
test/hexapdf/content/test_operator.rb
test/hexapdf/content/test_parser.rb
test/hexapdf/content/test_processor.rb
test/hexapdf/content/test_transformation_matrix.rb
test/hexapdf/digital_signature/common.rb
test/hexapdf/digital_signature/signing/test_default_handler.rb
test/hexapdf/digital_signature/signing/test_signed_data_creator.rb
test/hexapdf/digital_signature/signing/test_timestamp_handler.rb
test/hexapdf/digital_signature/test_cms_handler.rb
test/hexapdf/digital_signature/test_handler.rb
test/hexapdf/digital_signature/test_pkcs1_handler.rb
test/hexapdf/digital_signature/test_signature.rb
test/hexapdf/digital_signature/test_signatures.rb
test/hexapdf/digital_signature/test_signing.rb
test/hexapdf/digital_signature/test_verification_result.rb
test/hexapdf/document/test_destinations.rb
test/hexapdf/document/test_files.rb
test/hexapdf/document/test_fonts.rb
test/hexapdf/document/test_images.rb
test/hexapdf/document/test_layout.rb
test/hexapdf/document/test_pages.rb
test/hexapdf/encryption/common.rb
test/hexapdf/encryption/test_aes.rb
test/hexapdf/encryption/test_arc4.rb
test/hexapdf/encryption/test_fast_aes.rb
test/hexapdf/encryption/test_fast_arc4.rb
test/hexapdf/encryption/test_identity.rb
test/hexapdf/encryption/test_ruby_aes.rb
test/hexapdf/encryption/test_ruby_arc4.rb
test/hexapdf/encryption/test_security_handler.rb
test/hexapdf/encryption/test_standard_security_handler.rb
test/hexapdf/filter/common.rb
test/hexapdf/filter/test_ascii85_decode.rb
test/hexapdf/filter/test_ascii_hex_decode.rb
test/hexapdf/filter/test_crypt.rb
test/hexapdf/filter/test_encryption.rb
test/hexapdf/filter/test_flate_decode.rb
test/hexapdf/filter/test_lzw_decode.rb
test/hexapdf/filter/test_predictor.rb
test/hexapdf/filter/test_run_length_decode.rb
test/hexapdf/font/cmap/test_parser.rb
test/hexapdf/font/cmap/test_writer.rb
test/hexapdf/font/encoding/test_base.rb
test/hexapdf/font/encoding/test_difference_encoding.rb
test/hexapdf/font/encoding/test_glyph_list.rb
test/hexapdf/font/encoding/test_zapf_dingbats_encoding.rb
test/hexapdf/font/test_cmap.rb
test/hexapdf/font/test_encoding.rb
test/hexapdf/font/test_invalid_glyph.rb
test/hexapdf/font/test_true_type_wrapper.rb
test/hexapdf/font/test_type1_wrapper.rb
test/hexapdf/font/true_type/common.rb
test/hexapdf/font/true_type/table/common.rb
test/hexapdf/font/true_type/table/test_cmap.rb
test/hexapdf/font/true_type/table/test_cmap_subtable.rb
test/hexapdf/font/true_type/table/test_directory.rb
test/hexapdf/font/true_type/table/test_glyf.rb
test/hexapdf/font/true_type/table/test_head.rb
test/hexapdf/font/true_type/table/test_hhea.rb
test/hexapdf/font/true_type/table/test_hmtx.rb
test/hexapdf/font/true_type/table/test_kern.rb
test/hexapdf/font/true_type/table/test_loca.rb
test/hexapdf/font/true_type/table/test_maxp.rb
test/hexapdf/font/true_type/table/test_name.rb
test/hexapdf/font/true_type/table/test_os2.rb
test/hexapdf/font/true_type/table/test_post.rb
test/hexapdf/font/true_type/test_builder.rb
test/hexapdf/font/true_type/test_font.rb
test/hexapdf/font/true_type/test_optimizer.rb
test/hexapdf/font/true_type/test_subsetter.rb
test/hexapdf/font/true_type/test_table.rb
test/hexapdf/font/type1/common.rb
test/hexapdf/font/type1/test_afm_parser.rb
test/hexapdf/font/type1/test_font.rb
test/hexapdf/font/type1/test_font_metrics.rb
test/hexapdf/font/type1/test_pfb_parser.rb
test/hexapdf/font_loader/test_from_configuration.rb
test/hexapdf/font_loader/test_from_file.rb
test/hexapdf/font_loader/test_standard14.rb
test/hexapdf/image_loader/test_jpeg.rb
test/hexapdf/image_loader/test_pdf.rb
test/hexapdf/image_loader/test_png.rb
test/hexapdf/layout/test_box.rb
test/hexapdf/layout/test_box_fitter.rb
test/hexapdf/layout/test_column_box.rb
test/hexapdf/layout/test_frame.rb
test/hexapdf/layout/test_image_box.rb
test/hexapdf/layout/test_inline_box.rb
test/hexapdf/layout/test_line.rb
test/hexapdf/layout/test_list_box.rb
test/hexapdf/layout/test_page_style.rb
test/hexapdf/layout/test_style.rb
test/hexapdf/layout/test_table_box.rb
test/hexapdf/layout/test_text_box.rb
test/hexapdf/layout/test_text_fragment.rb
test/hexapdf/layout/test_text_layouter.rb
test/hexapdf/layout/test_text_shaper.rb
test/hexapdf/layout/test_width_from_polygon.rb
test/hexapdf/task/test_dereference.rb
test/hexapdf/task/test_optimize.rb
test/hexapdf/test_composer.rb
test/hexapdf/test_configuration.rb
test/hexapdf/test_data_dir.rb
test/hexapdf/test_dictionary.rb
test/hexapdf/test_dictionary_fields.rb
test/hexapdf/test_document.rb
test/hexapdf/test_filter.rb
test/hexapdf/test_importer.rb
test/hexapdf/test_object.rb
test/hexapdf/test_parser.rb
test/hexapdf/test_pdf_array.rb
test/hexapdf/test_rectangle.rb
test/hexapdf/test_reference.rb
test/hexapdf/test_revision.rb
test/hexapdf/test_revisions.rb
test/hexapdf/test_serializer.rb
test/hexapdf/test_stream.rb
test/hexapdf/test_tokenizer.rb
test/hexapdf/test_type.rb
test/hexapdf/test_writer.rb
test/hexapdf/test_xref_section.rb
test/hexapdf/type/acro_form/test_appearance_generator.rb
test/hexapdf/type/acro_form/test_button_field.rb
test/hexapdf/type/acro_form/test_choice_field.rb
test/hexapdf/type/acro_form/test_field.rb
test/hexapdf/type/acro_form/test_form.rb
test/hexapdf/type/acro_form/test_signature_field.rb
test/hexapdf/type/acro_form/test_text_field.rb
test/hexapdf/type/acro_form/test_variable_text_field.rb
test/hexapdf/type/actions/test_launch.rb
test/hexapdf/type/actions/test_set_ocg_state.rb
test/hexapdf/type/actions/test_uri.rb
test/hexapdf/type/annotations/test_markup_annotation.rb
test/hexapdf/type/annotations/test_text.rb
test/hexapdf/type/annotations/test_widget.rb
test/hexapdf/type/test_annotation.rb
test/hexapdf/type/test_catalog.rb
test/hexapdf/type/test_cid_font.rb
test/hexapdf/type/test_file_specification.rb
test/hexapdf/type/test_font.rb
test/hexapdf/type/test_font_descriptor.rb
test/hexapdf/type/test_font_simple.rb
test/hexapdf/type/test_font_true_type.rb
test/hexapdf/type/test_font_type0.rb
test/hexapdf/type/test_font_type1.rb
test/hexapdf/type/test_font_type3.rb
test/hexapdf/type/test_form.rb
test/hexapdf/type/test_image.rb
test/hexapdf/type/test_info.rb
test/hexapdf/type/test_names.rb
test/hexapdf/type/test_object_stream.rb
test/hexapdf/type/test_optional_content_configuration.rb
test/hexapdf/type/test_optional_content_group.rb
test/hexapdf/type/test_optional_content_properties.rb
test/hexapdf/type/test_outline.rb
test/hexapdf/type/test_outline_item.rb
test/hexapdf/type/test_page.rb
test/hexapdf/type/test_page_label.rb
test/hexapdf/type/test_page_tree_node.rb
test/hexapdf/type/test_resources.rb
test/hexapdf/type/test_trailer.rb
test/hexapdf/type/test_xref_stream.rb
test/hexapdf/utils/test_bit_field.rb
test/hexapdf/utils/test_bit_stream.rb
test/hexapdf/utils/test_graphics_helpers.rb
test/hexapdf/utils/test_lru_cache.rb
test/hexapdf/utils/test_object_hash.rb
test/hexapdf/utils/test_pdf_doc_encoding.rb
test/hexapdf/utils/test_sorted_tree_node.rb
test/test_helper.rb
-
Homepage
-
https://hexapdf.gettalong.org
-
Licenses
-
AGPL-3.0
Nonstandard
-
Require paths
-
lib
-
Required ruby version
-
>= 2.6
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.4.10
-
Specification version
-
4
-
Summary
-
HexaPDF - A Versatile PDF Creation and Manipulation Library For Ruby
-
Original platform
-
ruby
-
New platform
-
ruby