A library in pure elixir (no NIFs) to generate PDF417 barcodes. Currently only the text and large number modes are supported.
- Add support for the binary modes
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.
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.