redcode/barcode

关于此包最新版本(dev-master)没有可用的许可证信息。

symfony2 的 tcpdf 条形码包装器

dev-master 2013-12-27 12:39 UTC

This package is not auto-updated.

Last update: 2024-09-24 01:12:30 UTC


README

$barcode = new \RedCode\Barcode\Barcode();
$result = $barcode->getPng('10203971045828', 'I25', 2, 50);

$result = $barcode->getPng('10203971045828', 'DATAMATRIX', 3, 3);