How to initiate Font Card using PCL command

shafee212

Member
I have a requirement where i have to print the digital signature (i.e. a bitmap image) on cheques.

Generating signatures on the cheques is required to be done through the Printer Control language (PCL) using the assigned escape character (usually ASCII sequence 17 in decimal or 1B in HEX).
This signature is stored in a Secure Font Card. Once the font card has been inserted the printer will recognize the signature a bitmap image stored in memory. The printer will print the signatures ONLY if the secure font card is loaded in the secure font card reader.

How this can be achieve using PCL commands in progress..?

How to initiate the printer for printing the image stored in the Font Card using PCL commands in progress..?
 
Top