barcode
barcode copied to clipboard
Sheet format and others things
Hello, I want to print a format C10 (40mmX2_mm) but when I am using this format I dont have a correct output. The visual is too small compared to the sheet format even with margin equal to 0.
As well I can see the page number displayed, how to remove "1/1" from the visual ?
BR
hi,
I have the same issue whit the page number, did you resolve it?
Hi, I solved the issue:
In the marketplace/barcode/inc/ barcode.class line 312 change the final by ' ' it remove page number.
$pdf -> ezStartPageNumbers($pdf->ez['pageWidth']-30,10,10, 'left', ' ').
hope it help.
Rockstar !