ESC-POS-.NET
ESC-POS-.NET copied to clipboard
Fixing Barcode length validation updated for PDF417 and Code128
Fixes #253
Based on below manuals, length cap was wrong for PDF417 and Code128
@igorocampos I see the change to the other barcode variable length checks, but for the PDF one, is it really only necessary to change the length limit? the rest of the code already works correctly for longer strings? have you been able to test this on a printer?
@igorocampos I see the change to the other barcode variable length checks, but for the PDF one, is it really only necessary to change the length limit? the rest of the code already works correctly for longer strings? have you been able to test this on a printer?
Unfortunately, I haven't :(
But according to the manual, there's no actual limit other than what you mentioned in #253, so in theory it should work. But yeah, it would be nice to have it actually tested in a printer.