Tagliatti / NetBarcode

Barcode generation library written in C# and .NET Standard 2
MIT License
337 stars 68 forks source link

Fixed check digit function for EAN-13 #6

Closed savissimo closed 6 years ago

savissimo commented 6 years ago

I've noticed that, when trying to generate the image for a EAN-13 bar code, I always got an exception in CheckDigit(), even though all the codes I used were either coming from real-world articles or had been checked against the GS1 online tool.

This pull request fixes the issue with EAN-13 CheckDigit() method. Please release an updated NuGet package too.

Tagliatti commented 6 years ago

Thanks, I'll still update the nuget today.

savissimo commented 6 years ago

Thank you a lot :)