I can't figure out a barcode that would support ~3500 chars.
The barcode should contain 40 strings with caret return, each 76 chars long. Each string will look like this:
- 16N00001CGTXH60G2YE1NKL20518048000183150155491553423519964186228580116N00000
Each string has different numbers and letters.
I tried to generate a QRCode but it supported only 1909 chars. A PDF 417 didn't work either. I'm not familiar with any others unfortunately.
Question: What barcode can support ~3500 chars? Or at least my minimum 3118 chars?
The point is to have a single barcode for a pack of 40 bottles (40 strings) to stick to the package.
I tried generating QR with DelphiZXingQRCode, Fito Utility for F-Print, and Online QR code generators. I tried in UTF-8 and also in ASCII and Unicode, none of these support these 40 strings.