boombuler / barcode

a barcode creation lib for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF417 support

ruudk opened this issue · comments

Would by really nice to have support for https://en.wikipedia.org/wiki/PDF417

Hi,

I will not have much time the next weeks but if anyone wants to start with this:
http://grandzebu.net/informatique/codbar-en/pdf417.htm
Should contain most of the needed information to create an pdf417 encoder.

I'm currently working on a port of https://github.com/ihabunek/pdf417-php to Golang :)

@ruudk
I'm thinking of merging your code to this repo. Is that ok with you?