Hello,
I am using VintaSoft Barcode .NET v9.1 to generate a MaxiCode included in a PDF document.
The program used to work well until today, when I got the following message :
Too much data to be encoded into a symbol.
Can you give me more information on this error message, and about what I can do to solve the problem ?
Thank you.
Too much data to be encoded into a symbol
Moderator: Alex
-
- Posts: 1
- Joined: Wed Oct 11, 2017 11:42 am
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Too much data to be encoded into a symbol
Hello Bruno,
Overall information about MaxiCode barcode symbology can be found here:
https://www.vintasoft.com/docs/vsbarcod ... eType.html
MaxiCode barcode allows to encode data in different modes. Information about supported modes is available here:
https://www.vintasoft.com/docs/vsbarcod ... gMode.html
Single MaxiCode barcode in Mode4 allows to encode up to 93 text characters or up to 138 numeric characters.
Single MaxiCode barcode in Mode5 allows to encode up to 77 text characters.
Also you can use the structure append feature and combine 8 MaxiCode barcodes in a single MaxiCode barcode.
Here is an example that shows how to use Structure Append feature for distributing data message across several 2D barcodes:
https://www.vintasoft.com/docs/vsbarcod ... codes.html
Best regards, Alexander
Overall information about MaxiCode barcode symbology can be found here:
https://www.vintasoft.com/docs/vsbarcod ... eType.html
MaxiCode barcode allows to encode data in different modes. Information about supported modes is available here:
https://www.vintasoft.com/docs/vsbarcod ... gMode.html
Single MaxiCode barcode in Mode4 allows to encode up to 93 text characters or up to 138 numeric characters.
Single MaxiCode barcode in Mode5 allows to encode up to 77 text characters.
Also you can use the structure append feature and combine 8 MaxiCode barcodes in a single MaxiCode barcode.
Here is an example that shows how to use Structure Append feature for distributing data message across several 2D barcodes:
https://www.vintasoft.com/docs/vsbarcod ... codes.html
Best regards, Alexander