encode
Encodes the given string content as an Aztec symbol (without ECI code)
Return
Aztec symbol matrix with metadata
Parameters
input data string; must be encodable as ISO/IEC 8859-1 (Latin-1)
Encodes the given string content as an Aztec symbol (without ECI code)
Return
Aztec symbol matrix with metadata
Parameters
input data string; must be encodable as ISO/IEC 8859-1 (Latin-1)
minimal percentage of error check words (According to ISO/IEC 24778:2008, a minimum of 23% + 3 words is recommended)
if non-zero, a user-specified value for the number of layers
Encodes the given string content as an Aztec symbol
Return
Aztec symbol matrix with metadata
Parameters
input data string
minimal percentage of error check words (According to ISO/IEC 24778:2008, a minimum of 23% + 3 words is recommended)
if non-zero, a user-specified value for the number of layers
character set in which to encode string using ECI; if null, no ECI code will be inserted, and the string must be encodable as ISO/IEC 8859-1 (Latin-1), the default encoding of the symbol.
Encodes the given binary content as an Aztec symbol (without ECI code)
Return
Aztec symbol matrix with metadata
Parameters
input data string
Encodes the given binary content as an Aztec symbol (without ECI code)
Return
Aztec symbol matrix with metadata
Parameters
input data string
minimal percentage of error check words (According to ISO/IEC 24778:2008, a minimum of 23% + 3 words is recommended)
if non-zero, a user-specified value for the number of layers
Encodes the given binary content as an Aztec symbol
Return
Aztec symbol matrix with metadata
Parameters
input data string
minimal percentage of error check words (According to ISO/IEC 24778:2008, a minimum of 23% + 3 words is recommended)
if non-zero, a user-specified value for the number of layers
character set to mark using ECI; if null, no ECI code will be inserted, and the default encoding of ISO/IEC 8859-1 will be assuming by readers.