Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Barcode length validation updated for PDF417 and Code128 #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

igorocampos
Copy link
Collaborator

@igorocampos igorocampos commented Jan 22, 2024

Fixes #253

Based on below manuals, length cap was wrong for PDF417 and Code128

image

image

@lukevp
Copy link
Owner

lukevp commented Jan 26, 2024

@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
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PDF417 max 255 characters
2 participants