mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
updated mpdf to 5.7.2
This commit is contained in:
parent
fb9df0c269
commit
d07abb5c42
6 changed files with 462 additions and 245 deletions
|
@ -871,6 +871,7 @@ class PDFBarcode {
|
|||
* Very capable code, excellent density, high reliability; in very wide use world-wide
|
||||
*/
|
||||
protected function barcode_c128($code, $type='B', $ean=false) {
|
||||
$code = strcode2utf($code); // mPDF 5.7.1 Allows e.g. <barcode code="5432
1068" type="C128A" />
|
||||
$chr = array(
|
||||
'212222', /* 00 */
|
||||
'222122', /* 01 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue