Пример #1
0
 protected function getPng($code, $type)
 {
     $barcode = new \TCPDFBarcode($code, $type);
     return $barcode->getBarcodePNGData(2, 30, array(0, 0, 0));
 }