huysentruitw / barcoder

Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System.ArgumentException: 'Content length should be between 1 and 80 but got 0 (Parameter 'content')'

AlaaTarekSelim opened this issue · comments

when generating code 128 with option gs1 = true it gives this error in
Code128Encoder.Encode("122345678901", true, true);

same issue

same issue

it's works but you must enter content in format like in the test: "(241)ABC(10)123"

Feel free to open a PR in order to fix this. Closing this issue for now.