Encode String

Encodes a string to a barcode.

This activity is used to encode a user-specified string to a barcode and to be saved as a file.

Input

  • Content: String Argument Required Specifies the string content that is to be encoded in the barcode.

  • Charset: Specifies the charset to be used for enoding the given string.

  • Format: Specifies the format in which the string content is to be encoded.

  • Save Path: Required Specifies the save file path of the barcode that is to be generated.

Dimensions

  • Height: Integer Argument Required Specifies the height of the barcode to be generated (px).

  • Margin: Integer Argument Required Specifies the margin of the barcode to be generated (px).

Last updated