コード例 #1
0
ファイル: Barcode1D.php プロジェクト: martinlindhe/core3
 protected function getPng($code, $type)
 {
     $barcode = new \TCPDFBarcode($code, $type);
     return $barcode->getBarcodePNGData(2, 30, array(0, 0, 0));
 }