Код: Выделить всё
$pdf->write1DBarcode($value->codeBarre, 'C128B', '', '', 50, 16, 0.4, $style);Код: Выделить всё
$pdf->SetXY($x_before_barcode, $y_before_barcode);Подробнее здесь: https://stackoverflow.com/questions/797 ... -white-pag
Код: Выделить всё
$pdf->write1DBarcode($value->codeBarre, 'C128B', '', '', 50, 16, 0.4, $style);Код: Выделить всё
$pdf->SetXY($x_before_barcode, $y_before_barcode);