Initial commit
This commit is contained in:
11
#jpgraph/src/Examples/barcode_ex0.php
Normal file
11
#jpgraph/src/Examples/barcode_ex0.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// ==============================================
|
||||
// Output Image using Code 39 using only default values
|
||||
// ==============================================
|
||||
require_once ('jpgraph/jpgraph_barcode.php');
|
||||
|
||||
$encoder = BarcodeFactory::Create(ENCODING_CODE39);
|
||||
$e = BackendFactory::Create(BACKEND_IMAGE,$encoder);
|
||||
$e->Stroke('ABC123');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user