Pinned Loading
-
PrintPDFtoIPP
PrintPDFtoIPP PublicSimple command line tool to send PDFs to IPP enabled printers.
C#
-
CalculateCheckDigit.cs
CalculateCheckDigit.cs 1// calculates GS1/GTIN check digit
2public static int CalculateCheckDigit(string inputNumber)
3{
4int sum = inputNumber
5.Reverse()
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.