View Source PDF417.PNGEncoder (pdf417 v0.2.0)

Takes a grid (matrix) of integers and turns them into a PNG. All the integers in the grid need to be 17-digits in base 2, with the exception of the stop character, which per the standard has one extra bit.

Link to this section Summary

Link to this section Functions

Link to this function

encode(matrix, options \\ %{})

View Source