I have a reasonable amount of experience printing EAN barcodes
but now have a problem reducing the total width of a PPLB generated barcode. The following is the code used in VB6 to generate the barcode.
Print #1, ("B20,165,0,1E,2,2,160,N," & Chr$(34) & "01" & Trim$(sEanNo) & msvarPG & icheckDigit & "10" & mvPrintLabelsArray(0) & Chr(29) & "240" & msMaterial & Chr$(34))
the barcode is generated correctly but is fractionaly too large for a 100mm wide label(no white space left), wider labels are out of the question. Is there a way to reduce the barcode width.
Regards
If you love your job you never have to work again.
but now have a problem reducing the total width of a PPLB generated barcode. The following is the code used in VB6 to generate the barcode.
Print #1, ("B20,165,0,1E,2,2,160,N," & Chr$(34) & "01" & Trim$(sEanNo) & msvarPG & icheckDigit & "10" & mvPrintLabelsArray(0) & Chr(29) & "240" & msMaterial & Chr$(34))
the barcode is generated correctly but is fractionaly too large for a 100mm wide label(no white space left), wider labels are out of the question. Is there a way to reduce the barcode width.
Regards
If you love your job you never have to work again.