generateBarcodeLogic

fun generateBarcodeLogic(msg: String, errorCorrectionLevel: Int)

Parameters

msg

message to encode

errorCorrectionLevel

PDF417 error correction level to use

Throws

if the contents cannot be encoded in this format


fun generateBarcodeLogic(msg: String, errorCorrectionLevel: Int, autoECI: Boolean)

Parameters

msg

message to encode

errorCorrectionLevel

PDF417 error correction level to use

autoECI

automatically insert ECIs if needed

Throws

if the contents cannot be encoded in this format