Download - Databar Expanded
Download
Our Databar Expanded library uses the same calls as our 1D Package. Testing our library is easy:
- Download the 1D package to test.
- Purchase the Databar Expanded license to download the Databar Expanded library.
- Change a couple lines of code to swap from 1D to Databar Expanded.
<?php
use BarcodeBakery\Common\BCGColor;
use BarcodeBakery\Common\BCGDrawing;
use BarcodeBakery\Barcode\
$colorBlack = new BCGColor(0, 0, 0);
$colorWhite = new BCGColor(255, 255, 255);
// Barcode Part
$code = new
$code->parse('Hello');