mpdf / mpdf.github.io

mPDF documentation
https://mpdf.github.io
Other
509 stars 160 forks source link

Hide Number in Barcode output #145

Closed arcanisgk closed 3 years ago

arcanisgk commented 3 years ago

hello i have a PDF generated with mpdf and i insert a barcode in table cell like this: image

the problem is that i am using the barcode tag documented on this: https://mpdf.github.io/reference/html-control-tags/barcode.html

i am trying to hide the number with:

$mpdf    = new Mpdf([
                                    'mode'               => 'utf-8',
                                    'format'             => 'L',
                                    'margin_left'        => 5,
                                    'margin_right'       => 5,
                                    'margin_top'         => 20,
                                    'margin_bottom'      => 10,
                                    'margin_header'      => 5,
                                    'margin_footer'      => 5,
                                    'showBarcodeNumbers' => false, //use this to hidden number in barcodes
                                ]);

but not work, text continue show.

finwe commented 3 years ago

Please, use mpdf/mpdf repository to request features and/or report bugs.

Please note that the Issue tracker serves mainly as a place to report bugs and request new features as noted in Contributing guidelines. Please do not abuse it as a general questions or troubleshooting location.

Use the the mpdf tag at Stack Overflow.