jordao76/nbarcodes

encoding of 4000+ Character data

GoogleCodeExporter opened this issue · 4 comments

Hi,
I want to encode 4000+ character data in bar code.
I have tried with your dll. but application is going in hanging state.

Do you have any idea for it.



Original issue reported on code.google.com by amolpati...@gmail.com on 31 May 2014 at 1:51

Hello, that's a use case I never anticipated. Can you please tell me how you're 
generating those barcodes and where and how you want to store the output images?

Original comment by rodrigo....@gmail.com on 1 Jun 2014 at 11:52

Hi,
Thanks for your reply.
I have tried with your given demo application in c#.

Original comment by amolpati...@gmail.com on 1 Jun 2014 at 12:23

Hello,

Are you trying to generate a single barcode with 4000+ characters? Please note 
that there are limits for barcode lengths (for example, code 128 specifies a 
max of 48 characters). The API currently does not impose those limits, but it 
would fail scanning even if you could generate those barcodes.

Original comment by rodrigo....@gmail.com on 27 Jul 2014 at 11:56

Closing as resolved. If the issue persists, or if there's more info about it, please open another issue.