landrix / Zint-Barcode-Generator-for-Delphi

Zint Barcode Generator for Delphi
Apache License 2.0
98 stars 32 forks source link

Print a Code128 with small size #6

Closed magnolima closed 4 years ago

magnolima commented 5 years ago

Hi, based on the demo, I am trying to generate a small (3cm) barcode using Code 128. The full size is nice but I cannot read it when with that size. The spacing of 0 and 1 seems not to get correct, seems to cut, I dunno. What properties should I look at to fix it? Thank you!

landrix commented 5 years ago

Which data you used to generate the barcode?

magnolima commented 5 years ago

Simple string like "ABCDEFGHI 12345678", if the image length is about 250px, ie., it prints nicely and the reader can scan. We need a size of 3.5cm.

An old Delphi shell application can print it but using PPLA commands.