pdf417-py icon indicating copy to clipboard operation
pdf417-py copied to clipboard

PDF417 barcode generator for Python

Results 2 pdf417-py issues
Sort by recently updated
recently updated
newest added

* implement encoding barcodes into [PBM format](https://en.wikipedia.org/wiki/Netpbm_format#PBM_example) (trivial) * use [pdf417decode](https://github.com/estebandelaf/pdf417decode) to verify encoded barcodes in tests * alternatively [pdf417decoder](https://github.com/sparkfish/pdf417decoder)

allow -k --kind svg|image, make svg rendering like image version