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 &...