formatToCPCL

Description

Formats a text to CPCL printer language.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

text

The text to print.

String/Text

-

-

Yes

Output

N/A

Callback

N/A

Video

Coming Soon.

Example

The user wants to format the text to print to CPCL printer language.

Steps

  1. Set a variable vPrint using setVar function.

  2. Call the function btPrinterPrint. Call the function formatToCPCL in the text parameter of the function to convert the text to CPCL format for printing.

Result

  1. The text formatted to CPCL will be printed.

Last updated