receiptline
receiptline
Hello. Unfortunately, I don't have a TSP143IIILAN at hand right now. So I tested it on MCP31. printers.json in ReceiptLine Designer ```json "tsp100lan": { "host": "192.168.1.253", "port": 9100, "gradient": false,...
That's right. I will add a print option to printers.json to choose SVG image or device font. I appreciate it so much.
Hello! Thanks for using receiptline. The correct value for "cpl" looks like `32`. The "command" should be `starsbcs`. If you run the example `en_star_cloudprnt.js` on your local computer, does the...
Thanks. It worked correctly. Only one line, good! I think some users might want to escape only some of the special characters. It might be better to handle it in...
Hello! As you know, the current specification has a restriction that images must be alone on a single line. So we are now considering an extended version without this restriction....
Thank you for using receiptline! You can change the source code and specify your favorite font. We are also considering putting the font specification out of the source code. However,...
Thank you very much! We would like to port this reference implementation of the Receipt Description Language to other platforms and other programming languages. And we are looking forward to...
Hello! We have all the components to support Asian languages. So we will try to implement it in April. If we can't get other Asian language printers, we will release...
Hello! At this time, we are not supporting Arabic in receiptline. This is because the printer's command system (ESC/POS, StarPRNT, etc.) does not support Arabic. It is possible to print...
@zakaria-chahboun You're right. Currently, RTL is not supported. @experimenti Currently, Thai language is not supported because the command specification is different for each manufacturer. We will consider supporting both languages...