barcode icon indicating copy to clipboard operation
barcode copied to clipboard

Sheet format and others things

Open enumanc opened this issue 5 years ago • 3 comments

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

enumanc avatar Sep 30 '19 02:09 enumanc

hi,

I have the same issue whit the page number, did you resolve it?

dajean0104 avatar Jan 29 '21 17:01 dajean0104

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.

dajean0104 avatar Feb 24 '21 16:02 dajean0104

Rockstar !

pscalmic avatar Sep 16 '21 08:09 pscalmic