kreativekorp / barcode

barcode.php - Generate barcodes from a single PHP file. MIT license.
MIT License
258 stars 136 forks source link

Fixed https://github.com/kreativekorp/barcode/issues/6 #7

Open gubi opened 5 years ago

admintariq commented 3 years ago

How to decrease height of the svg image. I am using this "$generator->render_svg('ean-128', $suplierPartNumber, $options);"

Kam3leoN commented 1 year ago

$options['h'] = 80; $svg = $generator->render_svg("ean-128", $supplierPartNumber, $options); echo $svg;