tc-lib-barcode
tc-lib-barcode copied to clipboard
PHP library to generate linear and bidimensional barcodes
### Aztec codes ? Can this excellent package be further enhanced to produce 2D Aztec codes ?
Does not work with PHP 8.1 Type.php, line 544: ```php imagefilledrectangle($img, $rect[0], $rect[1], $rect[2], $rect[3], $bar_color); ```
Hello, default encoding (ASCII) seems to be hard coded in method getHighLevelEncoding : could the params be used to set the desired encoding ? I managed to fork and patch...
Error
A PHP Error was encountered Severity: Warning Message: Uninitialized string offset 19 Filename: CodeOneTwoEight/Process.php Line Number: 208 Backtrace: File: /home/parasmstaging/public_html/bhusawal-plant/vendor/tecnickcom/tc-lib-barcode/src/Type/Linear/CodeOneTwoEight/Process.php Line: 208 Function: _error_handler File: /home/parasmstaging/public_html/bhusawal-plant/vendor/tecnickcom/tc-lib-barcode/src/Type/Linear/CodeOneTwoEight/CodeOneTwoEightC.php Line: 59 Function: getCodeDataC...
# Description Datamtrix can be fully encoded with different encoding. The actual parameters in constructor don't allow that for now. For instance : `$data = "IS010000000000000000000000S1173082622170111S21.2.250.1.213.1.4.10S3JEAN-MICHEL" . chr(29) . "S4INS-FAMILLE-UN"...
I'm trying to encode the special "trademark"-character (™) into a datamatrix code. The character has the ASCII-number 226 so it is within the ASCII specification for datamatrix (1-255). The generated...