Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-10 | prevent panic when registering barcode fails (#118) | Dan Meyers | |
2016-12-27 | Add support for Aztec barcodes (#101) | Ruud Kamphuis | |
* Add RegisterAztec * Add test for RegisterAztec | |||
2016-05-16 | Enhance documentation and add test for PDF417 barcode | Kurt | |
2015-08-31 | Add Barcode contribution package. | Jelmer Snoeck | |
This package adds the ability to easily add a barcode to the PDF. This barcode is generated with the github.com/boombuler/barcode package. It adds wrappers for all the available barcode types through the `Register()` and `Register<Type>()` methods. These register methods put the barcode on the PDF, but not on the page. They will return a unique key that should be used later on with the `Barcode()` method scale the barcode and put it on the page. |