MopaBarcodeBundle
MopaBarcodeBundle copied to clipboard
Bundle to provide Barcodes in Symfony2
Hello. Generated barcodes are very big. I found an issue, that in Model/BarcodeService.php at line 50 here is hardcoded options. It works perfectly, when i comment this line. Could you...
When I try 'php composer.phar update', this error occurs: > Your requirements could not be resolved to an installable set of packages. > Problem 1 > - avalanche123/imagine-bundle dev-master requires...
Can you please add tag to latest commit, so I can lock it in composer.json file, so it doesn't update every time. This should be done for every release. Usage...
I try to generate code 128 bar code and using 90 degrees orientation (to print the barcode vertically) parameter it doesn't print anything. if i use 89 degrees for instance...
Hi I am trying to generate multiple barcode image files by looping loop start...... $barcodeService = $this->container->get('mopa_barcode.barcode_service'); $filename = $barcode . ".png"; $barcodeService->saveAs('code128', $barcode, $filename); loop end here..... for one...