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

Generating PDF417 barcodes - there is an extra character in the generated code #42

Closed
ghost opened this issue Feb 28, 2013 · 3 comments
Closed

Comments

@ghost
Copy link

ghost commented Feb 28, 2013

Hi there,

I'm generating PDF417 barcodes. The problem is that in the result there is an extra character, for example if you try to generate a code from this sequence: XI005016788760, and you are scanning the generated code the result will be XI005016788760]. So there is an extra "]" at the end. I've tried with multiple scanners, the result is the same, so I think the problem is with the generation itself.

@ghost
Copy link
Author

ghost commented Mar 12, 2013

Works like a charm, thanks a lot!

@jalmberg
Copy link

How do you specify UTF-16? I'm having trouble reading the PDF417s my app is generating. If the encoded message is all lower case letters, it seems to work fine, but numbers, for example, make the barcode unreadable. I'm wondering if I need to do some extra configuration to make PDF417s encode properly?

@cwalcott
Copy link
Contributor

Sorry, you're right, I meant to say "UTF-8", not "UTF-16"

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

No branches or pull requests

2 participants