Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
To Generate Barcode with Empty Bars using Aspose.Barcode Java for PHP, simply invoke GenerateBarcodeWithEmptyBars module. Here you can see example code.
PHPCode
# Instantiate barcode object
$symbology = new Symbology();
$bb = new BarCodeBuilder("TEXT", $symbology->Code128);
\# Set the FilledBars property to false
$bb->setFilledBars(false);
$bb->save($dataDir . "GenerateBarcodeWithEmptyBars.jpg");
\# Display Status.
print "Generate Barcode With Empty Bars, please check the output file.".PHP_EOL;
Download Generate Barcode with Empty Bars (Aspose.BarCode) from any of the below mentioned social coding sites:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.