Hello,
I have one issue, i have create application that will print receipt with dynamic text or image but i want to test without printer.
can anyone help me? how to email or export my custom receipt ?
Hello,
I have one issue, i have create application that will print receipt with dynamic text or image but i want to test without printer.
can anyone help me? how to email or export my custom receipt ?
That's not possible. I assume you used the Receipt Registration method. The limitations of that is on-paper only. If Smart Receipts will work for you, those are email and web capable. https://docs.clover.com/build/smart-r...
The other option is to obtain a Clover dev kit, https://docs.clover.com/build/devkit/
Which will include a printer. Another option is to obtain a Star TSP100 printer, which while not officially supported, will work as a receipt printer in our platform.
You can send Android Bitmap
s, Android View
s, plain text, or build the receipt by providing raw data (orders, payments, etc). You'd need to convert the PDF to an Android Bitmap
(or to a PNG then to a Bitmap
).
2 People are following this question.