Skip to content

jackpocket/pdf417-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF417

A library in pure elixir (no NIFs) to generate PDF417 barcodes. Currently only the text and large number modes are supported.

Todo

  • Add support for the binary modes

Notes

This library owes a large debt to all the other open source versions of encoders; it's a direct port of the Ruby version, incorporating some ideas from the Javascript version.

Installation

If available in Hex, the package can be installed by adding pdf417 to your list of dependencies in mix.exs:

def deps do
  [
    {:pdf417, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/pdf417.

About

A library for generating PDF417 barcodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages