Open
Description
How to print in Arabic? I used this code
let twoInchReceipt: CommandsArray = [];
twoInchReceipt.push({appendEncoding:'UTF-8'});
twoInchReceipt.push({appendCodePage:'1001'});
twoInchReceipt.push({appendAlignment: this.starprnt.AlignmentPosition.Center});
twoInchReceipt.push({appendMultiple:"TCCS\n", width:3, height:3});
twoInchReceipt.push({append:"شكرا شكرا شكرا شكرا شكرا شكرا شكرا شكرا شكرا \n\n"});
But I got a different language. It's not Arabic.
Please let me know, What Should I use Encoding and CodePage or any other settings I need to apply?
Metadata
Metadata
Assignees
Labels
No labels