Skip to content

Issues in scanning generated pdf417 barcode #48

Description

@Piyushchandra1987

Additional information for #47
I have added a sample program in Pdf417Barcode

Here is sample program I am using
code file

barcode_data = "Test Barcode"
postal_barcode = Barby::Pdf417.new(barcode_data)
image = Barby::PngOutputter.new(postal_barcode).to_png
File.open('barcode.png', 'w'){|f| f.write image }

you can check generated barcode

I am able to scan barcode generated by java library using
java Pdf417lib test_barcode.ps "Test Barcode"

OS : Mac OS X Yoesmite 10.10.3
Jruby version : jruby 1.7.20 (1.9.3p551) 2015-05-04 3086e6a on Java HotSpot(TM) 64-Bit Server VM 1.8.0_25-b17 +jit [darwin-x86_64]
Gems Used

for verifying I am using this site Online Barcode Decoder

and Barcode scanners by manatee Works on my android phone

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions