Generates the check digit for EAN (8/10/13) barcodes. Case 1: If returnFullBarcode is set to true, the entire barcode and check digit will be returned in a single string. In this case, return value will be “8026921000013” Case 2: If returnFullBarcode is set to false, only the check digit will be returned. In this case, return value will be “3”
UPDATE 2020-02-08T23:00:00Z
Correction to methods names as suggested by @Taifun here:
please remember the naming conventions, which are UpperCamelCase for property, method and event names (i.e. the first letter should be a capital letter) and lowerCamelCase for parameter names
Hi Miki,
about you, will it be possible to generate a QR code with information from form fields and print it after generating a visual *jpg QR with a bluetooth printer?